SPECS: synce-serial.spec - these programs require root privs, move...

glen glen at pld-linux.org
Tue Dec 12 01:30:32 CET 2006


Author: glen                         Date: Tue Dec 12 00:30:32 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- these programs require root privs, move to sbin

---- Files affected:
SPECS:
   synce-serial.spec (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: SPECS/synce-serial.spec
diff -u SPECS/synce-serial.spec:1.4 SPECS/synce-serial.spec:1.5
--- SPECS/synce-serial.spec:1.4	Tue Dec 12 01:24:22 2006
+++ SPECS/synce-serial.spec	Tue Dec 12 01:30:27 2006
@@ -33,7 +33,8 @@
 %{__autoconf}
 %{__autoheader}
 %{__automake}
-%configure
+%configure \
+	--bindir=%{_sbindir}
 
 %{__make}
 
@@ -52,7 +53,10 @@
 %files
 %defattr(644,root,root,755)
 %doc LICENSE README TODO
-%attr(755,root,root) %{_bindir}/*
+%attr(755,root,root) %{_sbindir}/synce-serial-abort
+%attr(755,root,root) %{_sbindir}/synce-serial-chat
+%attr(755,root,root) %{_sbindir}/synce-serial-config
+%attr(755,root,root) %{_sbindir}/synce-serial-start
 %config(noreplace) %verify(not md5 mtime size) /etc/ppp/peers/synce-device
 %{_datadir}/synce
 %{_mandir}/man8/*.8*
@@ -63,6 +67,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.5  2006/12/12 00:30:27  glen
+- these programs require root privs, move to sbin
+
 Revision 1.4  2006/12/12 00:24:22  glen
 - install sample ppp peer file, rel 2
 
@@ -74,4 +81,3 @@
 
 Revision 1.1  2004/12/26 00:55:06  qboosh
 - split from synce.spec for clean build
-
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/synce-serial.spec?r1=1.4&r2=1.5&f=u



More information about the pld-cvs-commit mailing list