Typo, thanks to Matthias Schwarzott, #166.
This commit is contained in:
parent
6027b0ed7d
commit
7138c1532c
@ -84,7 +84,7 @@ start()
|
|||||||
if dir_writeable /var/run; then
|
if dir_writeable /var/run; then
|
||||||
ebegin "Creating user login records"
|
ebegin "Creating user login records"
|
||||||
local xtra=
|
local xtra=
|
||||||
[ "${RC_UNAME}" = NetBSD ] && extra=x
|
[ "${RC_UNAME}" = NetBSD ] && xtra=x
|
||||||
for x in "" $xtra; do
|
for x in "" $xtra; do
|
||||||
mkutmp /var/run/utmp${x}
|
mkutmp /var/run/utmp${x}
|
||||||
done
|
done
|
||||||
|
Loading…
Reference in New Issue
Block a user