/[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.2 - (hide annotations) (download)
Sun Dec 23 04:47:40 2018 UTC (5 years, 10 months ago) by jpp
Branch: MAIN
Changes since 1.1: +0 -0 lines
FILE REMOVED
import initscript from centOS

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