diff options
author | Roy Marples <roy@marples.name> | 2009-04-17 09:48:34 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2009-04-17 09:48:34 +0000 |
commit | 7138c1532c6546a6939ec8f7fa37da708edc0ac6 (patch) | |
tree | c24ac5018a88741f4207ee1ae8f7e4dcfc5881cf /init.d/bootmisc.in | |
parent | 6027b0ed7d1791a363004ec5b77ec7e866fc8bc9 (diff) |
Typo, thanks to Matthias Schwarzott, #166.
Diffstat (limited to 'init.d/bootmisc.in')
-rw-r--r-- | init.d/bootmisc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/bootmisc.in b/init.d/bootmisc.in index b4044bb8..e8caa910 100644 --- a/init.d/bootmisc.in +++ b/init.d/bootmisc.in @@ -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 |