summaryrefslogtreecommitdiffstats
path: root/net/openldap20/files/slurpd.sh
diff options
context:
space:
mode:
Diffstat (limited to 'net/openldap20/files/slurpd.sh')
-rw-r--r--net/openldap20/files/slurpd.sh27
1 files changed, 0 insertions, 27 deletions
diff --git a/net/openldap20/files/slurpd.sh b/net/openldap20/files/slurpd.sh
deleted file mode 100644
index 0eafcbe..0000000
--- a/net/openldap20/files/slurpd.sh
+++ /dev/null
@@ -1,27 +0,0 @@
-#!/bin/sh
-#
-# $FreeBSD$
-
-slurpd_program=@@PREFIX@@/libexec/slurpd
-
-slurpd_args=
-
-case "$1" in
-start)
- if [ -x ${slurpd_program} ]; then
- echo -n ' slurpd'
- ${slurpd_program} ${slurpd_args}
- fi
- ;;
-stop)
- if ! killall `basename ${slurpd_program}`; then
- echo ' slurpd: not running'
- fi
- ;;
-*)
- echo "Usage: `basename $0` {start|stop}" >&2
- exit 64
- ;;
-esac
-
-exit 0
OpenPOWER on IntegriCloud