Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 181243 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +3 lines)
Line  Link Here
0
-- files/init.d_inspircd 2006-07-15 04:39:59.000000000 +0300
0
++ files/init.d_inspircd 2007-07-11 12:07:10.000000000 +0300
Lines 7-17 Link Here
7
depend() {
7
depend() {
8
       need net
8
       need net
9
       provide ircd
9
}
10
}
10
start() {
11
start() {
11
       ebegin "Starting InspIRCd"
12
       ebegin "Starting InspIRCd"
12
       start-stop-daemon --start --quiet --chuid inspircd --exec /usr/bin/inspircd &> /dev/null
13
       start-stop-daemon --start --quiet --chuid inspircd --exec /usr/bin/inspircd -- --logfile "/var/log/inspircd/ircd.log" &> /dev/null
13
       eend $?
14
       eend $?
14
}
15
}

Return to bug 181243