From 53d17a1be2f9a47cec9e663905fbe1ee3637e050 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Mon, 9 Jul 2007 10:26:02 +0000 Subject: Add an option to fork ldconfig in env-update, #182794. Also, preserve the entire line in /etc/env.d/foo if it begins with $ --- init.d/bootmisc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init.d/bootmisc') 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 ] -- cgit v1.2.3