Search
j0ke.net Open Build Service
>
Projects
>
server:messaging
>
sms-server-tools2
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 9
[-]
[+]
Changed
smstools.spec
@@ -46,11 +46,14 @@ install -D -m 755 -d %{buildroot}/%{_sysconfdir}/logrotate.d install -D -m 755 -d %{buildroot}/var/spool/sms install -D -m 755 -d %{buildroot}/%{_bindir} +install -D -m 755 -d %{buildroot}/%{_sbindir} install -D -m 755 -d %{buildroot}/%{_docdir}/%{name}/html %{__make} install DESTDIR=%{buildroot} install -m 755 %{S:2} %{buildroot}/%{_sysconfdir}/init.d/smstools install -m 644 %{S:1} %{buildroot}/%{_sysconfdir}/logrotate.d/smstools mv doc html +cd %{buildroot}/%{_sbindir} +ln -s ../../%{_sysconfdir}/init.d/smstools rcsmstools rm -f %{buildroot}/etc/init.d/sms %files @@ -59,6 +62,7 @@ %{_bindir}/sms2html %{_bindir}/sms2unicode %{_bindir}/unicode2sms +%{_sbindir}/rcsmstools %config(noreplace) %{_sysconfdir}/smsd.conf %{_sysconfdir}/logrotate.d/smstools %{_sysconfdir}/init.d/smstools