Browse Source

Remove stop links from rc0 and rc6 (Teardown project). Closes: #700868

Christoph Biedl 8 years ago
parent
commit
54678f1124
3 changed files with 7 additions and 1 deletions
  1. 1 1
      debian/pptpd.init
  2. 3 0
      debian/pptpd.lintian-overrides
  3. 3 0
      debian/rules

+ 1 - 1
debian/pptpd.init

@@ -4,7 +4,7 @@
 # Required-Start:    $remote_fs $syslog
 # Required-Stop:     $remote_fs $syslog
 # Default-Start:     2 3 4 5
-# Default-Stop:      0 1 6
+# Default-Stop:      1
 # Short-Description: pptpd
 # Description:       PoPToP Point to Point Tunneling Server
 ### END INIT INFO

+ 3 - 0
debian/pptpd.lintian-overrides

@@ -0,0 +1,3 @@
+
+# side effect of teardown, see http://bugs.debian.org/700868
+pptpd: init.d-script-possible-missing-stop etc/init.d/pptpd 0 6

+ 3 - 0
debian/rules

@@ -16,3 +16,6 @@ override_dh_install:
 
 override_dh_installdocs:
 	dh_installdocs --exclude=test.txt
+
+override_dh_installinit:
+	dh_installinit -- start 20 2 3 4 5 . stop 20 1 .