Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Evergreen:11.4
dante
sockd.init
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File sockd.init of Package dante
#! /bin/sh # Copyright (c) 1995-2001 SuSE, Germany. # # Author: Matthias Eckermann, SuSE Linux Solutions AG # ### BEGIN INIT INFO # Provides: sockd # Required-Start: $network # Required-Stop: $network # Default-Start: 2 3 5 # Default-Stop: # Description: This shell script takes care of starting and stopping the Dante socks server. ### END INIT INFO # . /etc/rc.status # The echo return value for success (defined in /etc/rc.config). return=$rc_done case "$1" in start) echo -n "Starting sockd / dante server" startproc /usr/sbin/sockd -D rc_status -v ;; stop) echo -n "Shutting down sockd / dante server" killproc -TERM /usr/sbin/sockd rc_status -v ;; status) checkproc /usr/sbin/sockd rc_status -v ;; restart|force-reload) $0 stop $0 start rc_status ;; reload) ;; *) echo "Usage: $0 {start|stop|status|restart|reload|force-reload}" exit 1 ;; esac rc_exit
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor