Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 2417 Details for
Bug 5310
Refactored LVM & RAID initialization rc-scripts
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
RAID initialization rc-script
raid (text/plain), 402 bytes, created by
cDlm
on 2002-07-20 11:31:19 UTC
(
hide
)
Description:
RAID initialization rc-script
Filename:
MIME Type:
Creator:
cDlm
Created:
2002-07-20 11:31:19 UTC
Size:
402 bytes
patch
obsolete
>#!/sbin/runscript > ># 2002/07/19 dpollet: extracted from checkfs along with lvm > >depend() { > need checkroot >} > >start() { > # Start raid > if [ -x /sbin/raidstart ] > then > ebegin "Setting up the RAID" > raidstart -a > eend $? "Failed to setup the RAID" # RAID is dead :) > fi >} > >stop() { > if [ -x /sbin/raidstop ] > then > ebegin "Stopping the RAID" > raidstop -a > eend $? "Failed to stop the RAID" > fi >}
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 Raw
Actions:
View
Attachments on
bug 5310
: 2417 |
2418
|
2419