diff options
author | anders <anders@FreeBSD.org> | 2008-10-15 21:45:19 +0800 |
---|---|---|
committer | anders <anders@FreeBSD.org> | 2008-10-15 21:45:19 +0800 |
commit | 796d36ca040efb5075f2e75567708abefdbc2a39 (patch) | |
tree | 5143660761ffaaadd0fbe90695cf67160bc5d8de /net | |
parent | 0f4fe2af3ab98bb52227c34f570cc76b71ca4747 (diff) | |
download | freebsd-ports-graphics-796d36ca040efb5075f2e75567708abefdbc2a39.tar.gz freebsd-ports-graphics-796d36ca040efb5075f2e75567708abefdbc2a39.tar.zst freebsd-ports-graphics-796d36ca040efb5075f2e75567708abefdbc2a39.zip |
Pid fix committed, thanks!
PR: 127060
Submitted by: Zhen REN <bg1tpt@gmail.com>
Diffstat (limited to 'net')
-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 1aee914df57..1ec71901e57 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 0fb38d8fe20..4dd06b70be0 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"} |