packages: rc-scripts-user/rc-scripts-user.spec - use .init suffix

glen glen at pld-linux.org
Mon Jan 31 22:06:30 CET 2011


Author: glen                         Date: Mon Jan 31 21:06:30 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- use .init suffix

---- Files affected:
packages/rc-scripts-user:
   rc-scripts-user.spec (1.6 -> 1.7) 

---- Diffs:

================================================================
Index: packages/rc-scripts-user/rc-scripts-user.spec
diff -u packages/rc-scripts-user/rc-scripts-user.spec:1.6 packages/rc-scripts-user/rc-scripts-user.spec:1.7
--- packages/rc-scripts-user/rc-scripts-user.spec:1.6	Mon Jan 31 20:34:07 2011
+++ packages/rc-scripts-user/rc-scripts-user.spec	Mon Jan 31 22:06:25 2011
@@ -7,7 +7,7 @@
 Release:	1
 License:	GPL v2+
 Group:		Applications/System
-Source0:	userscripts
+Source0:	userscripts.init
 Source1:	run-fast-or-hide.c
 URL:		http://www.pld-linux.org/Packages/UserScripts
 BuildRequires:	rpmbuild(macros) >= 1.228
@@ -33,8 +33,8 @@
 install -d $RPM_BUILD_ROOT/etc/{sysconfig,rc.d/init.d}
 install -d $RPM_BUILD_ROOT/sbin
 
-install run-fast-or-hide $RPM_BUILD_ROOT/sbin
-install %{SOURCE0} $RPM_BUILD_ROOT/etc/rc.d/init.d/userscripts
+install -p run-fast-or-hide $RPM_BUILD_ROOT/sbin
+install -p %{SOURCE0} $RPM_BUILD_ROOT/etc/rc.d/init.d/userscripts
 
 cat <<'EOF' > $RPM_BUILD_ROOT/etc/sysconfig/userscripts
 # If ALLOWED list is not empty, only users from this list will be able
@@ -83,6 +83,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.7  2011/01/31 21:06:25  glen
+- use .init suffix
+
 Revision 1.6  2011/01/31 19:34:07  sparky
 - 1.5: back to "su" for user management
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/rc-scripts-user/rc-scripts-user.spec?r1=1.6&r2=1.7&f=u



More information about the pld-cvs-commit mailing list