diff options
author | Roy Marples <roy@marples.name> | 2008-05-12 15:11:04 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-05-12 15:11:04 +0000 |
commit | be8f8d0ac0f75dbfb5b804dfb3725cf842654cae (patch) | |
tree | fb4a278cb95e5f8ae9cdbd50bed94718ef40367a /init.d/bootmisc.in | |
parent | d667da8e5c4b3de1f73dd288f88ea8783799735b (diff) |
Add the devdb init script.
Diffstat (limited to 'init.d/bootmisc.in')
-rw-r--r-- | init.d/bootmisc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/bootmisc.in b/init.d/bootmisc.in index 7a9e22f3..e40fd516 100644 --- a/init.d/bootmisc.in +++ b/init.d/bootmisc.in @@ -86,7 +86,7 @@ start() ebegin "Cleaning /var/run" for x in $(find /var/run ! -type d ! -name utmp \ - ! -name random-seed \ + ! -name random-seed ! -name dev.db \ ! -name ld-elf.so.hints ! -name ld.so.hints); do [ ! -f "${x}" ] && continue |