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='[7m' |