Changeset View
Changeset View
Standalone View
Standalone View
libexec/rc/rc.d/dmesg
| Show All 17 Lines | |||||
| do_dmesg() | do_dmesg() | ||||
| { | { | ||||
| rm -f ${dmesg_file} | rm -f ${dmesg_file} | ||||
| ( umask 022 ; /sbin/dmesg $rc_flags > ${dmesg_file} ) | ( umask 022 ; /sbin/dmesg $rc_flags > ${dmesg_file} ) | ||||
| } | } | ||||
| load_rc_config $name | load_rc_config $name | ||||
| # doesn't make sense to run in a svcj | |||||
| dmesg_svcj="NO" | |||||
| run_rc_command "$1" | run_rc_command "$1" | ||||