diff options
Diffstat (limited to 'package/portmap/files/portmap.init')
-rw-r--r-- | package/portmap/files/portmap.init | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/package/portmap/files/portmap.init b/package/portmap/files/portmap.init deleted file mode 100644 index 31a3399e93..0000000000 --- a/package/portmap/files/portmap.init +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/sh - -BIN=portmap -DEFAULT=/etc/default/$BIN -[ -f $DEFAULT ] && . $DEFAULT - -case $1 in - start) - $BIN $OPTIONS - ;; - *) - echo "usage: $0 start" - exit 1 -esac - -exit $? |