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

Collapse All | Expand All

(-)perforce-proxy~ (-6 / +1 lines)
Lines 5-12 Link Here
5
#
5
#
6
# NB: Configuration is in /etc/conf.d/perforce-proxy
6
# NB: Configuration is in /etc/conf.d/perforce-proxy
7
7
8
PIDFILE=/var/run/p4d.pid
9
10
depend() {
8
depend() {
11
    need net
9
    need net
12
}
10
}
Lines 27-35 Link Here
27
25
28
stop() {
26
stop() {
29
    ebegin "Stopping Perforce SCM Proxy"
27
    ebegin "Stopping Perforce SCM Proxy"
30
      if (  ps -C p4d | grep 'p4p' > /dev/null )
28
    start-stop-daemon --exec /usr/sbin/p4p
31
	  then
32
            killall p4d
33
	fi
34
    eend $?
29
    eend $?
35
}
30
}

Return to bug 56781