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

Nicolas FRANCOIS nekral-guest at costa.debian.org
Sat Apr 8 23:09:38 UTC 2006


Author: nekral-guest
Date: 2006-04-08 23:09:30 +0000 (Sat, 08 Apr 2006)
New Revision: 953

Modified:
   trunk/debian/NEWS
   trunk/debian/changelog
Log:
Add the NEWS entry for the new su behavior in Debian.


Modified: trunk/debian/NEWS
===================================================================
--- trunk/debian/NEWS	2006-04-08 18:22:23 UTC (rev 952)
+++ trunk/debian/NEWS	2006-04-08 23:09:30 UTC (rev 953)
@@ -1,3 +1,15 @@
+shadow (1:4.0.15-5) UNRELEASED; urgency=low
+
+  * commands passed in argument to su must use su's -c option and must quote
+    the command if it contains a space, as in:
+        su - root -c "ls -l /"
+    The following commands won't work anymore:
+        su - root -c ls -l /
+        su - root "ls -l /"
+        su - root ls -l /
+
+ -- Christian Perrier <bubulle at debian.org>  Sat,  8 Apr 2006 20:11:38 +0200
+
 shadow (1:4.0.14-1) unstable; urgency=low
 
   * passwd does not support the -f, -s, and -g options anymore. You should use

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2006-04-08 18:22:23 UTC (rev 952)
+++ trunk/debian/changelog	2006-04-08 23:09:30 UTC (rev 953)
@@ -1,3 +1,11 @@
+shadow (1:4.0.15-5) UNRELESAED; urgency=low
+
+  * The "Ossau-iraty" release
+  * Debian packaging fixes:
+    - Add a NEWS entry for the new su behavior introduced in 1:4.0.15-2
+
+ -- Christian Perrier <bubulle at debian.org>  Sat,  8 Apr 2006 20:11:38 +0200
+
 shadow (1:4.0.15-4) unstable; urgency=high
 
   * The "Fourme d'Ambert" release




More information about the Pkg-shadow-commits mailing list