diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2016-05-05 21:52:17 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2016-05-05 21:52:17 +0000 |
commit | cc666f0c7f30b46170a91ba3d68f5c210cc78798 (patch) | |
tree | fa57154ecac5f3de802d2411167da92d6ae688ce | |
parent | ee313c111de11a0e5c9d991c6ed6d1505f35eee5 (diff) |
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@
-rw-r--r-- | etc/rc | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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/* |