ALT Linux Bugzilla
– Attachment 344 Details for
Bug 3647
evms support
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
evms activation patch
rc.sysinit.diff (text/plain), 541 bytes, created by
Sergey Bolshakov
on 2004-02-09 18:11:53 MSK
(
hide
)
Description:
evms activation patch
Filename:
MIME Type:
Creator:
Sergey Bolshakov
Created:
2004-02-09 18:11:53 MSK
Size:
541 bytes
patch
obsolete
>--- rc.sysinit.evms 2004-01-29 17:04:35 +0200 >+++ rc.sysinit 2004-02-09 17:04:11 +0200 >@@ -275,8 +275,16 @@ > /sbin/setsysfont >/dev/null 2>&1 && SETSYSFONT_DONE=1 || SETSYSFONT_DONE= > fi > >+# Activate EVMS >+EVMS_ACTIVE= >+STARTEVMS=/sbin/startevms >+if [ -x "$STARTEVMS" ]; then >+ action "Starting up EVMS:" "$STARTEVMS" init >+ EVMS_ACTIVE=1 >+fi >+ > # Add raid devices >-if [ -f /proc/mdstat -a -s /etc/raidtab ]; then >+if [ -z "$EVMS_ACTIVE" -a -f /proc/mdstat -a -s /etc/raidtab ]; then > echo -n "Starting up RAID devices: " > > rc=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 3647
: 344