projects
/
feed
/
routing.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e291dcb
)
babeld: create the directory for the config file before writing to it
author
Casper Meijn
<caspermeijn@gmail.com>
Sat, 6 Sep 2014 09:31:59 +0000
(11:31 +0200)
committer
Baptiste Jonglez
<baptiste--git@jonglez.org>
Mon, 8 Sep 2014 12:50:46 +0000
(14:50 +0200)
babeld/files/babeld.init
patch
|
blob
|
history
diff --git
a/babeld/files/babeld.init
b/babeld/files/babeld.init
index 180fc7e04f8f1082d7930221a16dad7f8fb22c9d..164d9670fa02fdfa68383a98f4f6f4668cfc455c 100755
(executable)
--- a/
babeld/files/babeld.init
+++ b/
babeld/files/babeld.init
@@
-199,6
+199,7
@@
babel_config_cb() {
start() {
mkdir -p /var/lib
+ mkdir -p /var/etc
# Start by emptying the generated config file
>"$CONFIGFILE"
# First load the whole config file, without callbacks, so that we are