summaryrefslogtreecommitdiff
path: root/sys-apps/openrc/files/openrc-enable-interactive.patch
blob: 783c3567ce12f64b41fc9ab50f053722b2067b56 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- openrc-0.6.8.orig/etc/rc.conf.in
+++ openrc-0.6.8/etc/rc.conf.in
@@ -13,7 +13,7 @@
 # boot so you can choose to start specific services. Set to "NO" to disable
 # this feature. This feature is automatically disabled if rc_parallel is
 # set to YES.
-#rc_interactive="YES"
+rc_interactive="YES"
 
 # If we need to drop to a shell, you can specify it here.
 # If not specified we use $SHELL, otherwise the one specified in /etc/passwd,