pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/unrealircd/files unrealircd: Fix path to config f...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0b4f0e696dfa
branches:  trunk
changeset: 399363:0b4f0e696dfa
user:      nia <nia%pkgsrc.org@localhost>
date:      Wed Aug 07 18:11:05 2019 +0000

description:
unrealircd: Fix path to config file.

diffstat:

 chat/unrealircd/files/smf/manifest.xml |  2 +-
 chat/unrealircd/files/unrealircd.sh    |  4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diffs (32 lines):

diff -r 7ed9b975aa21 -r 0b4f0e696dfa chat/unrealircd/files/smf/manifest.xml
--- a/chat/unrealircd/files/smf/manifest.xml    Wed Aug 07 18:06:33 2019 +0000
+++ b/chat/unrealircd/files/smf/manifest.xml    Wed Aug 07 18:11:05 2019 +0000
@@ -21,7 +21,7 @@
       <propval name="ignore_error" type="astring" value="core,signal" />
     </property_group>
     <property_group name="application" type="application">
-      <propval name="config_file" type="astring" value="@PKG_SYSCONFDIR@/unrealircd/unrealircd.conf" />
+      <propval name="config_file" type="astring" value="@PKG_SYSCONFDIR@/unrealircd.conf" />
     </property_group>
     <template>
       <common_name>
diff -r 7ed9b975aa21 -r 0b4f0e696dfa chat/unrealircd/files/unrealircd.sh
--- a/chat/unrealircd/files/unrealircd.sh       Wed Aug 07 18:06:33 2019 +0000
+++ b/chat/unrealircd/files/unrealircd.sh       Wed Aug 07 18:11:05 2019 +0000
@@ -1,6 +1,6 @@
 #!@RCD_SCRIPTS_SHELL@
 #
-# $NetBSD: unrealircd.sh,v 1.3 2019/02/09 15:23:15 nia Exp $
+# $NetBSD: unrealircd.sh,v 1.4 2019/08/07 18:11:05 nia Exp $
 #
 # PROVIDE: unrealircd
 # REQUIRE: DAEMON
@@ -15,7 +15,7 @@
 name="unrealircd"
 rcvar=${name}
 command="@PREFIX@/bin/unrealircd"
-required_files="@PKG_SYSCONFDIR@/unrealircd/unrealircd.conf"
+required_files="@PKG_SYSCONFDIR@/unrealircd.conf"
 pidfile="@PREFIX@/unrealircd/ircd.pid"
 unrealircd_user="@UIRCD_USER@"
 unrealircd_group="@UIRCD_GROUP@"



Home | Main Index | Thread Index | Old Index