summaryrefslogtreecommitdiff
path: root/chat/dircproxy
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2003-11-21 23:06:11 +0000
committerxtraeme <xtraeme@pkgsrc.org>2003-11-21 23:06:11 +0000
commit72d0a43330f88d5eb7ff35877668c6fe8a4b43d2 (patch)
treeefae925a4962d918f834e0df4ee44917ccc2d06a /chat/dircproxy
parent6afd00acfc20055a79d4e95b70193a7e7fb90f5f (diff)
downloadpkgsrc-72d0a43330f88d5eb7ff35877668c6fe8a4b43d2.tar.gz
Replace -p with --pid-file in startup script, reported by Michael Pasternak
pkg/23527. Bump PKGREVISION.
Diffstat (limited to 'chat/dircproxy')
-rw-r--r--chat/dircproxy/Makefile3
-rw-r--r--chat/dircproxy/files/dircproxy.sh4
2 files changed, 4 insertions, 3 deletions
diff --git a/chat/dircproxy/Makefile b/chat/dircproxy/Makefile
index 24aceece2a7..fd955ee09f8 100644
--- a/chat/dircproxy/Makefile
+++ b/chat/dircproxy/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2003/09/02 12:45:26 seb Exp $
+# $NetBSD: Makefile,v 1.5 2003/11/21 23:06:11 xtraeme Exp $
DISTNAME= dircproxy-1.0.5
+PKGREVISION= 1
CATEGORIES= chat
MASTER_SITES= http://www.dircproxy.net/download/stable/
diff --git a/chat/dircproxy/files/dircproxy.sh b/chat/dircproxy/files/dircproxy.sh
index a015ad8b6e6..a963002a686 100644
--- a/chat/dircproxy/files/dircproxy.sh
+++ b/chat/dircproxy/files/dircproxy.sh
@@ -1,6 +1,6 @@
#!@SH@
#
-# $NetBSD: dircproxy.sh,v 1.1 2003/06/02 15:20:08 jmmv Exp $
+# $NetBSD: dircproxy.sh,v 1.2 2003/11/21 23:06:12 xtraeme Exp $
#
# PROVIDE: dircproxy
@@ -11,7 +11,7 @@
name="dircproxy"
rcvar=$name
command="@PREFIX@/bin/${name}"
-command_args="-f @PKG_SYSCONFDIR@/${name}rc -p /var/run/${name}.pid"
+command_args="-f @PKG_SYSCONFDIR@/${name}rc --pid-file=/var/run/${name}.pid"
pidfile="/var/run/${name}.pid"
required_files="@PKG_SYSCONFDIR@/${name}rc"