From 72d0a43330f88d5eb7ff35877668c6fe8a4b43d2 Mon Sep 17 00:00:00 2001 From: xtraeme Date: Fri, 21 Nov 2003 23:06:11 +0000 Subject: Replace -p with --pid-file in startup script, reported by Michael Pasternak pkg/23527. Bump PKGREVISION. --- chat/dircproxy/Makefile | 3 ++- chat/dircproxy/files/dircproxy.sh | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'chat') 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" -- cgit v1.2.3