aboutsummaryrefslogtreecommitdiff
path: root/security/xinetd
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2008-09-23 12:36:21 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2008-09-23 12:36:21 +0000
commit5cfa4c6f4702849f8d432d2896b1131def22bcca (patch)
tree02ef3d614e68108508035389b2863397f018aff4 /security/xinetd
parentd1ee96f817e2056550038161fb6eeb0c0d05cee2 (diff)
downloadports-5cfa4c6f4702849f8d432d2896b1131def22bcca.tar.gz
ports-5cfa4c6f4702849f8d432d2896b1131def22bcca.zip
Notes
Diffstat (limited to 'security/xinetd')
-rw-r--r--security/xinetd/Makefile2
-rw-r--r--security/xinetd/files/xinetd.in3
2 files changed, 3 insertions, 2 deletions
diff --git a/security/xinetd/Makefile b/security/xinetd/Makefile
index 45d86fae8c2e..865386483573 100644
--- a/security/xinetd/Makefile
+++ b/security/xinetd/Makefile
@@ -7,7 +7,7 @@
PORTNAME= xinetd
PORTVERSION= 2.3.14
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security ipv6
MASTER_SITES= http://www.xinetd.org/
diff --git a/security/xinetd/files/xinetd.in b/security/xinetd/files/xinetd.in
index 25de8bfc4ed4..38bd8ffa92de 100644
--- a/security/xinetd/files/xinetd.in
+++ b/security/xinetd/files/xinetd.in
@@ -16,9 +16,10 @@ name=xinetd
rcvar=`set_rcvar`
command=%%PREFIX%%/sbin/xinetd > /dev/null 2>&1
+pidfile=/var/run/xinetd.pid
xinetd_enable=${xinetd_enable:-"NO"}
-xinetd_flags=${xinetd_flags:-"-f %%PREFIX%%/etc/xinetd.conf"}
+xinetd_flags=${xinetd_flags:-"-f %%PREFIX%%/etc/xinetd.conf -pidfile ${pidfile}"}
load_rc_config $name
run_rc_command "$1"