[Pkg-shadow-commits] r3285 - debian/trunk/debian

Christian Perrier bubulle at alioth.debian.org
Sun Sep 12 13:00:55 UTC 2010


Author: bubulle
Date: 2010-09-12 13:00:49 +0000 (Sun, 12 Sep 2010)
New Revision: 3285

Modified:
   debian/trunk/debian/changelog
   debian/trunk/debian/passwd.cron.daily
Log:
Fix backup command line in cron.daily script. Closes: #596283

Modified: debian/trunk/debian/changelog
===================================================================
--- debian/trunk/debian/changelog	2010-09-05 16:21:31 UTC (rev 3284)
+++ debian/trunk/debian/changelog	2010-09-12 13:00:49 UTC (rev 3285)
@@ -1,3 +1,9 @@
+shadow (1:4.1.4.2+svn3283-2) UNRELEASED; urgency=low
+
+  * Fix backup command line in cron.daily script. Closes: #596283
+
+ -- Christian Perrier <bubulle at debian.org>  Sun, 12 Sep 2010 14:58:39 +0200
+
 shadow (1:4.1.4.2+svn3283-1) unstable; urgency=low
 
   * The "Bleu de Gex" release.

Modified: debian/trunk/debian/passwd.cron.daily
===================================================================
--- debian/trunk/debian/passwd.cron.daily	2010-09-05 16:21:31 UTC (rev 3284)
+++ debian/trunk/debian/passwd.cron.daily	2010-09-12 13:00:49 UTC (rev 3285)
@@ -5,5 +5,5 @@
 for FILE in passwd group shadow gshadow; do
         test -f /etc/$FILE              || continue
         cmp -s $FILE.bak /etc/$FILE     && continue
-        cp -p $FILE $FILE.bak && chmod 600 $FILE.bak
+        cp -p /etc/$FILE $FILE.bak && chmod 600 $FILE.bak
 done




More information about the Pkg-shadow-commits mailing list