Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 477006
Collapse All | Expand All

(-)/lib64/rc/sh/tmpfiles.sh.orig (-1 / +1 lines)
Lines 102-108 Link Here
102
_L() {
102
_L() {
103
	# Create a symlink if it doesn't exist yet
103
	# Create a symlink if it doesn't exist yet
104
	local path=$1 mode=$2 uid=$3 gid=$4 age=$5 arg=$6
104
	local path=$1 mode=$2 uid=$3 gid=$4 age=$5 arg=$6
105
	[ ! -e "$path" ] && dryrun_or_real ln -s "$args" "$path"
105
	[ ! -e "$path" ] && dryrun_or_real ln -s "$arg" "$path"
106
}
106
}
107
107
108
_p() {
108
_p() {

Return to bug 477006