aboutsummaryrefslogtreecommitdiff
path: root/net/pxe
diff options
context:
space:
mode:
authorAnders Nordby <anders@FreeBSD.org>2008-10-15 13:45:19 +0000
committerAnders Nordby <anders@FreeBSD.org>2008-10-15 13:45:19 +0000
commitbbec2bb44d9acc4e90965042975cd0a3bfa8d9e0 (patch)
tree180f21bcd526c1fe770ed6c2cec33fcd9629be44 /net/pxe
parent9646b14669468235b2320992a92a14000ab8851e (diff)
downloadports-bbec2bb44d9acc4e90965042975cd0a3bfa8d9e0.tar.gz
ports-bbec2bb44d9acc4e90965042975cd0a3bfa8d9e0.zip
Pid fix committed, thanks!
PR: 127060 Submitted by: Zhen REN <bg1tpt@gmail.com>
Notes
Notes: svn path=/head/; revision=221613
Diffstat (limited to 'net/pxe')
-rw-r--r--net/pxe/Makefile2
-rw-r--r--net/pxe/files/pxe.sh.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/net/pxe/Makefile b/net/pxe/Makefile
index 1aee914df57f..1ec71901e577 100644
--- a/net/pxe/Makefile
+++ b/net/pxe/Makefile
@@ -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/
diff --git a/net/pxe/files/pxe.sh.in b/net/pxe/files/pxe.sh.in
index 0fb38d8fe208..4dd06b70be0d 100644
--- a/net/pxe/files/pxe.sh.in
+++ b/net/pxe/files/pxe.sh.in
@@ -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"}