pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/chat/inspircd3/files
Module Name: pkgsrc
Committed By: nia
Date: Wed Jan 22 10:27:58 UTC 2020
Modified Files:
pkgsrc/chat/inspircd3/files: inspircd.sh
Log Message:
inpsircd3: fix config file path in rc script
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/chat/inspircd3/files/inspircd.sh
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/chat/inspircd3/files/inspircd.sh
diff -u pkgsrc/chat/inspircd3/files/inspircd.sh:1.1 pkgsrc/chat/inspircd3/files/inspircd.sh:1.2
--- pkgsrc/chat/inspircd3/files/inspircd.sh:1.1 Fri May 3 17:14:27 2019
+++ pkgsrc/chat/inspircd3/files/inspircd.sh Wed Jan 22 10:27:58 2020
@@ -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