mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-25 16:13:17 +00:00
o Rename the start command to conform to rc.d style.
o Move the additional commands list to the end of the variable initialization to conform to rc.d style
This commit is contained in:
parent
143d8a9539
commit
f2bdfc7dc7
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=124625
@ -13,12 +13,12 @@
|
||||
|
||||
name="sysctl"
|
||||
stop_cmd=":"
|
||||
start_cmd="FreeBSD_start"
|
||||
start_cmd="sysctl_start"
|
||||
reload_cmd="sysctl_start"
|
||||
lastload_cmd="sysctl_start last"
|
||||
extra_commands="reload lastload"
|
||||
reload_cmd="FreeBSD_start"
|
||||
lastload_cmd="FreeBSD_start last"
|
||||
|
||||
FreeBSD_start()
|
||||
sysctl_start()
|
||||
{
|
||||
#
|
||||
# Read in /etc/sysctl.conf and set things accordingly
|
||||
|
Loading…
Reference in New Issue
Block a user