pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/chat/dircproxy Replace -p with --pid-file in startup s...
details: https://anonhg.NetBSD.org/pkgsrc/rev/b8f2dfb3e0cd
branches: trunk
changeset: 463639:b8f2dfb3e0cd
user: xtraeme <xtraeme%pkgsrc.org@localhost>
date: Fri Nov 21 23:06:11 2003 +0000
description:
Replace -p with --pid-file in startup script, reported by Michael Pasternak
pkg/23527. Bump PKGREVISION.
diffstat:
chat/dircproxy/Makefile | 3 ++-
chat/dircproxy/files/dircproxy.sh | 4 ++--
2 files changed, 4 insertions(+), 3 deletions(-)
diffs (32 lines):
diff -r 158599b5b2af -r b8f2dfb3e0cd chat/dircproxy/Makefile
--- a/chat/dircproxy/Makefile Fri Nov 21 16:07:13 2003 +0000
+++ b/chat/dircproxy/Makefile Fri Nov 21 23:06:11 2003 +0000
@@ -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 -r 158599b5b2af -r b8f2dfb3e0cd chat/dircproxy/files/dircproxy.sh
--- a/chat/dircproxy/files/dircproxy.sh Fri Nov 21 16:07:13 2003 +0000
+++ b/chat/dircproxy/files/dircproxy.sh Fri Nov 21 23:06:11 2003 +0000
@@ -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"
Home |
Main Index |
Thread Index |
Old Index