[pkg-dhcp-commits] [SCM] ISC DHCP packaging for Debian branch, master, updated. upstream/4.1.1-66-g4e8eda4
Andrew Pollock
apollock at debian.org
Tue Jul 6 06:18:54 UTC 2010
The following commit has been merged in the master branch:
commit 4e8eda4b4197262b442dd791df9f825d7f906d4c
Author: Andrew Pollock <apollock at debian.org>
Date: Mon Jul 5 23:18:21 2010 -0700
Adjust glob
Catch all variants of client lease filename
diff --git a/debian/dhcp3-client.postrm b/debian/dhcp3-client.postrm
index faff4b6..9253f46 100644
--- a/debian/dhcp3-client.postrm
+++ b/debian/dhcp3-client.postrm
@@ -4,7 +4,7 @@ set -e
if [ "$1" == "purge" ]; then
# Remove old lease database
- rm -f /var/lib/dhcp3/dhclient.leases*
+ rm -f /var/lib/dhcp3/dhclient.*leases*
# Try to remove old directory
if [ -d /var/lib/dhcp3 ]; then
--
ISC DHCP packaging for Debian
More information about the pkg-dhcp-commits
mailing list