Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 353408 Details for
Bug 477006
sys-apps/openrc-0.11.8 - tmpfiles.sh typo prevents 'L' rules from working
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix for tmpfiles.sh L rule typo
openrc_tmpfiles_L-args.patch (text/plain), 390 bytes, created by
Hank Leininger
on 2013-07-16 03:06:15 UTC
(
hide
)
Description:
Fix for tmpfiles.sh L rule typo
Filename:
MIME Type:
Creator:
Hank Leininger
Created:
2013-07-16 03:06:15 UTC
Size:
390 bytes
patch
obsolete
>--- /lib64/rc/sh/tmpfiles.sh.orig 2012-12-07 20:36:41.064084423 -0500 >+++ /lib64/rc/sh/tmpfiles.sh 2013-07-15 22:42:23.391010702 -0400 >@@ -102,7 +102,7 @@ > _L() { > # Create a symlink if it doesn't exist yet > local path=$1 mode=$2 uid=$3 gid=$4 age=$5 arg=$6 >- [ ! -e "$path" ] && dryrun_or_real ln -s "$args" "$path" >+ [ ! -e "$path" ] && dryrun_or_real ln -s "$arg" "$path" > } > > _p() {
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 477006
: 353408