Changeset View
Changeset View
Standalone View
Standalone View
libexec/rc/rc.d/msgs
| Show All 16 Lines | msgs_start() | ||||
| # Make a bounds file for msgs(1) if there isn't one already | # Make a bounds file for msgs(1) if there isn't one already | ||||
| # | # | ||||
| if [ -d /var/msgs -a ! -f /var/msgs/bounds -a ! -L /var/msgs/bounds ]; then | if [ -d /var/msgs -a ! -f /var/msgs/bounds -a ! -L /var/msgs/bounds ]; then | ||||
| echo 0 > /var/msgs/bounds | echo 0 > /var/msgs/bounds | ||||
| fi | fi | ||||
| } | } | ||||
| load_rc_config $name | load_rc_config $name | ||||
| # doesn't make sense to run in a svcj: config setting | |||||
| msgs_svcj="NO" | |||||
| run_rc_command "$1" | run_rc_command "$1" | ||||