/[smeserver]/rpms/initscripts/sme9/initscripts-9.03.40-dmesg.patch
ViewVC logotype

Annotation of /rpms/initscripts/sme9/initscripts-9.03.40-dmesg.patch

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


Revision 1.1 - (hide annotations) (download)
Mon Mar 17 06:04:27 2014 UTC (10 years, 4 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_53-1_el6_sme_1, initscripts-9_03_49-1_el6_sme_1_1
* Sun Mar 16 2014 Ian Wells <esmith@wellsi.com> - 9.03.40-2.2.sme
- Add -n 1 to the dmesg line in rc.sysinit to prevent unwanted
  messages appearing on the console [SME: 8277]

1 wellsi 1.1 diff -ruN initscripts-9.03.40.old/rc.d/rc.sysinit initscripts-9.03.40/rc.d/rc.sysinit
2     --- initscripts-9.03.40.old/rc.d/rc.sysinit 2014-03-16 22:45:36.000000000 -0700
3     +++ initscripts-9.03.40/rc.d/rc.sysinit 2014-03-16 22:47:16.000000000 -0700
4     @@ -657,7 +657,7 @@
5     # Now that we have all of our basic modules loaded and the kernel going,
6     # let's dump the syslog ring somewhere so we can find it later
7     [ -f /var/log/dmesg ] && mv -f /var/log/dmesg /var/log/dmesg.old
8     -dmesg -s 131072 > /var/log/dmesg
9     +dmesg -n 1 -s 131072 > /var/log/dmesg
10    
11     # create the crash indicator flag to warn on crashes, offer fsck with timeout
12     touch /.autofsck &> /dev/null

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