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
This commit is contained in:
Olof Johansson 2010-05-11 11:38:09 -07:00
parent 99c6a289f4
commit 00171bdab6

View File

@ -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=''