diff options
author | kroeckx <kroeckx@0070b5ef-2f16-0410-befa-9a02bd1d6ddb> | 2010-07-03 15:54:42 +0000 |
---|---|---|
committer | kroeckx <kroeckx@0070b5ef-2f16-0410-befa-9a02bd1d6ddb> | 2010-07-03 15:54:42 +0000 |
commit | a1ab725aaebe2a62b654a17f09e9265557a91b2a (patch) | |
tree | 92b80a27d8fa90c6a6a8945635ce71c98f74ab47 /debian/rules | |
parent | 00e8f0b6eaa9e5f6f66cf17ce4bacc7bd5e404b7 (diff) | |
download | ntp-a1ab725aaebe2a62b654a17f09e9265557a91b2a.tar.gz |
Move dhcp exit hooks
git-svn-id: svn://svn.debian.org/pkg-ntp/ntp/trunk@318 0070b5ef-2f16-0410-befa-9a02bd1d6ddb
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules index 3e43a8f..d9a8e77 100755 --- a/debian/rules +++ b/debian/rules @@ -61,8 +61,8 @@ install: build-stamp done install -D -m 0755 scripts/ntpsweep debian/ntp/usr/bin/ntpsweep - install -D -m 0644 debian/ntp.dhcp debian/ntp/etc/dhcp3/dhclient-exit-hooks.d/ntp - install -D -m 0644 debian/ntpdate.dhcp debian/ntpdate/etc/dhcp3/dhclient-exit-hooks.d/ntpdate + install -D -m 0644 debian/ntp.dhcp debian/ntp/etc/dhcp/dhclient-exit-hooks.d/ntp + install -D -m 0644 debian/ntpdate.dhcp debian/ntpdate/etc/dhcp/dhclient-exit-hooks.d/ntpdate install -D -m 0755 debian/ntpdate-debian debian/ntpdate/usr/sbin/ntpdate-debian install -D -m 0644 debian/ntp.conf debian/ntp/etc/ntp.conf |