Pid fix committed, thanks!
PR: 127060 Submitted by: Zhen REN <bg1tpt@gmail.com>
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= pxe
|
||||
PORTVERSION= 1.4.2
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://www.kano.org.uk/projects/pxe/ \
|
||||
ftp://ftp.nuug.no/pub/anders/distfiles/
|
||||
|
||||
@@ -20,7 +20,7 @@ rcvar=`set_rcvar`
|
||||
command="%%PREFIX%%/sbin/pxe"
|
||||
required_files=%%PREFIX%%/etc/pxe.conf
|
||||
command_args="-c ${required_files}"
|
||||
pidfile=/var/pxe/${name}.pid
|
||||
pidfile=/var/run/${name}.pid
|
||||
|
||||
# set defaults
|
||||
pxe_enable=${pxe_enable:-"NO"}
|
||||
|
||||
Reference in New Issue
Block a user