mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-11 23:16:58 +02:00
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:
parent
99c6a289f4
commit
00171bdab6
@ -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='[7m'
|
||||
|
Loading…
Reference in New Issue
Block a user