[Pkg-utopia-commits] r1094 - packages/unstable/dhcdbd/debian
Michael Biebl
biebl at costa.debian.org
Tue Oct 24 12:09:34 UTC 2006
Author: biebl
Date: 2006-10-24 12:09:34 +0000 (Tue, 24 Oct 2006)
New Revision: 1094
Modified:
packages/unstable/dhcdbd/debian/changelog
packages/unstable/dhcdbd/debian/control
packages/unstable/dhcdbd/debian/dhcdbd.postinst
Log:
* Remove the creation of group netdev in postinst and the depends on adduser.
The dbus policy file does not need it anymore.
Modified: packages/unstable/dhcdbd/debian/changelog
===================================================================
--- packages/unstable/dhcdbd/debian/changelog 2006-10-24 11:53:30 UTC (rev 1093)
+++ packages/unstable/dhcdbd/debian/changelog 2006-10-24 12:09:34 UTC (rev 1094)
@@ -1,9 +1,11 @@
dhcdbd (2.0-2) unstable; urgency=low
* Don't use "exit" in dhcp hook script (Closes: #392048).
- * Fix small typo in package description (Closes: #393544).
+ * Fix a small typo in package description (Closes: #393544).
+ * Drop dependency on adduser and the creation of group netdev in postinst.
+ Not needed anymore.
- -- Michael Biebl <biebl at debian.org> Thu, 19 Oct 2006 23:34:22 +0200
+ -- Michael Biebl <biebl at debian.org> Tue, 24 Oct 2006 13:58:32 +0200
dhcdbd (2.0-1) unstable; urgency=low
Modified: packages/unstable/dhcdbd/debian/control
===================================================================
--- packages/unstable/dhcdbd/debian/control 2006-10-24 11:53:30 UTC (rev 1093)
+++ packages/unstable/dhcdbd/debian/control 2006-10-24 12:09:34 UTC (rev 1094)
@@ -8,7 +8,7 @@
Package: dhcdbd
Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}, dhcp3-client, dbus (>= 0.60), adduser, lsb-base (>= 3.0-6)
+Depends: ${misc:Depends}, ${shlibs:Depends}, dhcp3-client, dbus (>= 0.60), lsb-base (>= 3.0-6)
Description: D-Bus interface to the ISC DHCP client
dhcdbd provides a D-Bus interface to dhclient, the DHCP client from ISC,
so applications such as NetworkManager can query and control dhclient.
Modified: packages/unstable/dhcdbd/debian/dhcdbd.postinst
===================================================================
--- packages/unstable/dhcdbd/debian/dhcdbd.postinst 2006-10-24 11:53:30 UTC (rev 1093)
+++ packages/unstable/dhcdbd/debian/dhcdbd.postinst 2006-10-24 12:09:34 UTC (rev 1094)
@@ -4,10 +4,6 @@
case "$1" in
configure)
- if ! getent group netdev > /dev/null; then
- addgroup --quiet --system netdev
- fi
-
# Ask the bus to reload the config file
if [ -x "/etc/init.d/dbus" ]; then
invoke-rc.d dbus force-reload || true
More information about the Pkg-utopia-commits
mailing list