about summary refs log tree commit diff
path: root/debian
diff options
context:
space:
mode:
authorRiccardo Setti <giskard@autistici.org>2006-01-23 16:47:35 +0000
committerRiccardo Setti <giskard@autistici.org>2006-01-23 16:47:35 +0000
commit1f81d46b3670e8fcadd3ea8d926cb07601d483ff (patch)
tree85eb79e8787f0eb02683efcca23336563d11dae9 /debian
parentfbe48f0f7dc58794e6a3fc84eb5688aba515851a (diff)
changed the default path of dhcdbd
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/unstable/networkmanager@519 ceb527fc-18e6-0310-9fe2-813c157c29e7
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 080fa11c..c3d89853 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@ DEB_CONFIGURE_EXTRA_FLAGS += \
 		--libexecdir=/usr/bin \
 		--localstatedir=/var/run \
 		--without-named \
-		--with-dhcdbd=/sbin/dhcdbd \
+		--with-dhcdbd=/usr/sbin/dhcdbd \
 		--with-distro=debian
 
 clean::