diff options
Diffstat (limited to 'init.d/devdb.in')
| -rw-r--r-- | init.d/devdb.in | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/init.d/devdb.in b/init.d/devdb.in deleted file mode 100644 index 3cc08a59..00000000 --- a/init.d/devdb.in +++ /dev/null @@ -1,21 +0,0 @@ -#!@SBINDIR@/openrc-run -# Copyright (c) 2008 Roy Marples <roy@marples.name> -# Released under the 2-clause BSD license. - -description="Creates the dev database" - -depend() -{ - need localmount -} - -start() -{ - ebegin "Building the dev database" - if [ /var/run/dev.db -nt /dev ]; then - : - else - dev_mkdb - fi - eend $? -} |
