View | Details | Raw Unified | Return to bug 26754
Collapse All | Expand All

(-)sgauth (-2 / +2 lines)
Lines 13-19 Link Here
13
PIDFILE=/var/run/sgauth
13
PIDFILE=/var/run/sgauth
14
LOCKFILE=/var/lock/subsys/sgauth
14
LOCKFILE=/var/lock/subsys/sgauth
15
PROCESSNAME=/usr/bin/sgauth
15
PROCESSNAME=/usr/bin/sgauth
16
EXTRAOPTIONS=
16
EXTRAOPTIONS="/etc/sgauth.conf"
17
DISPNAME="Stargazer authorization"
17
DISPNAME="Stargazer authorization"
18
18
19
start(){
19
start(){
Lines 64-67 Link Here
64
	msg_usage "${0##*/} {start|stop|restart|condstop|condrestart|status}"
64
	msg_usage "${0##*/} {start|stop|restart|condstop|condrestart|status}"
65
	RETVAL=1
65
	RETVAL=1
66
esac
66
esac
67
exit $RETVAL
67
exit $RETVAL

Return to bug 26754