Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(979)

Unified Diff: src/scripts/common.sh

Issue 2023006: Add /etc/init.d to INSTALL_MASK (Closed) Base URL: ssh://git@chromiumos-git/chromiumos
Patch Set: Created 10 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/scripts/common.sh
diff --git a/src/scripts/common.sh b/src/scripts/common.sh
index accb468aaf15fe79ec422adc0b3aaf0d7aa98cfd..201679eb4b6c7a0a00df2e65ae7e7da1d58f333a 100644
--- a/src/scripts/common.sh
+++ b/src/scripts/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=''
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698