Browse Source

'rc.firstime' -> 'rc.firsttime' in comment.

Diff from Navan Carson via tech@
OPENBSD_5_8
krw 9 years ago
parent
commit
d5a7436248
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/etc/rc

+ 2
- 2
src/etc/rc View File

@ -1,4 +1,4 @@
# $OpenBSD: rc,v 1.447 2015/01/22 19:00:24 krw Exp $
# $OpenBSD: rc,v 1.448 2015/03/11 14:48:58 krw Exp $
# System startup script run by init on autoboot
# or after single-user.
@ -501,7 +501,7 @@ start_daemon ftpproxy tftpd tftpproxy identd inetd rarpd bootparamd
start_daemon rbootd mopd spamd spamlogd sndiod
echo '.'
# If rc.firstime exists, run it just once, and make sure it is deleted
# If rc.firsttime exists, run it just once, and make sure it is deleted
if [ -f /etc/rc.firsttime ]; then
mv /etc/rc.firsttime /etc/rc.firsttime.run
. /etc/rc.firsttime.run 2>&1 | tee /dev/tty |


Loading…
Cancel
Save