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

(-)file_not_specified_in_diff (-3 / +3 lines)
Line  Link Here
0
-- /root/lib64_rc_sh_tmpfile.sh        2014-08-30 09:04:36.035565334 -0700
0
++ /lib64/rc/sh/tmpfiles.sh    2014-08-30 09:07:07.094618965 -0700
Lines 308-315 Link Here
308
                       esac
308
                       esac
309
               fi
309
               fi
310
310
311
               [ "$uid" = '-' -o "$uid" = '' ] && uid=0
311
               [ "$uid" = '-' -o "$uid" = '' ] && uid=root
312
               [ "$gid" = '-' -o "$gid" = '' ] && gid=0
312
               [ "$gid" = '-' -o "$gid" = '' ] && gid=root
313
               [ "$age" = '-' -o "$age" = '' ] && age=0
313
               [ "$age" = '-' -o "$age" = '' ] && age=0
314
               [ "$arg" = '-' -o "$arg" = '' ] && arg=''
314
               [ "$arg" = '-' -o "$arg" = '' ] && arg=''

Return to bug 497456