diff options
author | Sven Wegener <swegener@gentoo.org> | 2004-07-24 20:37:23 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2004-07-24 20:37:23 +0000 |
commit | 00740504f7b2800ec354fe5cb7f7700f756f6085 (patch) | |
tree | 53bd56156afa0952f63b62f6fa6d69e72f01c324 /net-irc/unrealircd | |
parent | Fixed typo in init script and modified ebuild to install cron example scripts. (diff) | |
download | historical-00740504f7b2800ec354fe5cb7f7700f756f6085.tar.gz historical-00740504f7b2800ec354fe5cb7f7700f756f6085.tar.bz2 historical-00740504f7b2800ec354fe5cb7f7700f756f6085.zip |
Configuration files need to be owned by user unrealircd.
Diffstat (limited to 'net-irc/unrealircd')
-rw-r--r-- | net-irc/unrealircd/ChangeLog | 5 | ||||
-rw-r--r-- | net-irc/unrealircd/Manifest | 10 | ||||
-rw-r--r-- | net-irc/unrealircd/unrealircd-3.2.1.ebuild | 5 |
3 files changed, 12 insertions, 8 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/Manifest b/net-irc/unrealircd/Manifest index 839adfb1ebaf..36da4bbfb15a 100644 --- a/net-irc/unrealircd/Manifest +++ b/net-irc/unrealircd/Manifest @@ -1,11 +1,11 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 12dc52e1f0d05a88f6734328ce31e310 ChangeLog 2401 +MD5 562e9939c7ddfac0017418f5971d8e44 ChangeLog 2536 MD5 44c39c6ad372a8e5a5e7ee3311f703a7 metadata.xml 160 MD5 bd2b20e66682f4a143eb7279be88c70d unrealircd-3.1.5.1.ebuild 1962 MD5 f9a856e5a3fd5dee5a9b7fe176de34e1 unrealircd-3.1.6.ebuild 1966 -MD5 6ff7d41d55ca72f16556480ba47930c1 unrealircd-3.2.1.ebuild 2742 +MD5 8c43475b76afea07572660e7565f4057 unrealircd-3.2.1.ebuild 2776 MD5 5470c8e18506b99b25d63039b6b37f3a files/3.1.5.1-Config.patch 554 MD5 5470c8e18506b99b25d63039b6b37f3a files/3.1.6-Config.patch 554 MD5 4aacbe2a257a52f6adf3628142d5fa22 files/digest-unrealircd-3.1.5.1 71 @@ -16,7 +16,7 @@ MD5 973bf222cdc1696d8ff91b30c1198fba files/digest-unrealircd-3.2.1 64 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) -iD8DBQFBAsXJAXomK8S72HoRAknoAJ0QXPzvx5YZp7NJtKyzdBPi/bywtwCeKh/w -MOjEVN0M1qnNw2Xlb/dOXqI= -=RgNV +iD8DBQFBAsjLAXomK8S72HoRAqybAJsF+M5/BvUMPIvGn5ap8T/HgHnhXACfTVl/ +quQG/VZEprcBi59jAH5Ifwg= +=Mq4S -----END PGP SIGNATURE----- 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" |