Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 314642 Details for
Bug 459614
kdump's dumprd not rebuilding when appropriate.
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
patch to check stamps on other file
kdump.patch (text/plain), 1.05 KB, created by
Neil Horman
on 2008-08-20 17:56:38 UTC
(
hide
)
Description:
patch to check stamps on other file
Filename:
MIME Type:
Creator:
Neil Horman
Created:
2008-08-20 17:56:38 UTC
Size:
1.05 KB
patch
obsolete
>Index: kdump.init >=================================================================== >RCS file: /cvs/dist/rpms/kexec-tools/RHEL-5/kdump.init,v >retrieving revision 1.55 >diff -u -r1.55 kdump.init >--- kdump.init 7 Aug 2008 12:27:06 -0000 1.55 >+++ kdump.init 20 Aug 2008 17:53:52 -0000 >@@ -107,8 +107,14 @@ > #check to see if config file or kdump post has been modified > #since last build of the image file > image_time=`stat -c "%Y" $kdump_initrd` >- KDUMP_POST=`grep ^kdump_post $KDUMP_CONFIG_FILE | cut -d\ -f2` >- files="$KDUMP_CONFIG_FILE $kdump_kernel $KDUMP_POST" >+ EXTRA_FILES=`grep ^kdump_post $KDUMP_CONFIG_FILE | cut -d\ -f2` >+ CHECK_FILE=`grep ^kdump_pre $KDUMP_CONFIG_FILE | cut -d\ -f2` >+ EXTRA_FILES="$EXTRA_FILES $CHECK_FILE" >+ CHECK_FILE=`grep ^extra_modules $KDUMP_CONFIG_FILE | cut -d\ -f2-` >+ EXTRA_FILES="$EXTRA_FILES $CHECK_FILE" >+ CHECK_FILE=`grep ^extra_bins $KDUMP_CONFIG_FILE | cut -d\ -f2-` >+ EXTRA_FILES="$EXTRA_FILES $CHECK_FILE" >+ files="$KDUMP_CONFIG_FILE $kdump_kernel $EXTRA_FILES" > modified_files="" > for file in $files; do > time_stamp=0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 459614
: 314642