View | Details | Raw Unified | Return to bug 127060
Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
7
8
PORTNAME=	pxe
8
PORTNAME=	pxe
9
PORTVERSION=	1.4.2
9
PORTVERSION=	1.4.2
10
PORTREVISION=	1
10
PORTREVISION=	2
11
CATEGORIES=	net
11
CATEGORIES=	net
12
MASTER_SITES=	http://www.kano.org.uk/projects/pxe/ \
12
MASTER_SITES=	http://www.kano.org.uk/projects/pxe/ \
13
		ftp://ftp.nuug.no/pub/anders/distfiles/
13
		ftp://ftp.nuug.no/pub/anders/distfiles/
(-)files/pxe.sh.in (-1 / +1 lines)
Lines 20-26 Link Here
20
command="%%PREFIX%%/sbin/pxe"
20
command="%%PREFIX%%/sbin/pxe"
21
required_files=%%PREFIX%%/etc/pxe.conf
21
required_files=%%PREFIX%%/etc/pxe.conf
22
command_args="-c ${required_files}"
22
command_args="-c ${required_files}"
23
pidfile=/var/pxe/${name}.pid
23
pidfile=/var/run/${name}.pid
24
24
25
# set defaults
25
# set defaults
26
pxe_enable=${pxe_enable:-"NO"}
26
pxe_enable=${pxe_enable:-"NO"}

Return to bug 127060