diff options
author | Roy Marples <roy@marples.name> | 2007-07-09 10:26:02 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-07-09 10:26:02 +0000 |
commit | 53d17a1be2f9a47cec9e663905fbe1ee3637e050 (patch) | |
tree | c28d852eab9f9719757e34bc128f2abd17444361 /init.d | |
parent | e03844fd26cf5b6f01949e1c3ded14e5b4d812ec (diff) |
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-x | init.d/bootmisc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/bootmisc b/init.d/bootmisc index d35f6d00..6004a01c 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 ] |