summaryrefslogtreecommitdiff
path: root/init.d
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-07-09 10:26:02 +0000
committerRoy Marples <roy@marples.name>2007-07-09 10:26:02 +0000
commit53d17a1be2f9a47cec9e663905fbe1ee3637e050 (patch)
treec28d852eab9f9719757e34bc128f2abd17444361 /init.d
parente03844fd26cf5b6f01949e1c3ded14e5b4d812ec (diff)
downloadopenrc-53d17a1be2f9a47cec9e663905fbe1ee3637e050.tar.gz
openrc-53d17a1be2f9a47cec9e663905fbe1ee3637e050.tar.bz2
openrc-53d17a1be2f9a47cec9e663905fbe1ee3637e050.tar.xz
Add an option to fork ldconfig in env-update, #182794. Also, preserve the entire line in /etc/env.d/foo if it begins with $
Diffstat (limited to 'init.d')
-rwxr-xr-xinit.d/bootmisc2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/bootmisc b/init.d/bootmisc
index d35f6d0..6004a01 100755
--- a/init.d/bootmisc
+++ b/init.d/bootmisc
@@ -42,7 +42,7 @@ start() {
ebegin "Updating environment"
# As runscript prefixes our path with /$LIBDIR/rcscripts/bin, our
# version instead of the portage version should be found first.
- env-update
+ env-update --fork-ldconfig
eend $?
# Take care of random stuff [ /var/lock | /var/run | pam ]