Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 32271
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- apache2.bug 2003-10-30 19:24:00.000000000 +0000
0
++ apache2     2003-10-30 19:08:23.000000000 +0000
Lines 14-20 Link Here
14
start() {
14
start() {
15
       ebegin "Starting apache2"
15
       ebegin "Starting apache2"
16
       [ -f /var/log/apache2/ssl_scache ] && rm /var/log/apache2/ssl_scache
16
       [ -f /var/log/apache2/ssl_scache ] && rm /var/log/apache2/ssl_scache
17
       env -i start-stop-daemon --quiet --start --startas /usr/sbin/apache2 \
17
       /sbin/start-stop-daemon --quiet --start --startas /usr/sbin/apache2 \
18
               --pidfile /var/run/apache2.pid -- -k start ${APACHE2_OPTS}
18
               --pidfile /var/run/apache2.pid -- -k start ${APACHE2_OPTS}
19
       eend $?
19
       eend $?
20
}
20
}

Return to bug 32271