diff options
Diffstat (limited to 'net/pxe/files/pxe.sh.in')
-rw-r--r-- | net/pxe/files/pxe.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/pxe/files/pxe.sh.in b/net/pxe/files/pxe.sh.in index db977e5bfa2e..133e3eafb797 100644 --- a/net/pxe/files/pxe.sh.in +++ b/net/pxe/files/pxe.sh.in @@ -15,7 +15,7 @@ . /etc/rc.subr name=pxe -rcvar=`set_rcvar` +rcvar=pxe_enable command="%%PREFIX%%/sbin/pxe" required_files=%%PREFIX%%/etc/pxe.conf |