runlevel symlinks (eg S85htcacheclean), we ignore the first character
and two digits that follow.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1004264 13f79535-47bb-0310-9956-
ffa450edef68
# What were we called? Multiple instances of the same daemon can be
# created by creating suitably named symlinks to this startup script
-prog=`basename $0`
+prog=$(basename $0 | sed -e 's/^[SK][0-9][0-9]//')
if [ -f /etc/sysconfig/${prog} ]; then
. /etc/sysconfig/${prog}