/[smeserver]/rpms/initscripts/sme8/initscripts-8.45.33-smepatches.patch
ViewVC logotype

Contents of /rpms/initscripts/sme8/initscripts-8.45.33-smepatches.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (show annotations) (download)
Sat Sep 17 21:24:24 2011 UTC (12 years, 8 months ago) by slords
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
FILE REMOVED
Upstream import

1 diff -up initscripts-8.45.33/service.smepatches initscripts-8.45.33/service
2 --- initscripts-8.45.33/service.smepatches 2010-10-13 07:36:48.000000000 -0600
3 +++ initscripts-8.45.33/service 2011-04-27 09:07:07.994347000 -0600
4 @@ -58,6 +58,18 @@ while [ $# -gt 0 ]; do
5 esac
6 done
7
8 +runlevel=$(runlevel | cut -d" " -f2)
9 +if [ "$runlevel" = "7" ]
10 +then
11 + script=$(ls /etc/rc7.d/S??${SERVICE} 2>/dev/null | head -1)
12 + if [ -z "$script" ]
13 + then
14 + echo $"${SERVICE}: unrecognized service" >&2
15 + exit 0
16 + fi
17 + exec env -i LANG="$LANG" PATH="$PATH" TERM="$TERM" "$script" ${OPTIONS}
18 +fi
19 +
20 if [ -x "${SERVICEDIR}/${SERVICE}" ]; then
21 env -i LANG="$LANG" PATH="$PATH" TERM="$TERM" "${SERVICEDIR}/${SERVICE}" ${OPTIONS}
22 else

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed