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

(-)files/tokyotyrant.initd~ (-2 / +3 lines)
Lines 1-6 Link Here
1
#!/sbin/runscript
1
#!/sbin/runscript
2
2
3
opts="${opts} configtest reload"
3
extra_commands="configtest"
4
extra_started_commands="reload"
4
5
5
depend() {
6
depend() {
6
	need net
7
	need net
Lines 35-38 Link Here
35
		eerror "Please check your configuration"
36
		eerror "Please check your configuration"
36
		eend $?
37
		eend $?
37
	fi
38
	fi
38
}
39
}

Return to bug 459574