diff options
Diffstat (limited to 'init.d/nscd.in')
| -rw-r--r-- | init.d/nscd.in | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/init.d/nscd.in b/init.d/nscd.in deleted file mode 100644 index 670f2066..00000000 --- a/init.d/nscd.in +++ /dev/null @@ -1,22 +0,0 @@ -#!@SBINDIR@/openrc-run -# Copyright (c) 2007-2008 Roy Marples <roy@marples.name> -# Released under the 2-clause BSD license. - -command=/usr/sbin/nscd -command_args=$nscd_args -pidfile=/var/run/nscd.pid -name="Name Service Cache Daemon" - -extra_started_commands="flush" - -depend() { - need localmount - use net dns ldap ypbind - after bootmisc -} - -flush() { - ebegin "Flushing $name" - nscd -I all >/dev/null - eend $? -} |
