summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2004-07-24 20:24:31 +0000
committerSven Wegener <swegener@gentoo.org>2004-07-24 20:24:31 +0000
commit6faed3071132d267b406a8d000582185cfb3a4cb (patch)
tree8f3df4ed03da44db669ef5372370548a770963d7 /net-irc
parentfix SRC_URI (#56769) (Manifest recommit) (diff)
downloadgentoo-2-6faed3071132d267b406a8d000582185cfb3a4cb.tar.gz
gentoo-2-6faed3071132d267b406a8d000582185cfb3a4cb.tar.bz2
gentoo-2-6faed3071132d267b406a8d000582185cfb3a4cb.zip
Fixed typo in init script and modified ebuild to install cron example scripts.
Diffstat (limited to 'net-irc')
-rw-r--r--net-irc/unrealircd/ChangeLog6
-rw-r--r--net-irc/unrealircd/files/unrealircd.rc4
-rw-r--r--net-irc/unrealircd/unrealircd-3.2.1.ebuild8
3 files changed, 11 insertions, 7 deletions
diff --git a/net-irc/unrealircd/ChangeLog b/net-irc/unrealircd/ChangeLog
index ba782bc49334..11087bc1c9a0 100644
--- a/net-irc/unrealircd/ChangeLog
+++ b/net-irc/unrealircd/ChangeLog
@@ -1,6 +1,10 @@
# 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.15 2004/07/24 00:17:37 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/ChangeLog,v 1.16 2004/07/24 20:24:31 swegener Exp $
+
+ 24 Jul 2004; Sven Wegener <swegener@gentoo.org> files/unrealircd.rc,
+ unrealircd-3.2.1.ebuild:
+ Fixed typo in init script and modified ebuild to install cron example scripts.
*unrealircd-3.2.1 (24 Jul 2004)
diff --git a/net-irc/unrealircd/files/unrealircd.rc b/net-irc/unrealircd/files/unrealircd.rc
index c832fd0ea077..08b3c6abaefd 100644
--- a/net-irc/unrealircd/files/unrealircd.rc
+++ b/net-irc/unrealircd/files/unrealircd.rc
@@ -1,7 +1,7 @@
#!/sbin/runscript
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/files/unrealircd.rc,v 1.4 2004/07/24 00:17:37 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/files/unrealircd.rc,v 1.5 2004/07/24 20:24:31 swegener Exp $
depend() {
need net
@@ -11,7 +11,7 @@ depend() {
start() {
ebegin "Starting unrealircd"
start-stop-daemon --start --quiet --exec /usr/bin/unrealircd \
- --chuid ${UNREALIRCD_USER} -- ${UNREALIRCD_OPTS} &>&1
+ --chuid ${UNREALIRCD_USER} -- ${UNREALIRCD_OPTS} &>/dev/null
eend $?
}
diff --git a/net-irc/unrealircd/unrealircd-3.2.1.ebuild b/net-irc/unrealircd/unrealircd-3.2.1.ebuild
index 4653693528fe..57a1b2519032 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.1 2004/07/24 00:17:37 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/unrealircd-3.2.1.ebuild,v 1.2 2004/07/24 20:24:31 swegener Exp $
inherit eutils ssl-cert
@@ -83,7 +83,7 @@ src_install() {
-e s:ircd\\.log:/var/log/unrealircd/ircd.log: \
${D}/etc/unrealircd/unrealircd.conf
- dodoc Changes Donation Unreal.nfo
+ dodoc Changes Donation Unreal.nfo ircdcron/{ircd.cron,ircdchk}
dohtml doc/*.html
exeinto /etc/init.d
@@ -104,8 +104,8 @@ pkg_postinst() {
einfo "UnrealIRCd will not run until you've set up /etc/unrealircd/unrealircd.conf"
einfo
einfo "You can find example cron scripts here:"
- einfo " /usr/share/doc/${PF}/ircd.cron"
- einfo " /usr/share/doc/${PF}/ircdchk"
+ einfo " /usr/share/doc/${PF}/ircd.cron.gz"
+ einfo " /usr/share/doc/${PF}/ircdchk.gz"
einfo
einfo "You can also use /etc/init.d/unrealircd to start at boot"
einfo