/[smeserver]/rpms/initscripts/sme9/initscripts-9.03.31-runlevel7.patch
ViewVC logotype

Annotation of /rpms/initscripts/sme9/initscripts-9.03.31-runlevel7.patch

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


Revision 1.2 - (hide annotations) (download)
Mon Mar 17 05:44:10 2014 UTC (10 years, 3 months ago) by wellsi
Branch: MAIN
CVS Tags: initscripts-9_03_58-1_el6_sme_1, initscripts-9_03_40-2_2_el6_sme, initscripts-9_03_46-2_el6_sme_1, initscripts-9_03_40-2_3_el6_sme, initscripts-9_03_46-3_el6_sme_1, initscripts-9_03_40-2_1_el6_sme, initscripts-9_03_53-1_el6_sme_1, initscripts-9_03_49-1_el6_sme_1_1
Changes since 1.1: +1 -1 lines
* Sun Mar 16 2014 Ian Wells <esmith@wellsi.com> - 9.03.40-2.1.sme
- Correct offest in runlevel7 patch to avoid .orig file [SME: 8277]
- Remove CentOS Branding patch

1 slords 1.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 wellsi 1.2 @@ -14,4 +14,8 @@ task
5 slords 1.1
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 RSS 2.0 feed