[Pkg-utopia-commits] r573 - in packages/unstable/dhcdbd/debian: .
patches
Michael Biebl
mbiebl-guest at costa.debian.org
Thu Feb 9 16:28:27 UTC 2006
Author: mbiebl-guest
Date: 2006-02-09 16:28:26 +0000 (Thu, 09 Feb 2006)
New Revision: 573
Modified:
packages/unstable/dhcdbd/debian/changelog
packages/unstable/dhcdbd/debian/control
packages/unstable/dhcdbd/debian/patches/01_fix_some_debian_path.patch
Log:
Use the same lease and pid file as ifup.
Added myself as Uploader.
Modified: packages/unstable/dhcdbd/debian/changelog
===================================================================
--- packages/unstable/dhcdbd/debian/changelog 2006-02-09 15:08:23 UTC (rev 572)
+++ packages/unstable/dhcdbd/debian/changelog 2006-02-09 16:28:26 UTC (rev 573)
@@ -1,3 +1,10 @@
+dhcdbd (1.10-3) unstable; urgency=low
+
+ * Do correctly apply the 01_fix_some_debian_path patch.
+ * dhcdbd will now use the same pid and leases files as ifup.
+
+ -- Michael Biebl <biebl at teco.edu> Thu, 9 Feb 2006 17:23:18 +0100
+
dhcdbd (1.10-2) unstable; urgency=low
* Improved description. (closes: #350888)
Modified: packages/unstable/dhcdbd/debian/control
===================================================================
--- packages/unstable/dhcdbd/debian/control 2006-02-09 15:08:23 UTC (rev 572)
+++ packages/unstable/dhcdbd/debian/control 2006-02-09 16:28:26 UTC (rev 573)
@@ -2,7 +2,7 @@
Section: admin
Priority: optional
Maintainer: Riccardo Setti <giskard at autistici.org>
-Uploaders: Sjoerd Simons <sjoerd at debian.org>, Utopia Maintenance Team <pkg-utopia-maintainers at lists.alioth.debian.org>
+Uploaders: Sjoerd Simons <sjoerd at debian.org>, Utopia Maintenance Team <pkg-utopia-maintainers at lists.alioth.debian.org>, Michael Biebl <biebl at teco.edu>
Build-Depends: debhelper (>= 4.1.16), cdbs, libdbus-1-dev (>= 0.60)
Standards-Version: 3.6.2.1
Modified: packages/unstable/dhcdbd/debian/patches/01_fix_some_debian_path.patch
===================================================================
--- packages/unstable/dhcdbd/debian/patches/01_fix_some_debian_path.patch 2006-02-09 15:08:23 UTC (rev 572)
+++ packages/unstable/dhcdbd/debian/patches/01_fix_some_debian_path.patch 2006-02-09 16:28:26 UTC (rev 573)
@@ -4,11 +4,11 @@
#define DHCDBD_DHCLIENT_BIN "/sbin/dhclient"
#endif
#ifndef DHCDBD_DHCLIENT_LEASE_DIR
-+#define DHCDBD_DHCLIENT_LEASE_DIR "/var/lib/dhcp3/"
++#define DHCDBD_DHCLIENT_LEASE_DIR "/var/run/"
-#define DHCDBD_DHCLIENT_LEASE_DIR "/var/lib/dhclient/"
#endif
#ifndef DHCDBD_DHCLIENT_LEASE_PFX
-+#define DHCDBD_DHCLIENT_LEASE_PFX "dhclient"
++#define DHCDBD_DHCLIENT_LEASE_PFX "dhclient."
-#define DHCDBD_DHCLIENT_LEASE_PFX "dhclient-"
#endif
#ifndef DHCDBD_DHCLIENT_LEASE_SFX
@@ -17,7 +17,7 @@
#define DHCDBD_PID_FILE "/var/run/dhcdbd.pid"
#endif
#ifndef DHCDBD_DHCLIENT_PID_PFX
-+#define DHCDBD_DHCLIENT_PID_PFX "/var/run/dhclient"
++#define DHCDBD_DHCLIENT_PID_PFX "/var/run/dhclient."
-#define DHCDBD_DHCLIENT_PID_PFX "/var/run/dhclient-"
#endif
#ifndef DHCDBD_DHCLIENT_PID_SFX
More information about the Pkg-utopia-commits
mailing list