Changeset View
Changeset View
Standalone View
Standalone View
libexec/rc/rc.d/ccd
| Show All 15 Lines | |||||
| { | { | ||||
| if [ -f /etc/ccd.conf ]; then | if [ -f /etc/ccd.conf ]; then | ||||
| echo "Configuring CCD devices." | echo "Configuring CCD devices." | ||||
| ccdconfig -C | ccdconfig -C | ||||
| fi | fi | ||||
| } | } | ||||
| load_rc_config $name | load_rc_config $name | ||||
| # doesn't make sense to run in a svcj: nojail keyword | |||||
| ccd_svcj="NO" | |||||
| run_rc_command "$1" | run_rc_command "$1" | ||||