]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/platforms/gentoo/bacula-init.in
ebl update vtape documentation
[bacula/bacula] / bacula / platforms / gentoo / bacula-init.in
index fa9068dcea2218129db512237ec4fffb202bfc48..b3ddaa1a8f0690b17f81165fb9b1b3064f44649a 100755 (executable)
@@ -6,7 +6,7 @@
 
 depend() {
        need net
-       use @DB_NAME@
+       use @DB_TYPE@
 }
 
 opts="test"
@@ -25,7 +25,7 @@ start() {
        OPTIONS=''
        if [ "${SD_USER}" != '' ]; then
                OPTIONS="${OPTIONS} -u ${SD_USER}"
-       fi
+       fi
                                                                                   
        if [ "${SD_GROUP}" != '' ]; then
                OPTIONS="${OPTIONS} -g ${SD_GROUP}"
@@ -38,7 +38,7 @@ start() {
        OPTIONS=''
        if [ "${FD_USER}" != '' ]; then
                OPTIONS="${OPTIONS} -u ${FD_USER}"
-       fi
+       fi
                                                                                   
        if [ "${FD_GROUP}" != '' ]; then
                OPTIONS="${OPTIONS} -g ${FD_GROUP}"
@@ -52,7 +52,7 @@ start() {
        OPTIONS=''
        if [ "${DIR_USER}" != '' ]; then
                OPTIONS="${OPTIONS} -u ${DIR_USER}"
-       fi
+       fi
                                                                                   
        if [ "${DIR_GROUP}" != '' ]; then
                OPTIONS="${OPTIONS} -g ${DIR_GROUP}"