diff options
author | 2011-07-07 22:57:29 +0000 | |
---|---|---|
committer | 2011-07-07 22:57:29 +0000 | |
commit | e6e4e4c9c5db116653e1e41daf36a6d4323ffb7a (patch) | |
tree | e6a02894927faea4845e1cb22279d26f24e60b0b | |
parent | kvm_mkdb and dev_mkdb have been reliable for years, so we can run them (diff) | |
download | wireguard-openbsd-e6e4e4c9c5db116653e1e41daf36a6d4323ffb7a.tar.xz wireguard-openbsd-e6e4e4c9c5db116653e1e41daf36a6d4323ffb7a.zip |
oops, removed one absolute path which is needed
-rw-r--r-- | etc/rc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -# $OpenBSD: rc,v 1.362 2011/07/07 22:53:39 deraadt Exp $ +# $OpenBSD: rc,v 1.363 2011/07/07 22:57:29 deraadt Exp $ # System startup script run by init on autoboot # or after single-user. @@ -534,7 +534,7 @@ if [ X"${accounting}" = X"YES" ]; then echo 'turning on accounting'; accton /var/account/acct fi -if [ -f ldconfig ]; then +if [ -f /sbin/ldconfig ]; then echo 'creating runtime link editor directory cache.' if [ -d /usr/local/lib ]; then shlib_dirs="/usr/local/lib $shlib_dirs" |