[proftpd-dfsg] 01/01: Remove runlevel specification from update-rc.d call in postinst.
Hilmar Preuße
hilmar-guest at moszumanska.debian.org
Fri Jan 5 23:12:57 UTC 2018
This is an automated email from the git hooks/post-receive script.
hilmar-guest pushed a commit to branch master
in repository proftpd-dfsg.
commit 2de5ed556704244a11213ecc289c32d79a866c37
Author: Hilmar Preusse <hille42 at web.de>
Date: Sat Jan 6 00:12:15 2018 +0100
Remove runlevel specification from update-rc.d call in postinst.
---
debian/changelog | 3 ++-
debian/proftpd-basic.postinst | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 311f83b..28e0b26 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ proftpd-dfsg (1.3.5e-1) unstable; urgency=medium
(Closes: #884558)
* Call "dh_strip -a" before "dh_gencontrol -a" to generate dbgsym
packages.
+ * update update-rc.d command in postin script
[ Francesco Paolo Lovergine ]
* New upstream version. Patchset updated.
@@ -15,7 +16,7 @@ proftpd-dfsg (1.3.5e-1) unstable; urgency=medium
* Removed explicit path for update-inetd in postinst and postrm to make
lintian happy
* Policy bumped to 4.1.3.
- - Recommends proftpd-doc as for 4.0.0.
+ - Recommends proftpd-doc as for 4.0.0.
- Do not invoke /etc/init.d script even as fallback as for 4.0.0
* Removed obsolete code to manage migration from version 1.2.9 in preinst.
diff --git a/debian/proftpd-basic.postinst b/debian/proftpd-basic.postinst
index 17d847e..26a483e 100644
--- a/debian/proftpd-basic.postinst
+++ b/debian/proftpd-basic.postinst
@@ -179,7 +179,7 @@ if [ "$1" = "configure" ]; then
fi
if [ -e "/etc/init.d/proftpd" ]; then
- update-rc.d proftpd defaults 50 >/dev/null
+ update-rc.d proftpd defaults >/dev/null
if [ $DONTSTART -eq 0 ] ; then
set +e
proftpd -t >/dev/null 2>&1
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-proftpd/proftpd-dfsg.git
More information about the Pkg-proftpd-maintainers
mailing list