Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:12.3
insserv-compat
init-functions
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File init-functions of Package insserv-compat
# # Define init LSB shell functions # # # Source SuSE's rc functions # . /etc/rc.status # # Be sure that start_daemon, killproc, and # pidofproc will be script functions. # function start_daemon () { /sbin/start_daemon ${1+"$@"} } function killproc () { /sbin/killproc ${1+"$@"} } function pidofproc () { /sbin/pidofproc ${1+"$@"} } # # Logging of succes messages # function log_success_msg () { echo -en "$@" echo -e "$rc_done" } # # Logging of failure messages # function log_failure_msg () { echo -en "$@" echo -e "$rc_failed" } # # Logging of warn messages # function log_warning_msg () { echo -en "$@" echo -e "${stat}${attn} warning${norm}" }
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