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

(-)firebird.init.d.2.5.orig (-1 / +1 lines)
Lines 9-15 Link Here
9
9
10
start(){
10
start(){
11
	ebegin "Starting Firebird server"
11
	ebegin "Starting Firebird server"
12
	start-stop-daemon --start --pidfile $pidfile --user $FBUSER --group $FBGROUP --exec $FBGUARD -- $FB_OPTS
12
	start-stop-daemon --start --pidfile $PIDFILE --user $FBUSER --group $FBGROUP --exec $FBGUARD -- $FB_OPTS
13
	eend $?
13
	eend $?
14
}
14
}
15
15

Return to bug 366493