summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog4
-rwxr-xr-xdebian/rules2
2 files changed, 4 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index abd3131..b79ed2f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,8 +4,10 @@ ntp (1:4.2.2+dfsg-2) UNRELEASED; urgency=low
* Added iburst option to default server lines (closes: #319776)
* Initialize ntpdate server list from ntp.conf by default (closes: #376019)
(patch by martin f krafft)
+ * Do not run ntpdate init script on package installation or removal
+ (closes: #363513, #378480)
- -- Peter Eisentraut <petere@debian.org> Sat, 29 Jul 2006 23:30:37 +0200
+ -- Peter Eisentraut <petere@debian.org> Sat, 29 Jul 2006 23:37:20 +0200
ntp (1:4.2.2+dfsg-1) unstable; urgency=low
diff --git a/debian/rules b/debian/rules
index 4ffd9b4..5680b29 100755
--- a/debian/rules
+++ b/debian/rules
@@ -96,7 +96,7 @@ binary-arch: build install
dh_installdocs -a
dh_installexamples -a
dh_installinit -pntp --update-rcd-params="defaults 23"
- dh_installinit -pntpdate --update-rcd-params="start 51 S ." --init-script=ntpdate
+ dh_installinit -pntpdate --update-rcd-params="start 51 S ." --init-script=ntpdate --no-start
dh_installcron -a
dh_installlogcheck -a
dh_installchangelogs -a