pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat/ircd-hybrid Use config file.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cbdc9359360a
branches:  trunk
changeset: 547069:cbdc9359360a
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Sep 11 21:59:33 2008 +0000

description:
Use config file.
Fixes startup script in non-standard PKG_SYSCONFDIR setups.
Bump PKGREVISION.

diffstat:

 chat/ircd-hybrid/Makefile             |  4 ++--
 chat/ircd-hybrid/files/ircd-hybrid.sh |  3 ++-
 2 files changed, 4 insertions(+), 3 deletions(-)

diffs (32 lines):

diff -r c2c35bdb8a95 -r cbdc9359360a chat/ircd-hybrid/Makefile
--- a/chat/ircd-hybrid/Makefile Thu Sep 11 21:31:47 2008 +0000
+++ b/chat/ircd-hybrid/Makefile Thu Sep 11 21:59:33 2008 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.38 2008/05/26 02:13:16 joerg Exp $
+# $NetBSD: Makefile,v 1.39 2008/09/11 21:59:33 wiz Exp $
 
 DISTNAME=      ircd-hybrid-7.2.3
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    chat
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=ircd-hybrid/}
 EXTRACT_SUFX=  .tgz
diff -r c2c35bdb8a95 -r cbdc9359360a chat/ircd-hybrid/files/ircd-hybrid.sh
--- a/chat/ircd-hybrid/files/ircd-hybrid.sh     Thu Sep 11 21:31:47 2008 +0000
+++ b/chat/ircd-hybrid/files/ircd-hybrid.sh     Thu Sep 11 21:59:33 2008 +0000
@@ -1,6 +1,6 @@
 #!@RCD_SCRIPTS_SHELL@
 #
-# $NetBSD: ircd-hybrid.sh,v 1.4 2007/02/01 23:19:56 wiz Exp $
+# $NetBSD: ircd-hybrid.sh,v 1.5 2008/09/11 21:59:33 wiz Exp $
 #
 # PROVIDE: ircdhybrid
 # REQUIRE: DAEMON
@@ -16,6 +16,7 @@
 pidfile="$piddir/ircd.pid"
 command="@PREFIX@/bin/ircd"
 conffile="@PKG_SYSCONFDIR@/ircd.conf"
+command_args="-configfile $conffile"
 required_files="$conffile"
 ircdhybrid_user="@IRCD_HYBRID_IRC_USER@"
 ircdhybrid_group="@IRCD_HYBRID_IRC_GROUP@"



Home | Main Index | Thread Index | Old Index