Parent Directory | Revision Log | Revision Graph
* Tue Feb 12 2013 Shad L. Lords <slords@mail.com> - 9.03.31-2.1.el6.sme.2 - Add hack for running rc7.d script during runlevel 4 [SME: 7217]
1 | diff -up initscripts-9.03.31/init/rc.conf.runlevel7 initscripts-9.03.31/init/rc.conf |
2 | --- initscripts-9.03.31/init/rc.conf.runlevel7 2012-04-27 03:48:34.000000000 -0600 |
3 | +++ initscripts-9.03.31/init/rc.conf 2013-02-12 16:29:08.235855507 -0700 |
4 | @@ -11,4 +11,8 @@ task |
5 | |
6 | export RUNLEVEL |
7 | console output |
8 | -exec /etc/rc.d/rc $RUNLEVEL |
9 | +script |
10 | + runlvl=$RUNLEVEL |
11 | + [ "$RUNLEVEL" = "4" ] && runlvl=7 |
12 | + exec /etc/rc.d/rc $runlvl |
13 | +end script |
admin@koozali.org | ViewVC Help |
Powered by ViewVC 1.2.1 |