From 00171bdab66db4d3fbf1885094261a259e2e461f Mon Sep 17 00:00:00 2001 From: Olof Johansson Date: Tue, 11 May 2010 11:38:09 -0700 Subject: [PATCH] Add /etc/init.d to INSTALL_MASK Since we're using upstart, don't let packages drop startup scripts into /etc/init.d. BUG=none TEST=Build image, inspect contents of /etc/init.d (or lack thereof, after this patch) Review URL: http://codereview.chromium.org/2023006 --- common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.sh b/common.sh index accb468aaf..201679eb4b 100644 --- a/common.sh +++ b/common.sh @@ -121,7 +121,7 @@ DEFAULT_INSTALL_MASK="/usr/include /usr/man /usr/share/man /usr/share/doc \ /usr/share/gtk-doc /usr/share/gtk-2.0 /usr/lib/gtk-2.0/include \ /usr/share/info /usr/share/aclocal /usr/lib/gcc /usr/lib/pkgconfig \ /usr/share/pkgconfig /usr/share/gettext /usr/share/readline /etc/runlevels \ - /usr/share/openrc /lib/rc *.a *.la" + /usr/share/openrc /lib/rc *.a *.la /etc/init.d" # Check to ensure not running old scripts V_REVERSE=''