svn commit: r298514 - head/etc/rc.d
Lars Engels
lme at FreeBSD.org
Sat Apr 23 16:11:05 UTC 2016
Author: lme (ports committer)
Date: Sat Apr 23 16:10:54 2016
New Revision: 298514
URL: https://svnweb.freebsd.org/changeset/base/298514
Log:
- Add descriptions to most of the rc scripts. Those are mostly taken from their
daemon's manpage and probably improved.
- Consistently use "filesystem" not "file system".
Approved by: bapt, brueffer
Differential Revision: D452
Modified:
head/etc/rc.d/FILESYSTEMS
head/etc/rc.d/abi
head/etc/rc.d/amd
head/etc/rc.d/apm
head/etc/rc.d/apmd
head/etc/rc.d/auditd
head/etc/rc.d/auditdistd
head/etc/rc.d/automountd
head/etc/rc.d/autounmountd
head/etc/rc.d/bgfsck
head/etc/rc.d/bluetooth
head/etc/rc.d/bootparams
head/etc/rc.d/bridge
head/etc/rc.d/bsnmpd
head/etc/rc.d/bthidd
head/etc/rc.d/ccd
head/etc/rc.d/cleanvar
head/etc/rc.d/cleartmp
head/etc/rc.d/cron
head/etc/rc.d/ctld
head/etc/rc.d/ddb
head/etc/rc.d/defaultroute
head/etc/rc.d/devd
head/etc/rc.d/devfs
head/etc/rc.d/dhclient
head/etc/rc.d/dmesg
head/etc/rc.d/dumpon
head/etc/rc.d/fsck
head/etc/rc.d/ftp-proxy
head/etc/rc.d/ftpd
head/etc/rc.d/gbde
head/etc/rc.d/geli
head/etc/rc.d/geli2
head/etc/rc.d/growfs
head/etc/rc.d/gssd
head/etc/rc.d/hastd
head/etc/rc.d/hcsecd
head/etc/rc.d/hostapd
head/etc/rc.d/hostid
head/etc/rc.d/hostid_save
head/etc/rc.d/hostname
head/etc/rc.d/inetd
head/etc/rc.d/ip6addrctl
head/etc/rc.d/ipfilter
head/etc/rc.d/ipfs
head/etc/rc.d/ipfw
head/etc/rc.d/ipmon
head/etc/rc.d/ipnat
head/etc/rc.d/ipsec
head/etc/rc.d/iscsictl
head/etc/rc.d/iscsid
head/etc/rc.d/jail
head/etc/rc.d/kadmind
head/etc/rc.d/kdc
head/etc/rc.d/keyserv
head/etc/rc.d/kfd
head/etc/rc.d/kld
head/etc/rc.d/kldxref
head/etc/rc.d/kpasswdd
head/etc/rc.d/ldconfig
head/etc/rc.d/local
head/etc/rc.d/local_unbound
head/etc/rc.d/localpkg
head/etc/rc.d/lockd
head/etc/rc.d/lpd
head/etc/rc.d/mdconfig
head/etc/rc.d/mdconfig2
head/etc/rc.d/mixer
head/etc/rc.d/motd
head/etc/rc.d/mountcritlocal
head/etc/rc.d/mountcritremote
head/etc/rc.d/mountd
head/etc/rc.d/mountlate
head/etc/rc.d/moused
head/etc/rc.d/msgs
head/etc/rc.d/natd
head/etc/rc.d/netif
head/etc/rc.d/netoptions
head/etc/rc.d/netwait
head/etc/rc.d/newsyslog
head/etc/rc.d/nfscbd
head/etc/rc.d/nfsclient
head/etc/rc.d/nfsd
head/etc/rc.d/nfsuserd
head/etc/rc.d/nisdomain
head/etc/rc.d/nscd
head/etc/rc.d/nsswitch
head/etc/rc.d/ntpd
head/etc/rc.d/ntpdate
head/etc/rc.d/pf
head/etc/rc.d/pflog
head/etc/rc.d/pfsync
head/etc/rc.d/power_profile
head/etc/rc.d/powerd
head/etc/rc.d/ppp
head/etc/rc.d/pppoed
head/etc/rc.d/pwcheck
head/etc/rc.d/quota
head/etc/rc.d/random
head/etc/rc.d/rarpd
head/etc/rc.d/rctl
head/etc/rc.d/resolv
head/etc/rc.d/rfcomm_pppd_server
head/etc/rc.d/root
head/etc/rc.d/route6d
head/etc/rc.d/routed
head/etc/rc.d/routing
head/etc/rc.d/rpcbind
head/etc/rc.d/rtadvd
head/etc/rc.d/rtsold
head/etc/rc.d/rwho
head/etc/rc.d/savecore
head/etc/rc.d/sdpd
head/etc/rc.d/securelevel
head/etc/rc.d/sendmail
head/etc/rc.d/sppp
head/etc/rc.d/sshd
head/etc/rc.d/statd
head/etc/rc.d/static_arp
head/etc/rc.d/stf
head/etc/rc.d/swap
head/etc/rc.d/swaplate
head/etc/rc.d/syscons
head/etc/rc.d/sysctl
head/etc/rc.d/syslogd
head/etc/rc.d/timed
head/etc/rc.d/tmp
head/etc/rc.d/ugidfw
head/etc/rc.d/utx
head/etc/rc.d/var
head/etc/rc.d/virecover
head/etc/rc.d/watchdogd
head/etc/rc.d/wpa_supplicant
head/etc/rc.d/ypbind
head/etc/rc.d/yppasswdd
head/etc/rc.d/ypserv
head/etc/rc.d/ypset
head/etc/rc.d/ypxfrd
head/etc/rc.d/zfs
head/etc/rc.d/zvol
Modified: head/etc/rc.d/FILESYSTEMS
==============================================================================
--- head/etc/rc.d/FILESYSTEMS Sat Apr 23 13:59:18 2016 (r298513)
+++ head/etc/rc.d/FILESYSTEMS Sat Apr 23 16:10:54 2016 (r298514)
@@ -6,7 +6,7 @@
# PROVIDE: FILESYSTEMS
# REQUIRE: root mountcritlocal cleanvar zfs
-# This is a dummy dependency, for services which require file systems
+# This is a dummy dependency, for services which require filesystems
# to be mounted before starting. It also serves as the default early /
# late divider; after this point, rc.d directories are rescanned to
-# catch scripts from other file systems than /.
+# catch scripts from other filesystems than /.
Modified: head/etc/rc.d/abi
==============================================================================
--- head/etc/rc.d/abi Sat Apr 23 13:59:18 2016 (r298513)
+++ head/etc/rc.d/abi Sat Apr 23 16:10:54 2016 (r298514)
@@ -10,6 +10,7 @@
. /etc/rc.subr
name="abi"
+desc="Enable foreign ABIs"
start_cmd="${name}_start"
stop_cmd=":"
Modified: head/etc/rc.d/amd
==============================================================================
--- head/etc/rc.d/amd Sat Apr 23 13:59:18 2016 (r298513)
+++ head/etc/rc.d/amd Sat Apr 23 16:10:54 2016 (r298514)
@@ -11,6 +11,7 @@
. /etc/rc.subr
name="amd"
+desc="Automatically mount filesystems"
rcvar="amd_enable"
command="/usr/sbin/${name}"
start_precmd="amd_precmd"
Modified: head/etc/rc.d/apm
==============================================================================
--- head/etc/rc.d/apm Sat Apr 23 13:59:18 2016 (r298513)
+++ head/etc/rc.d/apm Sat Apr 23 16:10:54 2016 (r298514)
@@ -11,6 +11,7 @@
. /etc/rc.subr
name="apm"
+desc="Advanced power management"
rcvar="apm_enable"
start_precmd="apm_precmd"
command="/usr/sbin/${name}"
Modified: head/etc/rc.d/apmd
==============================================================================
--- head/etc/rc.d/apmd Sat Apr 23 13:59:18 2016 (r298513)
+++ head/etc/rc.d/apmd Sat Apr 23 16:10:54 2016 (r298514)
@@ -11,6 +11,7 @@
. /etc/rc.subr
name="apmd"
+desc="Advanced power management daemon"
rcvar="apmd_enable"
command="/usr/sbin/${name}"
start_precmd="apmd_prestart"
Modified: head/etc/rc.d/auditd
==============================================================================
--- head/etc/rc.d/auditd Sat Apr 23 13:59:18 2016 (r298513)
+++ head/etc/rc.d/auditd Sat Apr 23 16:10:54 2016 (r298514)
@@ -13,6 +13,7 @@
. /etc/rc.subr
name="auditd"
+desc="Audit daemon"
stop_cmd="auditd_stop"
command="/usr/sbin/${name}"
rcvar="auditd_enable"
Modified: head/etc/rc.d/auditdistd
==============================================================================
--- head/etc/rc.d/auditdistd Sat Apr 23 13:59:18 2016 (r298513)
+++ head/etc/rc.d/auditdistd Sat Apr 23 16:10:54 2016 (r298514)
@@ -11,6 +11,7 @@
. /etc/rc.subr
name="auditdistd"
+desc="Audit trail files distribution daemon"
rcvar="${name}_enable"
pidfile="/var/run/${name}.pid"
command="/usr/sbin/${name}"
Modified: head/etc/rc.d/automountd
==============================================================================
--- head/etc/rc.d/automountd Sat Apr 23 13:59:18 2016 (r298513)
+++ head/etc/rc.d/automountd Sat Apr 23 16:10:54 2016 (r298514)
@@ -10,6 +10,7 @@
. /etc/rc.subr
name="automountd"
+desc="daemon handling autofs mount requests"
rcvar="autofs_enable"
pidfile="/var/run/${name}.pid"
command="/usr/sbin/${name}"
Modified: head/etc/rc.d/autounmountd
==============================================================================
--- head/etc/rc.d/autounmountd Sat Apr 23 13:59:18 2016 (r298513)
+++ head/etc/rc.d/autounmountd Sat Apr 23 16:10:54 2016 (r298514)
@@ -10,6 +10,7 @@
. /etc/rc.subr
name="autounmountd"
+desc="daemon unmounting automounted filesystems"
rcvar="autofs_enable"
pidfile="/var/run/${name}.pid"
command="/usr/sbin/${name}"
Modified: head/etc/rc.d/bgfsck
==============================================================================
--- head/etc/rc.d/bgfsck Sat Apr 23 13:59:18 2016 (r298513)
+++ head/etc/rc.d/bgfsck Sat Apr 23 16:10:54 2016 (r298514)
@@ -10,6 +10,7 @@
. /etc/rc.subr
name="background_fsck"
+desc="Run fsck in background"
rcvar="background_fsck"
start_cmd="bgfsck_start"
start_precmd="bgfsck_start_precmd"
Modified: head/etc/rc.d/bluetooth
==============================================================================
--- head/etc/rc.d/bluetooth Sat Apr 23 13:59:18 2016 (r298513)
+++ head/etc/rc.d/bluetooth Sat Apr 23 16:10:54 2016 (r298514)
@@ -33,6 +33,7 @@
. /etc/rc.subr
name="bluetooth"
+desc="Bluetooth setup script"
rcvar=
start_cmd="bluetooth_start"
stop_cmd="bluetooth_stop"
Modified: head/etc/rc.d/bootparams
==============================================================================
--- head/etc/rc.d/bootparams Sat Apr 23 13:59:18 2016 (r298513)
+++ head/etc/rc.d/bootparams Sat Apr 23 16:10:54 2016 (r298514)
@@ -11,6 +11,7 @@
. /etc/rc.subr
name="bootparamd"
+desc="Boot parameter daemon"
rcvar="bootparamd_enable"
required_files="/etc/bootparams"
command="/usr/sbin/${name}"
Modified: head/etc/rc.d/bridge
==============================================================================
--- head/etc/rc.d/bridge Sat Apr 23 13:59:18 2016 (r298513)
+++ head/etc/rc.d/bridge Sat Apr 23 16:10:54 2016 (r298514)
@@ -33,6 +33,7 @@
. /etc/network.subr
name="bridge"
+desc="Network bridge setup"
start_cmd="bridge_start"
stop_cmd="bridge_stop"
cmd=""
Modified: head/etc/rc.d/bsnmpd
==============================================================================
--- head/etc/rc.d/bsnmpd Sat Apr 23 13:59:18 2016 (r298513)
+++ head/etc/rc.d/bsnmpd Sat Apr 23 16:10:54 2016 (r298514)
@@ -10,6 +10,7 @@
. /etc/rc.subr
name="bsnmpd"
+desc="Simple and extensible SNMP daemon"
rcvar="bsnmpd_enable"
command="/usr/sbin/${name}"
Modified: head/etc/rc.d/bthidd
==============================================================================
--- head/etc/rc.d/bthidd Sat Apr 23 13:59:18 2016 (r298513)
+++ head/etc/rc.d/bthidd Sat Apr 23 16:10:54 2016 (r298514)
@@ -11,6 +11,7 @@
. /etc/rc.subr
name="bthidd"
+desc="Bluetooth HID daemon"
rcvar="bthidd_enable"
command="/usr/sbin/${name}"
pidfile="/var/run/${name}.pid"
Modified: head/etc/rc.d/ccd
==============================================================================
--- head/etc/rc.d/ccd Sat Apr 23 13:59:18 2016 (r298513)
+++ head/etc/rc.d/ccd Sat Apr 23 16:10:54 2016 (r298514)
@@ -9,6 +9,7 @@
. /etc/rc.subr
name="ccd"
+desc"Concatenated disks setup"
start_cmd="ccd_start"
stop_cmd=":"
Modified: head/etc/rc.d/cleanvar
==============================================================================
--- head/etc/rc.d/cleanvar Sat Apr 23 13:59:18 2016 (r298513)
+++ head/etc/rc.d/cleanvar Sat Apr 23 16:10:54 2016 (r298514)
@@ -9,6 +9,7 @@
. /etc/rc.subr
name="cleanvar"
+desc="Purge /var directory"
rcvar="cleanvar_enable"
start_precmd="${name}_prestart"
Modified: head/etc/rc.d/cleartmp
==============================================================================
--- head/etc/rc.d/cleartmp Sat Apr 23 13:59:18 2016 (r298513)
+++ head/etc/rc.d/cleartmp Sat Apr 23 16:10:54 2016 (r298514)
@@ -10,6 +10,7 @@
. /etc/rc.subr
name="cleartmp"
+desc="Purge /tmp directory"
# Disguise rcvar for the start method to run irrespective of its setting.
rcvar1="clear_tmp_enable"
start_cmd="${name}_start"
Modified: head/etc/rc.d/cron
==============================================================================
--- head/etc/rc.d/cron Sat Apr 23 13:59:18 2016 (r298513)
+++ head/etc/rc.d/cron Sat Apr 23 16:10:54 2016 (r298514)
@@ -11,6 +11,7 @@
. /etc/rc.subr
name="cron"
+desc="Daemon to execute scheduled commands"
rcvar="cron_enable"
command="/usr/sbin/${name}"
pidfile="/var/run/${name}.pid"
Modified: head/etc/rc.d/ctld
==============================================================================
--- head/etc/rc.d/ctld Sat Apr 23 13:59:18 2016 (r298513)
+++ head/etc/rc.d/ctld Sat Apr 23 16:10:54 2016 (r298514)
@@ -11,6 +11,7 @@
. /etc/rc.subr
name="ctld"
+desc="CAM Target Layer / iSCSI target daemon"
rcvar="ctld_enable"
pidfile="/var/run/${name}.pid"
command="/usr/sbin/${name}"
Modified: head/etc/rc.d/ddb
==============================================================================
--- head/etc/rc.d/ddb Sat Apr 23 13:59:18 2016 (r298513)
+++ head/etc/rc.d/ddb Sat Apr 23 16:10:54 2016 (r298514)
@@ -11,6 +11,7 @@
. /etc/rc.subr
name="ddb"
+desc="DDB kernel debugger"
rcvar="ddb_enable"
command="/sbin/${name}"
start_precmd="ddb_prestart"
Modified: head/etc/rc.d/defaultroute
==============================================================================
--- head/etc/rc.d/defaultroute Sat Apr 23 13:59:18 2016 (r298513)
+++ head/etc/rc.d/defaultroute Sat Apr 23 16:10:54 2016 (r298514)
@@ -13,6 +13,7 @@
. /etc/network.subr
name="defaultroute"
+desc="Setup default router"
start_cmd="defaultroute_start"
stop_cmd=":"
Modified: head/etc/rc.d/devd
==============================================================================
--- head/etc/rc.d/devd Sat Apr 23 13:59:18 2016 (r298513)
+++ head/etc/rc.d/devd Sat Apr 23 16:10:54 2016 (r298514)
@@ -11,6 +11,7 @@
. /etc/rc.subr
name="devd"
+desc="Device state change daemon"
rcvar="devd_enable"
command="/sbin/${name}"
Modified: head/etc/rc.d/devfs
==============================================================================
--- head/etc/rc.d/devfs Sat Apr 23 13:59:18 2016 (r298513)
+++ head/etc/rc.d/devfs Sat Apr 23 16:10:54 2016 (r298514)
@@ -11,6 +11,7 @@
. /etc/rc.subr
name="devfs"
+desc="Device filesystem"
start_cmd='devfs_start'
stop_cmd=':'
Modified: head/etc/rc.d/dhclient
==============================================================================
--- head/etc/rc.d/dhclient Sat Apr 23 13:59:18 2016 (r298513)
+++ head/etc/rc.d/dhclient Sat Apr 23 16:10:54 2016 (r298514)
@@ -12,6 +12,7 @@
ifn="$2"
name="dhclient"
+desc="Dynamic Host Configuration Protocol (DHCP) client"
rcvar=
pidfile="/var/run/${name}.${ifn}.pid"
start_precmd="dhclient_prestart"
Modified: head/etc/rc.d/dmesg
==============================================================================
--- head/etc/rc.d/dmesg Sat Apr 23 13:59:18 2016 (r298513)
+++ head/etc/rc.d/dmesg Sat Apr 23 16:10:54 2016 (r298514)
@@ -11,6 +11,7 @@
. /etc/rc.subr
name="dmesg"
+desc="Save kernel boot messages to disk"
rcvar="dmesg_enable"
dmesg_file="/var/run/dmesg.boot"
start_cmd="do_dmesg"
Modified: head/etc/rc.d/dumpon
==============================================================================
--- head/etc/rc.d/dumpon Sat Apr 23 13:59:18 2016 (r298513)
+++ head/etc/rc.d/dumpon Sat Apr 23 16:10:54 2016 (r298514)
@@ -11,6 +11,7 @@
. /etc/rc.subr
name="dumpon"
+desc="Dump kernel corefiles from swap to disk"
start_cmd="dumpon_start"
stop_cmd="dumpon_stop"
Modified: head/etc/rc.d/fsck
==============================================================================
--- head/etc/rc.d/fsck Sat Apr 23 13:59:18 2016 (r298513)
+++ head/etc/rc.d/fsck Sat Apr 23 16:10:54 2016 (r298514)
@@ -10,6 +10,7 @@
. /etc/rc.subr
name="fsck"
+desc="Run file system checks"
start_cmd="fsck_start"
stop_cmd=":"
Modified: head/etc/rc.d/ftp-proxy
==============================================================================
--- head/etc/rc.d/ftp-proxy Sat Apr 23 13:59:18 2016 (r298513)
+++ head/etc/rc.d/ftp-proxy Sat Apr 23 16:10:54 2016 (r298514)
@@ -10,6 +10,7 @@
. /etc/rc.subr
name="ftpproxy"
+desc="Internet File Transfer Protocol proxy daemon"
rcvar="ftpproxy_enable"
command="/usr/sbin/ftp-proxy"
Modified: head/etc/rc.d/ftpd
==============================================================================
--- head/etc/rc.d/ftpd Sat Apr 23 13:59:18 2016 (r298513)
+++ head/etc/rc.d/ftpd Sat Apr 23 16:10:54 2016 (r298514)
@@ -10,6 +10,7 @@
. /etc/rc.subr
name="ftpd"
+desc="Internet File Transfer Protocol daemon"
rcvar="ftpd_enable"
command="/usr/libexec/${name}"
pidfile="/var/run/${name}.pid"
Modified: head/etc/rc.d/gbde
==============================================================================
--- head/etc/rc.d/gbde Sat Apr 23 13:59:18 2016 (r298513)
+++ head/etc/rc.d/gbde Sat Apr 23 16:10:54 2016 (r298514)
@@ -12,6 +12,7 @@
. /etc/rc.subr
name="gbde"
+desc="GEOM Based Disk Encryption"
start_precmd="find_gbde_devices start"
stop_precmd="find_gbde_devices stop"
start_cmd="gbde_start"
Modified: head/etc/rc.d/geli
==============================================================================
--- head/etc/rc.d/geli Sat Apr 23 13:59:18 2016 (r298513)
+++ head/etc/rc.d/geli Sat Apr 23 16:10:54 2016 (r298514)
@@ -33,6 +33,7 @@
. /etc/rc.subr
name="geli"
+desc="GELI disk encryption"
start_precmd='[ -n "$(geli_make_list)" ]'
start_cmd="geli_start"
stop_cmd="geli_stop"
Modified: head/etc/rc.d/geli2
==============================================================================
--- head/etc/rc.d/geli2 Sat Apr 23 13:59:18 2016 (r298513)
+++ head/etc/rc.d/geli2 Sat Apr 23 16:10:54 2016 (r298514)
@@ -34,6 +34,7 @@
. /etc/rc.subr
name="geli2"
+name="GELI disk encryption"
start_cmd="geli2_start"
stop_cmd=":"
Modified: head/etc/rc.d/growfs
==============================================================================
--- head/etc/rc.d/growfs Sat Apr 23 13:59:18 2016 (r298513)
+++ head/etc/rc.d/growfs Sat Apr 23 16:10:54 2016 (r298514)
@@ -41,6 +41,7 @@
. /etc/rc.subr
name="growfs"
+desc="Grow root partition to fill device"
start_cmd="growfs_start"
stop_cmd=":"
rcvar="growfs_enable"
Modified: head/etc/rc.d/gssd
==============================================================================
--- head/etc/rc.d/gssd Sat Apr 23 13:59:18 2016 (r298513)
+++ head/etc/rc.d/gssd Sat Apr 23 16:10:54 2016 (r298514)
@@ -10,6 +10,7 @@
. /etc/rc.subr
name=gssd
+desc="Generic Security Services Daemon"
rcvar=gssd_enable
load_rc_config $name
Modified: head/etc/rc.d/hastd
==============================================================================
--- head/etc/rc.d/hastd Sat Apr 23 13:59:18 2016 (r298513)
+++ head/etc/rc.d/hastd Sat Apr 23 16:10:54 2016 (r298514)
@@ -11,6 +11,7 @@
. /etc/rc.subr
name="hastd"
+desc="Highly Available Storage daemon"
rcvar="hastd_enable"
pidfile="/var/run/${name}.pid"
command="/sbin/${name}"
Modified: head/etc/rc.d/hcsecd
==============================================================================
--- head/etc/rc.d/hcsecd Sat Apr 23 13:59:18 2016 (r298513)
+++ head/etc/rc.d/hcsecd Sat Apr 23 16:10:54 2016 (r298514)
@@ -11,6 +11,7 @@
. /etc/rc.subr
name="hcsecd"
+desc="Control link keys and PIN codes for Bluetooth devices"
rcvar="hcsecd_enable"
command="/usr/sbin/${name}"
pidfile="/var/run/${name}.pid"
Modified: head/etc/rc.d/hostapd
==============================================================================
--- head/etc/rc.d/hostapd Sat Apr 23 13:59:18 2016 (r298513)
+++ head/etc/rc.d/hostapd Sat Apr 23 16:10:54 2016 (r298514)
@@ -10,6 +10,7 @@
. /etc/rc.subr
name="hostapd"
+desc="Authenticator for IEEE 802.11 networks"
command="/usr/sbin/${name}"
ifn="$2"
Modified: head/etc/rc.d/hostid
==============================================================================
--- head/etc/rc.d/hostid Sat Apr 23 13:59:18 2016 (r298513)
+++ head/etc/rc.d/hostid Sat Apr 23 16:10:54 2016 (r298514)
@@ -35,6 +35,7 @@
. /etc/rc.subr
name="hostid"
+desc="Generate a unique host ID"
start_cmd="hostid_start"
stop_cmd=":"
reset_cmd="hostid_reset"
Modified: head/etc/rc.d/hostid_save
==============================================================================
--- head/etc/rc.d/hostid_save Sat Apr 23 13:59:18 2016 (r298513)
+++ head/etc/rc.d/hostid_save Sat Apr 23 16:10:54 2016 (r298514)
@@ -10,6 +10,7 @@
. /etc/rc.subr
name="hostid_save"
+desc="Save unique host ID to disk"
start_cmd="hostid_save"
stop_cmd=":"
rcvar="hostid_enable"
Modified: head/etc/rc.d/hostname
==============================================================================
--- head/etc/rc.d/hostname Sat Apr 23 13:59:18 2016 (r298513)
+++ head/etc/rc.d/hostname Sat Apr 23 16:10:54 2016 (r298514)
@@ -34,6 +34,7 @@
. /etc/network.subr
name="hostname"
+desc="Set the system\'s hostname"
start_cmd="hostname_start"
stop_cmd=":"
Modified: head/etc/rc.d/inetd
==============================================================================
--- head/etc/rc.d/inetd Sat Apr 23 13:59:18 2016 (r298513)
+++ head/etc/rc.d/inetd Sat Apr 23 16:10:54 2016 (r298514)
@@ -10,6 +10,7 @@
. /etc/rc.subr
name="inetd"
+desc="Internet \"super-server\""
rcvar="inetd_enable"
command="/usr/sbin/${name}"
pidfile="/var/run/${name}.pid"
Modified: head/etc/rc.d/ip6addrctl
==============================================================================
--- head/etc/rc.d/ip6addrctl Sat Apr 23 13:59:18 2016 (r298513)
+++ head/etc/rc.d/ip6addrctl Sat Apr 23 16:10:54 2016 (r298514)
@@ -12,6 +12,7 @@
. /etc/network.subr
name="ip6addrctl"
+desc="configure address selection policy for IPv6 and IPv4"
rcvar="ip6addrctl_enable"
start_cmd="ip6addrctl_start"
stop_cmd="ip6addrctl_stop"
Modified: head/etc/rc.d/ipfilter
==============================================================================
--- head/etc/rc.d/ipfilter Sat Apr 23 13:59:18 2016 (r298513)
+++ head/etc/rc.d/ipfilter Sat Apr 23 16:10:54 2016 (r298514)
@@ -10,6 +10,7 @@
. /etc/rc.subr
name="ipfilter"
+desc="IP packet filter"
rcvar="ipfilter_enable"
load_rc_config $name
stop_precmd="test -f ${ipfilter_rules} -o -f ${ipv6_ipfilter_rules}"
Modified: head/etc/rc.d/ipfs
==============================================================================
--- head/etc/rc.d/ipfs Sat Apr 23 13:59:18 2016 (r298513)
+++ head/etc/rc.d/ipfs Sat Apr 23 16:10:54 2016 (r298514)
@@ -10,6 +10,7 @@
. /etc/rc.subr
name="ipfs"
+desc="Saves and restores information for NAT and state tables"
rcvar="ipfs_enable"
start_cmd="ipfs_start"
stop_cmd="ipfs_stop"
Modified: head/etc/rc.d/ipfw
==============================================================================
--- head/etc/rc.d/ipfw Sat Apr 23 13:59:18 2016 (r298513)
+++ head/etc/rc.d/ipfw Sat Apr 23 16:10:54 2016 (r298514)
@@ -11,6 +11,7 @@
. /etc/network.subr
name="ipfw"
+desc="Firewall, traffic shaper, packet scheduler, in-kernel NAT"
rcvar="firewall_enable"
start_cmd="ipfw_start"
start_precmd="ipfw_prestart"
Modified: head/etc/rc.d/ipmon
==============================================================================
--- head/etc/rc.d/ipmon Sat Apr 23 13:59:18 2016 (r298513)
+++ head/etc/rc.d/ipmon Sat Apr 23 16:10:54 2016 (r298514)
@@ -11,6 +11,7 @@
. /etc/rc.subr
name="ipmon"
+desc="Monitors /dev/ipl for logged packets"
rcvar="ipmon_enable"
command="/sbin/${name}"
start_precmd="ipmon_precmd"
Modified: head/etc/rc.d/ipnat
==============================================================================
--- head/etc/rc.d/ipnat Sat Apr 23 13:59:18 2016 (r298513)
+++ head/etc/rc.d/ipnat Sat Apr 23 16:10:54 2016 (r298514)
@@ -10,6 +10,7 @@
. /etc/rc.subr
name="ipnat"
+desc="user interface to the NAT subsystem"
rcvar="ipnat_enable"
load_rc_config $name
start_cmd="ipnat_start"
Modified: head/etc/rc.d/ipsec
==============================================================================
--- head/etc/rc.d/ipsec Sat Apr 23 13:59:18 2016 (r298513)
+++ head/etc/rc.d/ipsec Sat Apr 23 16:10:54 2016 (r298514)
@@ -11,6 +11,7 @@
. /etc/rc.subr
name="ipsec"
+desc="Internet Protocol Security protocol"
rcvar="ipsec_enable"
start_precmd="ipsec_prestart"
start_cmd="ipsec_start"
Modified: head/etc/rc.d/iscsictl
==============================================================================
--- head/etc/rc.d/iscsictl Sat Apr 23 13:59:18 2016 (r298513)
+++ head/etc/rc.d/iscsictl Sat Apr 23 16:10:54 2016 (r298514)
@@ -11,6 +11,7 @@
. /etc/rc.subr
name="iscsictl"
+desc="iSCSI initiator management utility"
rcvar="iscsictl_enable"
command="/usr/bin/${name}"
command_args="${iscsictl_flags}"
Modified: head/etc/rc.d/iscsid
==============================================================================
--- head/etc/rc.d/iscsid Sat Apr 23 13:59:18 2016 (r298513)
+++ head/etc/rc.d/iscsid Sat Apr 23 16:10:54 2016 (r298514)
@@ -11,6 +11,7 @@
. /etc/rc.subr
name="iscsid"
+desc="iSCSI initiator daemon"
rcvar="iscsid_enable"
pidfile="/var/run/${name}.pid"
command="/usr/sbin/${name}"
Modified: head/etc/rc.d/jail
==============================================================================
--- head/etc/rc.d/jail Sat Apr 23 13:59:18 2016 (r298513)
+++ head/etc/rc.d/jail Sat Apr 23 16:10:54 2016 (r298514)
@@ -11,6 +11,7 @@
. /etc/rc.subr
name="jail"
+desc="Manage system jails"
rcvar="jail_enable"
start_cmd="jail_start"
Modified: head/etc/rc.d/kadmind
==============================================================================
--- head/etc/rc.d/kadmind Sat Apr 23 13:59:18 2016 (r298513)
+++ head/etc/rc.d/kadmind Sat Apr 23 16:10:54 2016 (r298514)
@@ -10,6 +10,7 @@
. /etc/rc.subr
name=kadmind
+desc="Server for administrative access to Kerberos database"
rcvar=${name}_enable
required_vars=kdc_enable
start_precmd=${name}_start_precmd
Modified: head/etc/rc.d/kdc
==============================================================================
--- head/etc/rc.d/kdc Sat Apr 23 13:59:18 2016 (r298513)
+++ head/etc/rc.d/kdc Sat Apr 23 16:10:54 2016 (r298514)
@@ -10,6 +10,7 @@
. /etc/rc.subr
name=kdc
+desc="Kerberos 5 server"
rcvar=${name}_enable
start_precmd=${name}_start_precmd
Modified: head/etc/rc.d/keyserv
==============================================================================
--- head/etc/rc.d/keyserv Sat Apr 23 13:59:18 2016 (r298513)
+++ head/etc/rc.d/keyserv Sat Apr 23 16:10:54 2016 (r298514)
@@ -13,6 +13,7 @@
. /etc/rc.subr
name="keyserv"
+desc="Server for storing private encryption keys"
rcvar="keyserv_enable"
command="/usr/sbin/${name}"
start_precmd="keyserv_prestart"
Modified: head/etc/rc.d/kfd
==============================================================================
--- head/etc/rc.d/kfd Sat Apr 23 13:59:18 2016 (r298513)
+++ head/etc/rc.d/kfd Sat Apr 23 16:10:54 2016 (r298514)
@@ -10,6 +10,7 @@
. /etc/rc.subr
name=kfd
+desc="Receive forwarded tickets"
rcvar=${name}_enable
start_precmd=${name}_start_precmd
Modified: head/etc/rc.d/kld
==============================================================================
--- head/etc/rc.d/kld Sat Apr 23 13:59:18 2016 (r298513)
+++ head/etc/rc.d/kld Sat Apr 23 16:10:54 2016 (r298514)
@@ -33,6 +33,7 @@
. /etc/rc.subr
name="kld"
+desc="Load kernel modules"
start_cmd="${name}_start"
stop_cmd=':'
Modified: head/etc/rc.d/kldxref
==============================================================================
--- head/etc/rc.d/kldxref Sat Apr 23 13:59:18 2016 (r298513)
+++ head/etc/rc.d/kldxref Sat Apr 23 16:10:54 2016 (r298514)
@@ -12,6 +12,7 @@
rcvar="kldxref_enable"
name="kldxref"
+desc="Generate hints for the kernel loader"
stop_cmd=":"
start_cmd="kldxref_start"
Modified: head/etc/rc.d/kpasswdd
==============================================================================
--- head/etc/rc.d/kpasswdd Sat Apr 23 13:59:18 2016 (r298513)
+++ head/etc/rc.d/kpasswdd Sat Apr 23 16:10:54 2016 (r298514)
@@ -10,6 +10,7 @@
. /etc/rc.subr
name=kpasswdd
+desc="Kerberos 5 password changing"
rcvar=${name}_enable
required_vars=kdc_enable
start_precmd=${name}_start_precmd
Modified: head/etc/rc.d/ldconfig
==============================================================================
--- head/etc/rc.d/ldconfig Sat Apr 23 13:59:18 2016 (r298513)
+++ head/etc/rc.d/ldconfig Sat Apr 23 16:10:54 2016 (r298514)
@@ -10,6 +10,7 @@
. /etc/rc.subr
name="ldconfig"
+desc="Configure the shared library cache"
ldconfig_command="/sbin/ldconfig"
start_cmd="ldconfig_start"
stop_cmd=":"
Modified: head/etc/rc.d/local
==============================================================================
--- head/etc/rc.d/local Sat Apr 23 13:59:18 2016 (r298513)
+++ head/etc/rc.d/local Sat Apr 23 16:10:54 2016 (r298514)
@@ -11,6 +11,7 @@
. /etc/rc.subr
name="local"
+desc="Run /etc/rc.local and /etc/shutdown.local"
start_cmd="local_start"
stop_cmd="local_stop"
Modified: head/etc/rc.d/local_unbound
==============================================================================
--- head/etc/rc.d/local_unbound Sat Apr 23 13:59:18 2016 (r298513)
+++ head/etc/rc.d/local_unbound Sat Apr 23 16:10:54 2016 (r298514)
@@ -11,7 +11,7 @@
. /etc/rc.subr
name="local_unbound"
-desc="local caching forwarding resolver"
+desc="Local caching forwarding resolver"
rcvar="local_unbound_enable"
command="/usr/sbin/unbound"
Modified: head/etc/rc.d/localpkg
==============================================================================
--- head/etc/rc.d/localpkg Sat Apr 23 13:59:18 2016 (r298513)
+++ head/etc/rc.d/localpkg Sat Apr 23 16:10:54 2016 (r298514)
@@ -11,6 +11,7 @@
. /etc/rc.subr
name="localpkg"
+desc="Run local init scripts"
start_cmd="pkg_start"
stop_cmd="pkg_stop"
Modified: head/etc/rc.d/lockd
==============================================================================
--- head/etc/rc.d/lockd Sat Apr 23 13:59:18 2016 (r298513)
+++ head/etc/rc.d/lockd Sat Apr 23 16:10:54 2016 (r298514)
@@ -12,6 +12,7 @@
. /etc/rc.subr
name="lockd"
+desc="NFS file locking daemon"
rcvar=rpc_lockd_enable
command="/usr/sbin/rpc.${name}"
start_precmd='lockd_precmd'
Modified: head/etc/rc.d/lpd
==============================================================================
--- head/etc/rc.d/lpd Sat Apr 23 13:59:18 2016 (r298513)
+++ head/etc/rc.d/lpd Sat Apr 23 16:10:54 2016 (r298514)
@@ -11,6 +11,7 @@
. /etc/rc.subr
name="lpd"
+desc="Line printer spooler daemon"
rcvar="lpd_enable"
command="/usr/sbin/${name}"
required_files="/etc/printcap"
Modified: head/etc/rc.d/mdconfig
==============================================================================
--- head/etc/rc.d/mdconfig Sat Apr 23 13:59:18 2016 (r298513)
+++ head/etc/rc.d/mdconfig Sat Apr 23 16:10:54 2016 (r298514)
@@ -33,6 +33,7 @@
. /etc/rc.subr
name="mdconfig"
+desc="Create and control memory disks"
stop_cmd="mdconfig_stop"
start_cmd="mdconfig_start"
start_precmd='[ -n "${_mdconfig_list}" ]'
Modified: head/etc/rc.d/mdconfig2
==============================================================================
--- head/etc/rc.d/mdconfig2 Sat Apr 23 13:59:18 2016 (r298513)
+++ head/etc/rc.d/mdconfig2 Sat Apr 23 16:10:54 2016 (r298514)
@@ -34,6 +34,7 @@
. /etc/rc.subr
name="mdconfig2"
+desc="Create and control memory disks"
stop_cmd="mdconfig2_stop"
start_cmd="mdconfig2_start"
start_precmd='[ -n "${_mdconfig2_list}" ]'
Modified: head/etc/rc.d/mixer
==============================================================================
--- head/etc/rc.d/mixer Sat Apr 23 13:59:18 2016 (r298513)
+++ head/etc/rc.d/mixer Sat Apr 23 16:10:54 2016 (r298514)
@@ -34,6 +34,7 @@
. /etc/rc.subr
name="mixer"
+desc="Save and restore soundcard mixer values"
rcvar="mixer_enable"
stop_cmd="mixer_stop"
start_cmd="mixer_start"
Modified: head/etc/rc.d/motd
==============================================================================
--- head/etc/rc.d/motd Sat Apr 23 13:59:18 2016 (r298513)
+++ head/etc/rc.d/motd Sat Apr 23 16:10:54 2016 (r298514)
@@ -10,6 +10,7 @@
. /etc/rc.subr
name="motd"
+desc="Update /etc/motd"
rcvar="update_motd"
start_cmd="motd_start"
stop_cmd=":"
Modified: head/etc/rc.d/mountcritlocal
==============================================================================
--- head/etc/rc.d/mountcritlocal Sat Apr 23 13:59:18 2016 (r298513)
+++ head/etc/rc.d/mountcritlocal Sat Apr 23 16:10:54 2016 (r298514)
@@ -10,6 +10,7 @@
. /etc/rc.subr
name="mountcritlocal"
+desc="Mount critical local filesystems"
start_cmd="mountcritlocal_start"
stop_cmd=sync
@@ -28,7 +29,7 @@ mountcritlocal_start()
esac
# Mount everything except nfs filesystems.
- check_startmsgs && echo -n 'Mounting local file systems:'
+ check_startmsgs && echo -n 'Mounting local filesystems:'
mount_excludes='no'
for i in ${netfs_types}; do
fstype=${i%:*}
Modified: head/etc/rc.d/mountcritremote
==============================================================================
--- head/etc/rc.d/mountcritremote Sat Apr 23 13:59:18 2016 (r298513)
+++ head/etc/rc.d/mountcritremote Sat Apr 23 16:10:54 2016 (r298514)
@@ -10,6 +10,7 @@
. /etc/rc.subr
name="mountcritremote"
+desc="Mount critical remote filesystems"
stop_cmd=":"
start_cmd="mountcritremote_start"
start_precmd="mountcritremote_precmd"
@@ -40,7 +41,7 @@ mountcritremote_start()
'')
;;
*)
- echo -n 'Mounting NFS file systems:'
+ echo -n 'Mounting NFS filesystems:'
mount -a -t nfs
echo '.'
;;
@@ -63,7 +64,7 @@ mountcritremote_start()
case "`mount -d -a -t ${fstype}`" in
*mount_${fstype}*)
- echo -n "Mounting ${fsdecr} file systems:"
+ echo -n "Mounting ${fsdecr} filesystems:"
mount -a -t ${fstype}
echo '.'
;;
Modified: head/etc/rc.d/mountd
==============================================================================
--- head/etc/rc.d/mountd Sat Apr 23 13:59:18 2016 (r298513)
+++ head/etc/rc.d/mountd Sat Apr 23 16:10:54 2016 (r298514)
@@ -10,6 +10,7 @@
. /etc/rc.subr
name="mountd"
+desc="Service remote NFS mount requests"
rcvar="mountd_enable"
command="/usr/sbin/${name}"
pidfile="/var/run/${name}.pid"
Modified: head/etc/rc.d/mountlate
==============================================================================
--- head/etc/rc.d/mountlate Sat Apr 23 13:59:18 2016 (r298513)
+++ head/etc/rc.d/mountlate Sat Apr 23 16:10:54 2016 (r298514)
@@ -11,6 +11,7 @@
. /etc/rc.subr
name="mountlate"
+desc="Mount filesystems with \"late\" option from /etc/fstab"
start_cmd="mountlate_start"
stop_cmd=":"
@@ -21,7 +22,7 @@ mountlate_start()
# Mount "late" filesystems.
#
err=0
- echo -n 'Mounting late file systems:'
+ echo -n 'Mounting late filesystems:'
mount -a -L
err=$?
echo '.'
Modified: head/etc/rc.d/moused
==============================================================================
--- head/etc/rc.d/moused Sat Apr 23 13:59:18 2016 (r298513)
+++ head/etc/rc.d/moused Sat Apr 23 16:10:54 2016 (r298514)
@@ -10,6 +10,7 @@
. /etc/rc.subr
name="moused"
+desc="Mouse daemon"
rcvar="moused_enable"
command="/usr/sbin/${name}"
start_cmd="moused_start"
Modified: head/etc/rc.d/msgs
==============================================================================
--- head/etc/rc.d/msgs Sat Apr 23 13:59:18 2016 (r298513)
+++ head/etc/rc.d/msgs Sat Apr 23 16:10:54 2016 (r298514)
@@ -9,6 +9,7 @@
. /etc/rc.subr
name="msgs"
+desc="Make a bounds file for msgs(1)"
start_cmd="msgs_start"
stop_cmd=":"
Modified: head/etc/rc.d/natd
==============================================================================
--- head/etc/rc.d/natd Sat Apr 23 13:59:18 2016 (r298513)
+++ head/etc/rc.d/natd Sat Apr 23 16:10:54 2016 (r298514)
@@ -10,6 +10,7 @@
. /etc/network.subr
name="natd"
+desc="Network Address Translation daemon"
rcvar="natd_enable"
command="/sbin/${name}"
pidfile="/var/run/${name}.pid"
Modified: head/etc/rc.d/netif
==============================================================================
--- head/etc/rc.d/netif Sat Apr 23 13:59:18 2016 (r298513)
+++ head/etc/rc.d/netif Sat Apr 23 16:10:54 2016 (r298514)
@@ -34,6 +34,7 @@
. /etc/network.subr
name="netif"
+desc="Network interface setup"
rcvar="${name}_enable"
start_cmd="netif_start"
stop_cmd="netif_stop"
Modified: head/etc/rc.d/netoptions
==============================================================================
--- head/etc/rc.d/netoptions Sat Apr 23 13:59:18 2016 (r298513)
+++ head/etc/rc.d/netoptions Sat Apr 23 16:10:54 2016 (r298514)
@@ -12,6 +12,7 @@
. /etc/network.subr
name="netoptions"
+desc="Network options setup"
start_cmd="netoptions_start"
stop_cmd=:
Modified: head/etc/rc.d/netwait
==============================================================================
--- head/etc/rc.d/netwait Sat Apr 23 13:59:18 2016 (r298513)
+++ head/etc/rc.d/netwait Sat Apr 23 16:10:54 2016 (r298514)
@@ -21,6 +21,7 @@
. /etc/rc.subr
name="netwait"
+desc="Wait for network devices or the network being up"
rcvar="netwait_enable"
start_cmd="${name}_start"
Modified: head/etc/rc.d/newsyslog
==============================================================================
--- head/etc/rc.d/newsyslog Sat Apr 23 13:59:18 2016 (r298513)
+++ head/etc/rc.d/newsyslog Sat Apr 23 16:10:54 2016 (r298514)
@@ -9,6 +9,7 @@
. /etc/rc.subr
name="newsyslog"
+desc="Logfile rotation"
rcvar="newsyslog_enable"
required_files="/etc/newsyslog.conf"
command="/usr/sbin/${name}"
Modified: head/etc/rc.d/nfscbd
==============================================================================
--- head/etc/rc.d/nfscbd Sat Apr 23 13:59:18 2016 (r298513)
+++ head/etc/rc.d/nfscbd Sat Apr 23 16:10:54 2016 (r298514)
@@ -10,6 +10,7 @@
. /etc/rc.subr
name="nfscbd"
+desc="NFSv4 client side callback daemon"
rcvar="nfscbd_enable"
command="/usr/sbin/${name}"
sig_stop="USR1"
Modified: head/etc/rc.d/nfsclient
==============================================================================
--- head/etc/rc.d/nfsclient Sat Apr 23 13:59:18 2016 (r298513)
+++ head/etc/rc.d/nfsclient Sat Apr 23 16:10:54 2016 (r298514)
@@ -10,6 +10,7 @@
. /etc/rc.subr
name="nfsclient"
+desc="NFS client setup"
rcvar="nfs_client_enable"
start_cmd="nfsclient_start"
stop_cmd="unmount_all"
Modified: head/etc/rc.d/nfsd
==============================================================================
--- head/etc/rc.d/nfsd Sat Apr 23 13:59:18 2016 (r298513)
+++ head/etc/rc.d/nfsd Sat Apr 23 16:10:54 2016 (r298514)
@@ -10,6 +10,7 @@
. /etc/rc.subr
name="nfsd"
+desc="Remote NFS server"
rcvar="nfs_server_enable"
command="/usr/sbin/${name}"
Modified: head/etc/rc.d/nfsuserd
==============================================================================
--- head/etc/rc.d/nfsuserd Sat Apr 23 13:59:18 2016 (r298513)
+++ head/etc/rc.d/nfsuserd Sat Apr 23 16:10:54 2016 (r298514)
@@ -10,6 +10,7 @@
. /etc/rc.subr
name="nfsuserd"
+desc="Load user and group information into the kernel for NFSv4 services and support manage-gids for all NFS versions"
rcvar="nfsuserd_enable"
command="/usr/sbin/${name}"
sig_stop="USR1"
Modified: head/etc/rc.d/nisdomain
==============================================================================
--- head/etc/rc.d/nisdomain Sat Apr 23 13:59:18 2016 (r298513)
+++ head/etc/rc.d/nisdomain Sat Apr 23 16:10:54 2016 (r298514)
@@ -33,6 +33,7 @@
. /etc/rc.subr
name="nisdomain"
+desc="Set NIS domain name"
start_cmd="nisdomain_start"
stop_cmd=":"
Modified: head/etc/rc.d/nscd
==============================================================================
--- head/etc/rc.d/nscd Sat Apr 23 13:59:18 2016 (r298513)
+++ head/etc/rc.d/nscd Sat Apr 23 16:10:54 2016 (r298514)
@@ -19,6 +19,7 @@
. /etc/rc.subr
name="nscd"
+desc="Name-service caching daemon"
rcvar="nscd_enable"
command=/usr/sbin/nscd
Modified: head/etc/rc.d/nsswitch
==============================================================================
--- head/etc/rc.d/nsswitch Sat Apr 23 13:59:18 2016 (r298513)
+++ head/etc/rc.d/nsswitch Sat Apr 23 16:10:54 2016 (r298514)
@@ -33,6 +33,7 @@
. /etc/rc.subr
name="nsswitch"
+desc="Name-service switch"
start_cmd="nsswitch_start"
stop_cmd=":"
Modified: head/etc/rc.d/ntpd
==============================================================================
--- head/etc/rc.d/ntpd Sat Apr 23 13:59:18 2016 (r298513)
+++ head/etc/rc.d/ntpd Sat Apr 23 16:10:54 2016 (r298514)
@@ -11,6 +11,7 @@
. /etc/rc.subr
name="ntpd"
+desc="Network Time Protocol daemon"
rcvar="ntpd_enable"
command="/usr/sbin/${name}"
pidfile="/var/run/${name}.pid"
Modified: head/etc/rc.d/ntpdate
==============================================================================
--- head/etc/rc.d/ntpdate Sat Apr 23 13:59:18 2016 (r298513)
+++ head/etc/rc.d/ntpdate Sat Apr 23 16:10:54 2016 (r298514)
@@ -10,6 +10,7 @@
. /etc/rc.subr
name="ntpdate"
+desc="Set the date and time via NTP"
rcvar="ntpdate_enable"
stop_cmd=":"
start_cmd="ntpdate_start"
Modified: head/etc/rc.d/pf
==============================================================================
--- head/etc/rc.d/pf Sat Apr 23 13:59:18 2016 (r298513)
+++ head/etc/rc.d/pf Sat Apr 23 16:10:54 2016 (r298514)
@@ -11,6 +11,7 @@
. /etc/rc.subr
name="pf"
+desc="Packet filter"
rcvar="pf_enable"
load_rc_config $name
start_cmd="pf_start"
Modified: head/etc/rc.d/pflog
==============================================================================
--- head/etc/rc.d/pflog Sat Apr 23 13:59:18 2016 (r298513)
+++ head/etc/rc.d/pflog Sat Apr 23 16:10:54 2016 (r298514)
@@ -10,6 +10,7 @@
. /etc/rc.subr
name="pflog"
+desc="Packet filter logging interface"
rcvar="pflog_enable"
command="/sbin/pflogd"
pidfile="/var/run/pflogd.pid"
Modified: head/etc/rc.d/pfsync
==============================================================================
--- head/etc/rc.d/pfsync Sat Apr 23 13:59:18 2016 (r298513)
+++ head/etc/rc.d/pfsync Sat Apr 23 16:10:54 2016 (r298514)
@@ -10,6 +10,7 @@
. /etc/rc.subr
name="pfsync"
+desc="Packet filter state table sychronisation interface"
rcvar="pfsync_enable"
start_precmd="pfsync_prestart"
start_cmd="pfsync_start"
Modified: head/etc/rc.d/power_profile
==============================================================================
--- head/etc/rc.d/power_profile Sat Apr 23 13:59:18 2016 (r298513)
+++ head/etc/rc.d/power_profile Sat Apr 23 16:10:54 2016 (r298514)
@@ -15,6 +15,7 @@
. /etc/rc.subr
name="power_profile"
+desc="Modify the power profile based on AC line state"
stop_cmd=':'
LOGGER="logger -t power_profile -p daemon.notice"
Modified: head/etc/rc.d/powerd
==============================================================================
--- head/etc/rc.d/powerd Sat Apr 23 13:59:18 2016 (r298513)
+++ head/etc/rc.d/powerd Sat Apr 23 16:10:54 2016 (r298514)
@@ -11,6 +11,7 @@
. /etc/rc.subr
name="powerd"
+desc="Modify the power profile based on AC line state"
rcvar="powerd_enable"
command="/usr/sbin/${name}"
stop_postcmd=powerd_poststop
Modified: head/etc/rc.d/ppp
==============================================================================
--- head/etc/rc.d/ppp Sat Apr 23 13:59:18 2016 (r298513)
+++ head/etc/rc.d/ppp Sat Apr 23 16:10:54 2016 (r298514)
@@ -10,6 +10,7 @@
. /etc/rc.subr
name="ppp"
+desc="Point to Point Protocol"
rcvar="ppp_enable"
command="/usr/sbin/${name}"
start_cmd="ppp_start"
Modified: head/etc/rc.d/pppoed
==============================================================================
--- head/etc/rc.d/pppoed Sat Apr 23 13:59:18 2016 (r298513)
+++ head/etc/rc.d/pppoed Sat Apr 23 16:10:54 2016 (r298514)
@@ -11,6 +11,7 @@
. /etc/rc.subr
name="pppoed"
+desc="Handle incoming PPP over Ethernet connections"
rcvar="pppoed_enable"
start_cmd="pppoed_start"
# XXX stop_cmd will not be straightforward
Modified: head/etc/rc.d/pwcheck
==============================================================================
--- head/etc/rc.d/pwcheck Sat Apr 23 13:59:18 2016 (r298513)
*** DIFF OUTPUT TRUNCATED AT 1000 LINES ***
More information about the svn-src-head
mailing list