diff options
author | xtraeme <xtraeme> | 2003-11-21 23:06:11 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2003-11-21 23:06:11 +0000 |
commit | 15294f13fb63b08372a0b5ca9c65d939936c4f19 (patch) | |
tree | efae925a4962d918f834e0df4ee44917ccc2d06a /chat | |
parent | 14335b0d54d0e3f14d8209ce6c32c633682b4307 (diff) | |
download | pkgsrc-15294f13fb63b08372a0b5ca9c65d939936c4f19.tar.gz |
Replace -p with --pid-file in startup script, reported by Michael Pasternak
pkg/23527. Bump PKGREVISION.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/dircproxy/Makefile | 3 | ||||
-rw-r--r-- | chat/dircproxy/files/dircproxy.sh | 4 |
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" |