pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/chat/unrealircd/files
Module Name: pkgsrc
Committed By: nia
Date: Wed Aug 7 18:11:05 UTC 2019
Modified Files:
pkgsrc/chat/unrealircd/files: unrealircd.sh
pkgsrc/chat/unrealircd/files/smf: manifest.xml
Log Message:
unrealircd: Fix path to config file.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/chat/unrealircd/files/unrealircd.sh
cvs rdiff -u -r1.4 -r1.5 pkgsrc/chat/unrealircd/files/smf/manifest.xml
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/chat/unrealircd/files/unrealircd.sh
diff -u pkgsrc/chat/unrealircd/files/unrealircd.sh:1.3 pkgsrc/chat/unrealircd/files/unrealircd.sh:1.4
--- pkgsrc/chat/unrealircd/files/unrealircd.sh:1.3 Sat Feb 9 15:23:15 2019
+++ pkgsrc/chat/unrealircd/files/unrealircd.sh Wed Aug 7 18:11:05 2019
@@ -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@"
Index: pkgsrc/chat/unrealircd/files/smf/manifest.xml
diff -u pkgsrc/chat/unrealircd/files/smf/manifest.xml:1.4 pkgsrc/chat/unrealircd/files/smf/manifest.xml:1.5
--- pkgsrc/chat/unrealircd/files/smf/manifest.xml:1.4 Sat Feb 9 15:23:16 2019
+++ pkgsrc/chat/unrealircd/files/smf/manifest.xml Wed Aug 7 18:11:05 2019
@@ -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>
Home |
Main Index |
Thread Index |
Old Index