pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/inspircd3/files inpsircd3: fix config file path i...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3b90469ffecf
branches:  trunk
changeset: 409876:3b90469ffecf
user:      nia <nia%pkgsrc.org@localhost>
date:      Wed Jan 22 10:27:58 2020 +0000

description:
inpsircd3: fix config file path in rc script

diffstat:

 chat/inspircd3/files/inspircd.sh |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r d9fe86cdfccc -r 3b90469ffecf chat/inspircd3/files/inspircd.sh
--- a/chat/inspircd3/files/inspircd.sh  Wed Jan 22 09:44:41 2020 +0000
+++ b/chat/inspircd3/files/inspircd.sh  Wed Jan 22 10:27:58 2020 +0000
@@ -1,6 +1,6 @@
 #!@RCD_SCRIPTS_SHELL@
 #
-# $NetBSD: inspircd.sh,v 1.1 2019/05/03 17:14:27 nia Exp $
+# $NetBSD: inspircd.sh,v 1.2 2020/01/22 10:27:58 nia Exp $
 #
 # PROVIDE: inspircd
 # REQUIRE: DAEMON
@@ -10,7 +10,7 @@
 name="inspircd"
 rcvar=${name}
 command="@PREFIX@/bin/inspircd"
-required_files="@PKG_SYSCONFDIR@/inspircd/inspircd.conf"
+required_files="@PKG_SYSCONFDIR@/inspircd.conf"
 pidfile="@PREFIX@/inspircd/${name}.pid"
 extra_commands="rehash sslrehash"
 rehash_cmd="inspircd_rehash"



Home | Main Index | Thread Index | Old Index