summaryrefslogtreecommitdiffstats
path: root/net/openswan/init.d/ipsec
diff options
context:
space:
mode:
Diffstat (limited to 'net/openswan/init.d/ipsec')
-rw-r--r--net/openswan/init.d/ipsec9
1 files changed, 6 insertions, 3 deletions
diff --git a/net/openswan/init.d/ipsec b/net/openswan/init.d/ipsec
index 5ce11171dc..18fe740ede 100644
--- a/net/openswan/init.d/ipsec
+++ b/net/openswan/init.d/ipsec
@@ -6,15 +6,18 @@ RUNLEVEL=3
NEEDS="+network +remote_fs"
. /etc/init.d/smgl_init
+
status()
{
- $PROGRAM $ARGS status
+ $PROGRAM $ARGS status
}
+
start()
{
- $PROGRAM $ARGS start
+ $PROGRAM $ARGS start
}
+
stop()
{
- $PROGRAM $ARGS stop
+ $PROGRAM $ARGS stop
}