Typo, thanks to Matthias Schwarzott, #166.

This commit is contained in:
Roy Marples 2009-04-17 09:48:34 +00:00
parent 6027b0ed7d
commit 7138c1532c

View File

@ -84,7 +84,7 @@ start()
if dir_writeable /var/run; then
ebegin "Creating user login records"
local xtra=
[ "${RC_UNAME}" = NetBSD ] && extra=x
[ "${RC_UNAME}" = NetBSD ] && xtra=x
for x in "" $xtra; do
mkutmp /var/run/utmp${x}
done