Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 146889 Details for
Bug 211426
sys-fs/mdadm: mdassemble missing
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
correct the directory name where mdadm will look for mdadm.conf
ebuild-corrective (text/plain), 1012 bytes, created by
Jimmy.Jazz
on 2008-03-22 13:47:32 UTC
(
hide
)
Description:
correct the directory name where mdadm will look for mdadm.conf
Filename:
MIME Type:
Creator:
Jimmy.Jazz
Created:
2008-03-22 13:47:32 UTC
Size:
1012 bytes
patch
obsolete
>--- mdadm-2.6.4-r1.ebuild.old 2008-03-22 14:26:47.000000000 +0100 >+++ mdadm-2.6.4-r1.ebuild 2008-03-22 14:28:50.000000000 +0100 >@@ -47,14 +47,14 @@ > filter-flags "-O3" > append-flags "-Os" > append-cppflags "-DHAVE_STDINT_H -DUCLIBC" >- append-cppflags "-DCONFFILE=\\\"/etc/mdadm/mdadm.conf\\\"" >+ append-cppflags "-DCONFFILE=\\\"/etc/mdadm.conf\\\"" > use mailer && append-cppflags "-DSendmail=\\\"${MAILCMD}\\\"" > ;; > klibc) > filter-flags "-O3" > append-flags "-Os" > append-cppflags "-DHAVE_STDINT_H" >- append-cppflags "-DCONFFILE=\\\"/etc/mdadm/mdadm.conf\\\"" >+ append-cppflags "-DCONFFILE=\\\"/etc/mdadm.conf\\\"" > use mailer && append-cppflags "-DSendmail=\\\"${MAILCMD}\\\"" > ;; > *) >@@ -64,7 +64,7 @@ > #append-flags "-Os" > fi > append-cppflags "-DHAVE_STDINT_H" >- append-cppflags "-DCONFFILE=\\\"/etc/mdadm/mdadm.conf\\\"" >+ append-cppflags "-DCONFFILE=\\\"/etc/mdadm.conf\\\"" > use mailer && append-cppflags "-DSendmail=\\\"${MAILCMD}\\\"" > ;; > esac
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 211426
:
144625
|
144627
|
146418
|
146878
|
146879
|
146886
|
146889
|
146958
|
147155