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 294228 Details for
Bug 431884
lm_sensors init script return values not LSB compliant
[?]
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]
Make error return codes lsb compliant
lm_sensors-lsb-retcode.diff (text/plain), 827 bytes, created by
Frank Sweetser
on 2008-02-07 16:45:19 UTC
(
hide
)
Description:
Make error return codes lsb compliant
Filename:
MIME Type:
Creator:
Frank Sweetser
Created:
2008-02-07 16:45:19 UTC
Size:
827 bytes
patch
obsolete
>--- lm_sensors.orig 2008-02-07 11:37:22.000000000 -0500 >+++ lm_sensors 2008-02-07 11:41:04.000000000 -0500 >@@ -40,15 +40,15 @@ > > # Don't bother if /proc/sensors still doesn't exist, kernel doesn't have > # support for sensors. >- [ -e /proc/sys/dev/sensors ] || exit 0 >+ [ -e /proc/sys/dev/sensors ] || exit 6 > > # If sensors was not already running, unload the module... > [ -e /var/lock/subsys/lm_sensors ] || /sbin/modprobe -r i2c-proc >/dev/null 2>&1 > fi > > CONFIG=/etc/sysconfig/lm_sensors >-[ -r "$CONFIG" ] || exit 0 >-grep '^MODULE_' $CONFIG >/dev/null 2>&1 || exit 0 >+[ -r "$CONFIG" ] || exit 6 >+grep '^MODULE_' $CONFIG >/dev/null 2>&1 || exit 6 > > # Load config file > . "$CONFIG" >@@ -147,7 +147,7 @@ > ;; > *) > echo "Usage: $0 {start|stop|status|restart|reload|condrestart}" >- exit 1 >+ exit 3 > esac > > exit $RETVAL
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 431884
: 294228