Pid fix committed, thanks!

PR:		127060
Submitted by:	Zhen REN <bg1tpt@gmail.com>
This commit is contained in:
Anders Nordby
2008-10-15 13:45:19 +00:00
parent 9646b14669
commit bbec2bb44d
2 changed files with 2 additions and 2 deletions

View File

@@ -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/

View File

@@ -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"}