packages: rc-scripts-user/rc-scripts-user.spec, rc-scripts-user/userscripts...

sparky sparky at pld-linux.org
Mon Jan 31 19:44:05 CET 2011


Author: sparky                       Date: Mon Jan 31 18:44:05 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- updated to: 1.3, mostly cosmetics

---- Files affected:
packages/rc-scripts-user:
   rc-scripts-user.spec (1.3 -> 1.4) , userscripts (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: packages/rc-scripts-user/rc-scripts-user.spec
diff -u packages/rc-scripts-user/rc-scripts-user.spec:1.3 packages/rc-scripts-user/rc-scripts-user.spec:1.4
--- packages/rc-scripts-user/rc-scripts-user.spec:1.3	Mon Jan 31 19:30:10 2011
+++ packages/rc-scripts-user/rc-scripts-user.spec	Mon Jan 31 19:44:00 2011
@@ -3,7 +3,7 @@
 Summary:	Run user scripts
 Summary(pl.UTF-8):	Uruchom skrypty użytkownika
 Name:		rc-scripts-user
-Version:	1.2
+Version:	1.3
 Release:	1
 License:	GPL v2+
 Group:		Applications/System
@@ -79,6 +79,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.4  2011/01/31 18:44:00  sparky
+- updated to: 1.3, mostly cosmetics
+
 Revision 1.3  2011/01/31 18:30:10  sparky
 - compile run-fast-or-hide
 - no longer noarch

================================================================
Index: packages/rc-scripts-user/userscripts
diff -u packages/rc-scripts-user/userscripts:1.2 packages/rc-scripts-user/userscripts:1.3
--- packages/rc-scripts-user/userscripts:1.2	Mon Jan 31 19:28:40 2011
+++ packages/rc-scripts-user/userscripts	Mon Jan 31 19:44:00 2011
@@ -22,7 +22,7 @@
 	. /etc/sysconfig/userscripts
 fi
 
-VALID_SHELLS=$(< /etc/shells)
+VALID_SHELLS=$(cat /etc/shells)
 
 is_on_list()
 {
@@ -71,10 +71,7 @@
 
 			# skip backups
 			case $script in
-				*~)
-					continue
-					;;
-				*.bak)
+				*~|*.bak)
 					continue
 					;;
 			esac
@@ -91,7 +88,7 @@
 			local RET=$?
 			deltext
 			if [ $RET -eq 250 ]; then
-				progress "WORKING"; echo
+				started
 				: $((SCRIPTS_RUN++))
 			else
 				[ $RET -eq 0 ] && ok || fail
================================================================

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



More information about the pld-cvs-commit mailing list