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/unrealircd/files/unrealircd.rc
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/unrealircd/files/unrealircd.rc')
-rw-r--r--net-irc/unrealircd/files/unrealircd.rc4
1 files changed, 2 insertions, 2 deletions
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 $?
}