From 485c95b43057eceb27128952b134c844030f1067 Mon Sep 17 00:00:00 2001 From: mtm Date: Sat, 17 Jan 2004 11:15:04 +0000 Subject: 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 --- etc/rc.d/sysctl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'etc') diff --git a/etc/rc.d/sysctl b/etc/rc.d/sysctl index 6ecade3..0cd065f 100644 --- a/etc/rc.d/sysctl +++ b/etc/rc.d/sysctl @@ -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 -- cgit v1.1