diff options
author | petere <petere@0070b5ef-2f16-0410-befa-9a02bd1d6ddb> | 2008-06-01 14:29:36 +0000 |
---|---|---|
committer | petere <petere@0070b5ef-2f16-0410-befa-9a02bd1d6ddb> | 2008-06-01 14:29:36 +0000 |
commit | 415184839b3b4c88a84e4bae499bacec606266fd (patch) | |
tree | 4eca4e908141b48930c0fa80c40c03d611b95f4b /debian/rules | |
parent | a4bb54a187d2ff1829d4f516b25e1d417afa2ae3 (diff) | |
download | ntp-415184839b3b4c88a84e4bae499bacec606266fd.tar.gz |
Put back accidentally removed /etc/defaults/ntpdate (closes: #482605)
git-svn-id: svn://svn.debian.org/pkg-ntp/ntp/trunk@219 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 67926f9..635442f 100755 --- a/debian/rules +++ b/debian/rules @@ -100,6 +100,7 @@ binary-arch: build install dh_installexamples -a dh_installman -a dh_installinit -pntp --update-rcd-params="defaults 23" --error-handler=installinit_error + dh_installinit -pntpdate dh_installcron -a dh_installlogcheck -a dh_installchangelogs -a |