#!/bin/sh # LSB initscript functions, as defined in the LSB Spec 1.1.0 # # Lawrence Lim - Tue, 26 June 2007 # Updated to the latest LSB 3.1 spec # http://refspecs.freestandards.org/LSB_3.1.0/LSB-Core-generic/LSB-Core-generic_lines.txt # Modified by Joost van Baal-Ilić for uruk. PATH=$PATH:/etc/redhat-lsb:/lib/uruk/lsb # both Red Hat's and our implementation of lsb_start_daemon e.a. # rely on file /etc/init.d/functions if ! test -f /etc/init.d/functions ; then cat <