Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 865232 Details for
Bug 909640
app-containers/lxc-5.0.2 init.d/lxc ignores commented lines in container config when generating openrc net dependencies
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch file for possible fix
lxc-5.0.2-9999_bug909640_fix_ignored_comment_deps.patch (text/plain), 573 bytes, created by
steve
on 2023-07-07 11:17:44 UTC
(
hide
)
Description:
patch file for possible fix
Filename:
MIME Type:
Creator:
steve
Created:
2023-07-07 11:17:44 UTC
Size:
573 bytes
patch
obsolete
>28a29,31 >> # gentoo bug-report 909640, cat to read file, grep -v to drop commented lines, then awk command unchanged >> # not ideal fix because we call grep, instead of subshell load, probably a nicer way to do it in awk alone? >> # note: this function will be called once for EACH instance of an openrc lxc container when dependencies are generated by openrc >30c33 >< awk 'BEGIN { FS="[ \t]*=[ \t]*"; _link=""; _type="" } >--- >> grep -v '^#' ${CONFIGFILE} | awk 'BEGIN { FS="[ \t]*=[ \t]*"; _link=""; _type="" } >38c41 >< }; }' <${CONFIGFILE} >--- >> }; }' # <${CONFIGFILE}
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 909640
:
865232
|
865956