diff options
author | petere <petere@0070b5ef-2f16-0410-befa-9a02bd1d6ddb> | 2006-10-11 14:38:52 +0000 |
---|---|---|
committer | petere <petere@0070b5ef-2f16-0410-befa-9a02bd1d6ddb> | 2006-10-11 14:38:52 +0000 |
commit | 50fed1c1539fa8ce28541389698f74697f3db9e2 (patch) | |
tree | 91e64458fbf57439415ba457c45e7656e705047a /debian/rules | |
parent | 682ad7a9c0301beeb0202d44f9408975e5d95dd6 (diff) | |
download | ntp-50fed1c1539fa8ce28541389698f74697f3db9e2.tar.gz |
* Added script ntpdate-debian. This is identical to ntpdate but reads
/etc/default/ntpdate automatically, allowing for centralized
configuration. (closes: #147590, #372119, #392098)
* Moved ntp.conf parsing logic to ntpdate-debian (closes: #392325)
* Redirect error output of ntpdate.ifup to /dev/null (closes: #391819)
git-svn-id: svn://svn.debian.org/pkg-ntp/ntp/trunk@120 0070b5ef-2f16-0410-befa-9a02bd1d6ddb
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 9ba1567..63b3b98 100755 --- a/debian/rules +++ b/debian/rules @@ -64,6 +64,7 @@ install: build-stamp 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 0755 debian/ntpdate-debian debian/ntpdate/usr/sbin/ntpdate-debian install -D -m 0644 debian/ntp.conf debian/ntp/etc/ntp.conf |