summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/nscd
diff options
context:
space:
mode:
authorbushman <bushman@FreeBSD.org>2007-08-09 13:06:12 +0000
committerbushman <bushman@FreeBSD.org>2007-08-09 13:06:12 +0000
commit134f3ad3d31d78a7dad40bc6160d9048c1b82552 (patch)
tree1589409ef0b53b096b886613488415a250bf359d /etc/rc.d/nscd
parent84d5db62db7fae363e820c77d44cb82d8e7716ee (diff)
downloadFreeBSD-src-134f3ad3d31d78a7dad40bc6160d9048c1b82552.zip
FreeBSD-src-134f3ad3d31d78a7dad40bc6160d9048c1b82552.tar.gz
- Renaming repocopied cached to nscd
Approved by: re (kensmith), brooks (mentor)
Diffstat (limited to 'etc/rc.d/nscd')
-rw-r--r--etc/rc.d/nscd16
1 files changed, 8 insertions, 8 deletions
diff --git a/etc/rc.d/nscd b/etc/rc.d/nscd
index aad4ff8..54d6bcc 100644
--- a/etc/rc.d/nscd
+++ b/etc/rc.d/nscd
@@ -3,30 +3,30 @@
# $FreeBSD$
#
-# PROVIDE: cached
+# PROVIDE: nscd
# REQUIRE: DAEMON
# BEFORE: LOGIN
#
# Add the following lines to /etc/rc.conf to enable cached:
#
-# cached_enable="YES"
+# nscd_enable="YES"
#
-# See cached(8) for flags
+# See nscd(8) for flags
#
. /etc/rc.subr
-name=cached
+name=nscd
rcvar=`set_rcvar`
-command=/usr/sbin/cached
+command=/usr/sbin/nscd
extra_commands="flush"
flush_cmd="${command} -I all"
-cached_enable=${cached_enable:-"NO"}
-cached_pidfile=${cached_pidfile:-"/var/run/cached.pid"}
-cached_flags=${cached_flags:-""}
+nscd_enable=${nscd_enable:-"NO"}
+nscd_pidfile=${nscd_pidfile:-"/var/run/nscd.pid"}
+nscd_flags=${nscd_flags:-""}
load_rc_config $name
run_rc_command "$1"
OpenPOWER on IntegriCloud