Changeset View
Changeset View
Standalone View
Standalone View
libexec/rc/rc.d/newsyslog
| Show All 17 Lines | |||||
| newsyslog_start() | newsyslog_start() | ||||
| { | { | ||||
| startmsg -n 'Creating and/or trimming log files' | startmsg -n 'Creating and/or trimming log files' | ||||
| ${command} ${rc_flags} | ${command} ${rc_flags} | ||||
| startmsg '.' | startmsg '.' | ||||
| } | } | ||||
| load_rc_config $name | load_rc_config $name | ||||
| # doesn't make sense to run in a svcj: needs to send signals outside the svcj | |||||
| newsyslog_svcj="NO" | |||||
| run_rc_command "$1" | run_rc_command "$1" | ||||