diff options
Diffstat (limited to 'etc/rc.d/netwait')
-rwxr-xr-x | etc/rc.d/netwait | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.d/netwait b/etc/rc.d/netwait index 1d3556a..7ea7a4c 100755 --- a/etc/rc.d/netwait +++ b/etc/rc.d/netwait @@ -14,7 +14,7 @@ . /etc/rc.subr name="netwait" -rcvar=`set_rcvar` +rcvar="netwait_enable" start_cmd="${name}_start" stop_cmd=":" |