#!/bin/sh # # $FreeBSD: /tmp/pcvs/ports/sysutils/est/files/Attic/est.in,v 1.1 2006-03-18 00:32:05 cperciva Exp $ # # PROVIDE: est # REQUIRE: abi # BEFORE: securelevel # Define est_* variables in one of these files: # /etc/rc.conf # /etc/rc.conf.local # /etc/rc.conf.d/est # # DO NOT CHANGE THESE DEFAULT VALUES HERE # est_enable="${est_enable-NO}" est_verbose="NO" . %%RC_SUBR%% name="est" rcvar=`set_rcvar` start_cmd="est_start" stop_cmd="est_stop" load_rc_config $name kmoddir="%%PREFIX%%/modules" est_start () { /sbin/kldload ${kmoddir}/est.ko if checkyesno est_verbose; then sysctl hw.est_verbose=1 fi } est_stop () { /sbin/kldunload $name } run_rc_command "$1" l='vcs-git' href='https://www.csie.ntu.edu.tw/~b01902062/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/misc/gplbp
Commit message (Expand)AuthorAgeFilesLines