diff options
author | Anders Nordby <anders@FreeBSD.org> | 2008-10-15 13:45:19 +0000 |
---|---|---|
committer | Anders Nordby <anders@FreeBSD.org> | 2008-10-15 13:45:19 +0000 |
commit | bbec2bb44d9acc4e90965042975cd0a3bfa8d9e0 (patch) | |
tree | 180f21bcd526c1fe770ed6c2cec33fcd9629be44 /net/pxe | |
parent | 9646b14669468235b2320992a92a14000ab8851e (diff) | |
download | ports-bbec2bb44d9acc4e90965042975cd0a3bfa8d9e0.tar.gz ports-bbec2bb44d9acc4e90965042975cd0a3bfa8d9e0.zip |
Notes
Diffstat (limited to 'net/pxe')
-rw-r--r-- | net/pxe/Makefile | 2 | ||||
-rw-r--r-- | net/pxe/files/pxe.sh.in | 2 |
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"} |