index
:
init
master
Init scripts for Carbs Linux
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rc.boot
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'rc.boot')
-rwxr-xr-x
rc.boot
2
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.boot b/rc.boot
index a11b8be..2910e30 100755
--- a/
rc.boot
+++ b/
rc.boot
@@ -1,6 +1,6 @@
#!/bin/sh
-. /etc/init/rc.conf
+[ -r /etc/init/rc.conf ] && . /etc/init/rc.conf
. INITDIR/rc.lib