Current Path : /compat/linux/proc/68247/cwd/etc/rc.d/ |
FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64 |
Current File : //compat/linux/proc/68247/cwd/etc/rc.d/hastd |
#!/bin/sh # # $FreeBSD: release/9.1.0/etc/rc.d/hastd 231653 2012-02-14 10:16:56Z dougb $ # # PROVIDE: hastd # REQUIRE: NETWORKING syslogd # BEFORE: DAEMON # KEYWORD: nojail shutdown . /etc/rc.subr name="hastd" rcvar="hastd_enable" pidfile="/var/run/${name}.pid" command="/sbin/${name}" hastctl="/sbin/hastctl" required_files="/etc/hast.conf" stop_precmd="hastd_stop_precmd" required_modules="geom_gate:g_gate" extra_commands="reload" hastd_stop_precmd() { ${hastctl} role init all } load_rc_config $name run_rc_command "$1"