ALT Linux Bugzilla
– Attachment 5044 Details for
Bug 26046
Не запускается на ядрах отличных от 2.6.x
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
Новый патч
powernowd.diff (text/plain), 638 bytes, created by
Evgenii Terechkov
on 2011-08-14 05:26:02 MSK
(
hide
)
Description:
Новый патч
Filename:
MIME Type:
Creator:
Evgenii Terechkov
Created:
2011-08-14 05:26:02 MSK
Size:
638 bytes
patch
obsolete
>diff --git a/rc.d/init.d/powernowd b/rc.d/init.d/powernowd >index f9e70bd..f9282f0 100755 >--- a/rc.d/init.d/powernowd >+++ b/rc.d/init.d/powernowd >@@ -35,19 +35,6 @@ MODULE=cpufreq_userspace > test -x $DAEMON || exit 0 > RETVAL=0 > >-KERNEL_VER_MAJOR=`uname -r | cut -d. -f1-2` >- >-if [ $KERNEL_VER_MAJOR = 2.6 ]; then >- /sbin/modinfo $MODULE &>/dev/null >- if [ "$?" != "0" ] ; then >- echo -n $"required $MODULE kernel module does not exist."; warning; echo >- exit 0 >- fi >-else >- echo -n $"running a v$KERNEL_VER_MAJOR.x kernel required."; warning; echo >- exit 0 >-fi >- > # Load config > SourceIfNotEmpty /etc/sysconfig/powernowd >
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 26046
:
5043
| 5044