--- /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() {