summaryrefslogtreecommitdiffstats
path: root/boot-env/pbs/uclib-rootfs/bin
diff options
context:
space:
mode:
authorSebastian2010-02-11 00:31:08 +0100
committerSebastian2010-02-11 00:31:08 +0100
commitfa84b072b0a93c499378881af3e9af58b64802f7 (patch)
tree75d7e66707b1c76ab9d7fbc03ebac2082039685e /boot-env/pbs/uclib-rootfs/bin
parentfix typo and file mode of example initscript (diff)
downloadcore-fa84b072b0a93c499378881af3e9af58b64802f7.tar.gz
core-fa84b072b0a93c499378881af3e9af58b64802f7.tar.xz
core-fa84b072b0a93c499378881af3e9af58b64802f7.zip
add support for event config output
Diffstat (limited to 'boot-env/pbs/uclib-rootfs/bin')
-rwxr-xr-xboot-env/pbs/uclib-rootfs/bin/bbinit2
1 files changed, 2 insertions, 0 deletions
diff --git a/boot-env/pbs/uclib-rootfs/bin/bbinit b/boot-env/pbs/uclib-rootfs/bin/bbinit
index 6edb69aa..3fd67612 100755
--- a/boot-env/pbs/uclib-rootfs/bin/bbinit
+++ b/boot-env/pbs/uclib-rootfs/bin/bbinit
@@ -1,6 +1,8 @@
#!/bin/hush
# create clean setup
+mkdir -p /etc/events.conf
+mkdir -p /etc/events.d
rm /etc/events.d/*
for f in $(ls -1 /etc/events)
do