Deleted Added
full compact
nscd (180564) nscd (193119)
1#!/bin/sh
2#
1#!/bin/sh
2#
3# $FreeBSD: head/etc/rc.d/nscd 180564 2008-07-16 19:50:29Z dougb $
3# $FreeBSD: head/etc/rc.d/nscd 193119 2009-05-30 21:51:38Z dougb $
4#
5
6# PROVIDE: nscd
7# REQUIRE: DAEMON
8# BEFORE: LOGIN
9# KEYWORD: shutdown
10
11#
12# Add the following lines to /etc/rc.conf to enable nscd:
13#
14# nscd_enable="YES"
15#
16# See nscd(8) for flags
17#
18
19. /etc/rc.subr
20
4#
5
6# PROVIDE: nscd
7# REQUIRE: DAEMON
8# BEFORE: LOGIN
9# KEYWORD: shutdown
10
11#
12# Add the following lines to /etc/rc.conf to enable nscd:
13#
14# nscd_enable="YES"
15#
16# See nscd(8) for flags
17#
18
19. /etc/rc.subr
20
21name=nscd
21name="nscd"
22rcvar=`set_rcvar`
23
24command=/usr/sbin/nscd
25extra_commands="flush"
26flush_cmd="${command} -I all"
27
28# usage: _nscd_set_option <option name> <default value>
29#

--- 24 unchanged lines hidden ---
22rcvar=`set_rcvar`
23
24command=/usr/sbin/nscd
25extra_commands="flush"
26flush_cmd="${command} -I all"
27
28# usage: _nscd_set_option <option name> <default value>
29#

--- 24 unchanged lines hidden ---