]> git.sur5r.net Git - bacula/bacula/commitdiff
tweak drop_bacula_xxx script ouput
authorEric Bollengier <eric@eb.homelinux.org>
Mon, 21 Sep 2009 20:42:23 +0000 (22:42 +0200)
committerEric Bollengier <eric@eb.homelinux.org>
Mon, 21 Sep 2009 20:42:23 +0000 (22:42 +0200)
bacula/src/cats/drop_bacula_database.in
bacula/src/cats/drop_bacula_tables.in

index 89dd7c8c887f16c8fa677a59080579082372a2b0..d927621f2bbc623a8acca86791e9d64bdf3cd951 100755 (executable)
@@ -7,7 +7,7 @@ if test xsqlite = x@DB_TYPE@ -o xsqlite3 = x@DB_TYPE@ ; then
   @scriptdir@/drop_@DB_TYPE@_database $*
 else
   if test xmysql = x@DB_TYPE@ ; then 
-    echo "Making MySQL database"
+    echo "Dropping MySQL database"
     @scriptdir@/drop_mysql_database $*
   else
     @scriptdir@/drop_postgresql_database $*
index 6ae1003a34dda5855f0e6611e6900b099abd8c76..50ee20f9db96dbab8c5a584b2e2f5bc0cb3e9ea7 100755 (executable)
@@ -8,7 +8,7 @@ if test xsqlite = x@DB_TYPE@ -o xsqlite3 = x@DB_TYPE@ ; then
   echo "Dropped SQLite tables"
 else
   if test xmysql = x@DB_TYPE@ ; then 
-    echo "Making MySQL tables"
+    echo "Dropping MySQL tables"
     @scriptdir@/drop_mysql_tables $*
     echo "Dropped MySQL tables"
   else