sysklogd: add the rc.d scripts and run them by default.
--HG-- extra : convert_revision : 07e704a3e8c999d04305205ad359793d50a29d0c
This commit is contained in:
14
templates/sysklogd/files/klogd
Executable file
14
templates/sysklogd/files/klogd
Executable file
@@ -0,0 +1,14 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# PROVIDE: klogd
|
||||
# REQUIRE: DAEMON
|
||||
|
||||
$_rc_subr_loaded . /etc/rc.subr
|
||||
|
||||
name="klogd"
|
||||
rcvar=$name
|
||||
command="/sbin/klogd"
|
||||
command_args="-c4"
|
||||
|
||||
load_rc_config $name
|
||||
run_rc_command "$1"
|
||||
14
templates/sysklogd/files/syslogd
Executable file
14
templates/sysklogd/files/syslogd
Executable file
@@ -0,0 +1,14 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# PROVIDE: syslogd
|
||||
# REQUIRE: DAEMON
|
||||
|
||||
$_rc_subr_loaded . /etc/rc.subr
|
||||
|
||||
name="syslogd"
|
||||
rcvar=$name
|
||||
command="/sbin/syslogd"
|
||||
command_args="-m0"
|
||||
|
||||
load_rc_config $name
|
||||
run_rc_command "$1"
|
||||
Reference in New Issue
Block a user