chiark
/
gitweb
/
~mdw
/
secnet
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b567d75
)
packaging: Add LSB headers to init script.
author
Richard Kettlewell
<rjk@greenend.org.uk>
Sun, 19 Jun 2011 08:08:16 +0000
(09:08 +0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sun, 26 Jun 2011 11:07:27 +0000
(12:07 +0100)
Signed-off-by: Richard Kettlewell <richard@greenend.org.uk>
debian/init
patch
|
blob
|
blame
|
history
diff --git
a/debian/init
b/debian/init
index 18c273ab3e3345cbeb454fdab8e9150dfd78867f..5b37f23864bfc6b8a66a7b9b3acc3ebc6ccdc85c 100644
(file)
--- a/
debian/init
+++ b/
debian/init
@@
-11,6
+11,16
@@
# Version: @(#)skeleton 1.8 03-Mar-1998 miquels@cistron.nl
#
+### BEGIN INIT INFO
+# Provides: secnet
+# Required-Start: $network $local_fs
+# Required-Stop: $network $local_fs
+# Default-Start: 2 3 4 5
+# Default-Stop: 0 1 6
+# Short-Description: Start and stop secnet
+# Description: secnet is a VPN server.
+### END INIT INFO
+
set -e
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin