From: Eric Bollengier Date: Thu, 28 Aug 2008 11:23:21 +0000 (+0000) Subject: ebl Modify catalog scripts to have an easier packaging integration, X-Git-Tag: Release-7.0.0~4209 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=952c3831fa79be24f0dea7f18ce34cc538a7c7fb;p=bacula%2Fbacula ebl Modify catalog scripts to have an easier packaging integration, using default variables. Make difference between SQLite3 and SQLite in db_get_type() git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7514 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/src/cats/grant_mysql_privileges.in b/bacula/src/cats/grant_mysql_privileges.in index bf89fe060a..bb53b46a94 100644 --- a/bacula/src/cats/grant_mysql_privileges.in +++ b/bacula/src/cats/grant_mysql_privileges.in @@ -2,19 +2,19 @@ # # shell script to grant privileges to the bacula database # -USER=@db_user@ +db_user=${db_user-@db_user@} bindir=@SQL_BINDIR@ -db_name=@db_name@ +db_name=${db_name-@db_name@} if $bindir/mysql $* -u root -f <?[]^`{|}~) General: +28Aug08 +ebl Modify catalog scripts to have an easier packaging integration, + using default variables. + Make difference between SQLite3 and SQLite in db_get_type() 27Aug08 kes Apply most of changes in a patch from: Michael Stapelberg