/[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.3 - (hide annotations) (download)
Sun Dec 23 05:12:38 2018 UTC (5 years, 5 months ago) by jpp
Branch: MAIN
CVS Tags: initscripts-9_03_61-2_el6_sme, HEAD
Changes since 1.2: +0 -0 lines
* Sun Dec 23 2018 Jean-Philipe Pialasse <tests@pialasse.com> 9.03.61-2.sme
- Rebase on upstream 9.03.61 [SME: 10615]
- Don't try to run plymouth if disabled [SME: 8375]
  Code from Charlie Brady
- Make slapd service an alias for ldap [SME: 8635]
- Add -n 1 to the dmesg line in rc.sysinit to prevent unwanted
  messages appearing on the console [SME: 8277]
- Add hack for running rc7.d script during runlevel 4 [SME: 7217]

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