1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
#!/bin/sh # # $FreeBSD$ # # PROVIDE: perlbal # REQUIRE: DAEMON . /etc/rc.subr name="perlbal" command="%%PREFIX%%/bin/perlbal" load_rc_config "$name" : ${perlbal_enable="NO"} : ${perlbal_flags="-f /usr/local/etc/perlbal.conf &"} run_rc_command "$1"