Browse Source

show what we're doing when reordering libraries, otherwise the text

above it is "starting network", which can make you think something is
broken when your machine is as slow as some of mine.
"Yeah, that's a pretty crappy machine" deraadt@
OPENBSD_6_0
sthen 8 years ago
parent
commit
90ef515e31
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      src/etc/rc

+ 3
- 1
src/etc/rc View File

@ -1,4 +1,4 @@
# $OpenBSD: rc,v 1.477 2016/04/27 14:49:11 ajacoutot Exp $
# $OpenBSD: rc,v 1.478 2016/05/05 21:52:16 sthen Exp $
# System startup script run by init on autoboot or after single-user.
# Output and error are redirected to console by init, and the console is the
@ -378,7 +378,9 @@ mount -s /var >/dev/null 2>&1
random_seed
echo -n 're-ordering libraries:'
rebuildlibs
echo ' done.'
# Clean up left-over files.
rm -f /etc/nologin /var/spool/lock/LCK.* /var/spool/uucp/STST/*


Loading…
Cancel
Save