summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2004-07-24 20:37:23 +0000
committerSven Wegener <swegener@gentoo.org>2004-07-24 20:37:23 +0000
commitb6388f4711e708f7757ef43bf9caf8753676e6b4 (patch)
tree8d1616b1cc77f49f00ecc47d1dc92a465313320a /net-irc/unrealircd
parentFixed typo in init script and modified ebuild to install cron example scripts... (diff)
downloadgentoo-2-b6388f4711e708f7757ef43bf9caf8753676e6b4.tar.gz
gentoo-2-b6388f4711e708f7757ef43bf9caf8753676e6b4.tar.bz2
gentoo-2-b6388f4711e708f7757ef43bf9caf8753676e6b4.zip
Configuration files need to be owned by user unrealircd.
Diffstat (limited to 'net-irc/unrealircd')
-rw-r--r--net-irc/unrealircd/ChangeLog5
-rw-r--r--net-irc/unrealircd/unrealircd-3.2.1.ebuild5
2 files changed, 7 insertions, 3 deletions
diff --git a/net-irc/unrealircd/ChangeLog b/net-irc/unrealircd/ChangeLog
index 11087bc1c9a0..b0e3784708e6 100644
--- a/net-irc/unrealircd/ChangeLog
+++ b/net-irc/unrealircd/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-irc/unrealircd
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/ChangeLog,v 1.16 2004/07/24 20:24:31 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/ChangeLog,v 1.17 2004/07/24 20:37:23 swegener Exp $
+
+ 24 Jul 2004; Sven Wegener <swegener@gentoo.org> unrealircd-3.2.1.ebuild:
+ Configuration files need to be owned by user unrealircd.
24 Jul 2004; Sven Wegener <swegener@gentoo.org> files/unrealircd.rc,
unrealircd-3.2.1.ebuild:
diff --git a/net-irc/unrealircd/unrealircd-3.2.1.ebuild b/net-irc/unrealircd/unrealircd-3.2.1.ebuild
index 57a1b2519032..f466264bcccd 100644
--- a/net-irc/unrealircd/unrealircd-3.2.1.ebuild
+++ b/net-irc/unrealircd/unrealircd-3.2.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/unrealircd-3.2.1.ebuild,v 1.2 2004/07/24 20:24:31 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/unrealircd-3.2.1.ebuild,v 1.3 2004/07/24 20:37:23 swegener Exp $
inherit eutils ssl-cert
@@ -98,7 +98,8 @@ pkg_postinst() {
enewuser unrealircd
chown unrealircd \
${ROOT}/{etc,var/{lib,log,run}}/unrealircd \
- ${ROOT}/etc/unrealircd/server.cert.{key,pem}
+ ${ROOT}/etc/unrealircd/server.cert.{key,pem} \
+ ${ROOT}/etc/unrealircd/*.conf
einfo
einfo "UnrealIRCd will not run until you've set up /etc/unrealircd/unrealircd.conf"