summaryrefslogtreecommitdiff
path: root/chat/unrealircd
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2019-08-07 18:11:05 +0000
committernia <nia@pkgsrc.org>2019-08-07 18:11:05 +0000
commitc0a2ad3038234422e70263857ac733e627cd8c99 (patch)
tree37ffad14a123583138f7e7b90563486167686346 /chat/unrealircd
parentc2d8c618ff71936b9189bcfc7056a99a8dbf0e16 (diff)
downloadpkgsrc-c0a2ad3038234422e70263857ac733e627cd8c99.tar.gz
unrealircd: Fix path to config file.
Diffstat (limited to 'chat/unrealircd')
-rw-r--r--chat/unrealircd/files/smf/manifest.xml2
-rw-r--r--chat/unrealircd/files/unrealircd.sh4
2 files changed, 3 insertions, 3 deletions
diff --git a/chat/unrealircd/files/smf/manifest.xml b/chat/unrealircd/files/smf/manifest.xml
index eb7b4d601f7..9f72a52b3b2 100644
--- a/chat/unrealircd/files/smf/manifest.xml
+++ b/chat/unrealircd/files/smf/manifest.xml
@@ -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 --git a/chat/unrealircd/files/unrealircd.sh b/chat/unrealircd/files/unrealircd.sh
index 9fed25a0fb3..a3937c7df0f 100644
--- a/chat/unrealircd/files/unrealircd.sh
+++ b/chat/unrealircd/files/unrealircd.sh
@@ -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 @@ fi
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@"