summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorpetere <petere@0070b5ef-2f16-0410-befa-9a02bd1d6ddb>2006-10-07 13:26:22 +0000
committerpetere <petere@0070b5ef-2f16-0410-befa-9a02bd1d6ddb>2006-10-07 13:26:22 +0000
commit8a5c3fbcfea2d35a0b4ad2a7ba58b690196d5e3c (patch)
treea5374b3fcb18997ed33474d2db082678748474c5 /debian/rules
parentdb937f2824b7f64d8f92822abb5bc37bbc2a66fb (diff)
downloadntp-8a5c3fbcfea2d35a0b4ad2a7ba58b690196d5e3c.tar.gz
* Use server names sent by DHCP server if available (closes: #268328)
git-svn-id: svn://svn.debian.org/pkg-ntp/ntp/trunk@111 0070b5ef-2f16-0410-befa-9a02bd1d6ddb
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index 6b72d8c..abd1504 100755
--- a/debian/rules
+++ b/debian/rules
@@ -62,6 +62,8 @@ install: build-stamp
install -D -m 0755 debian/ntp.ifup debian/ntp/etc/network/if-up.d/ntp
install -D -m 0755 debian/ntpdate.ifup debian/ntpdate/etc/network/if-up.d/ntpdate
install -D -m 0755 scripts/ntpsweep debian/ntp/usr/bin/ntpsweep
+ install -D -m 0644 debian/ntp.dhcp debian/ntp/etc/dhcp3/dhclient-enter-hooks.d/ntp
+ install -D -m 0644 debian/ntpdate.dhcp debian/ntpdate/etc/dhcp3/dhclient-enter-hooks.d/ntpdate
install -D -m 0644 debian/ntpsweep.1 debian/ntp/usr/share/man/man1/ntpsweep.1
install -D -m 0644 debian/ntpdate.1 debian/ntpdate/usr/share/man/man1/ntpdate.1