[Python-apps-commits] r2454 - in packages/wicd/trunk/debian (changelog postinst)

hanska-guest at users.alioth.debian.org hanska-guest at users.alioth.debian.org
Sat Feb 21 08:38:00 UTC 2009


    Date: Saturday, February 21, 2009 @ 08:37:59
  Author: hanska-guest
Revision: 2454

debian/postinst: add a netdev *group*, not *user* (Closes: #514597)

Modified:
  packages/wicd/trunk/debian/changelog
  packages/wicd/trunk/debian/postinst

Modified: packages/wicd/trunk/debian/changelog
===================================================================
--- packages/wicd/trunk/debian/changelog	2009-02-21 00:48:07 UTC (rev 2453)
+++ packages/wicd/trunk/debian/changelog	2009-02-21 08:37:59 UTC (rev 2454)
@@ -11,8 +11,9 @@
     - switched Maintainer/Uploaders fields
   * debian/postrm:
     - only force-reload DBus if it's already started (Closes: #514778)
+  * debian/postinst: add a netdev *group*, not *user* (Closes: #514597)
 
- -- David Paleino <d.paleino at gmail.com>  Thu, 12 Feb 2009 22:52:24 +0100
+ -- David Paleino <d.paleino at gmail.com>  Sat, 21 Feb 2009 09:37:06 +0100
 
 wicd (1.5.9-1) unstable; urgency=low
 

Modified: packages/wicd/trunk/debian/postinst
===================================================================
--- packages/wicd/trunk/debian/postinst	2009-02-21 00:48:07 UTC (rev 2453)
+++ packages/wicd/trunk/debian/postinst	2009-02-21 08:37:59 UTC (rev 2454)
@@ -21,7 +21,7 @@
 case "$1" in
     configure)
     	if [ ! $(getent group netdev) ]; then
-    		adduser --quiet --system netdev
+    		addgroup --quiet --system netdev
     	fi
         if [ -x "/etc/init.d/dbus" ]; then
             if [ -x "`which invoke-rc.d 2>/dev/null`" ]; then




More information about the Python-apps-commits mailing list