File: dhcp_probe.FreeBSD.sh

package info (click to toggle)
dhcp-probe 1.3.1-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,316 kB
  • sloc: sh: 4,783; ansic: 2,400; perl: 381; xml: 51; makefile: 50
file content (17 lines) | stat: -rw-r--r-- 212 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/sh

# PROVIDE: dhcp_probe
# REQUIRE: LOGIN

. /etc/rc.subr

name="dhcp_probe"
rcvar=`set_rcvar`

load_rc_config $name

: ${dhcp_probe__enable="NO"}

command=/usr/local/sbin/dhcp_probe

run_rc_command "$1"