]> git.sur5r.net Git - bacula/bacula/commitdiff
Add rpm patches for sqlite3 scripts.
authorScott Barninger <scott@barninger.com>
Sat, 17 Nov 2007 13:40:53 +0000 (13:40 +0000)
committerScott Barninger <scott@barninger.com>
Sat, 17 Nov 2007 13:40:53 +0000 (13:40 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5948 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/cats/create_sqlite3_database.in.patch [new file with mode: 0644]
bacula/src/cats/make_sqlite3_tables.in.patch [new file with mode: 0644]
bacula/src/cats/update_sqlite3_tables.in.patch [new file with mode: 0644]

diff --git a/bacula/src/cats/create_sqlite3_database.in.patch b/bacula/src/cats/create_sqlite3_database.in.patch
new file mode 100644 (file)
index 0000000..faa83e6
--- /dev/null
@@ -0,0 +1,11 @@
+--- create_sqlite3_database.in 2007-11-17 08:32:46.000000000 -0500
++++ create_sqlite3_database.in.fixed   2007-11-17 08:35:00.000000000 -0500
+@@ -2,7 +2,7 @@
+ #
+ # shell script to create Bacula SQLite tables
+-bindir=@SQL_BINDIR@
++bindir=/usr/lib/bacula/sqlite
+ cd @working_dir@
+ sqlite=@DB_TYPE@
+ db_name=@db_name@
diff --git a/bacula/src/cats/make_sqlite3_tables.in.patch b/bacula/src/cats/make_sqlite3_tables.in.patch
new file mode 100644 (file)
index 0000000..125f105
--- /dev/null
@@ -0,0 +1,11 @@
+--- make_sqlite3_tables.in     2007-11-17 08:33:03.000000000 -0500
++++ make_sqlite3_tables.in.fixed       2007-11-17 08:35:28.000000000 -0500
+@@ -2,7 +2,7 @@
+ #
+ # shell script to create Bacula SQLite tables
+-bindir=@SQL_BINDIR@
++bindir=/usr/lib/bacula/sqlite
+ cd @working_dir@
+ sqlite=@DB_TYPE@
+ db_name=@db_name@
diff --git a/bacula/src/cats/update_sqlite3_tables.in.patch b/bacula/src/cats/update_sqlite3_tables.in.patch
new file mode 100644 (file)
index 0000000..6d7d216
--- /dev/null
@@ -0,0 +1,11 @@
+--- update_sqlite3_tables.in   2007-11-17 08:33:18.000000000 -0500
++++ update_sqlite3_tables.in.fixed     2007-11-17 08:35:50.000000000 -0500
+@@ -9,7 +9,7 @@
+ echo "this script may take several minutes to run."
+ echo " "
+-bindir=@SQL_BINDIR@
++bindir=/usr/lib/bacula/sqlite
+ cd @working_dir@
+ sqlite=@DB_TYPE@
+ db_name=@db_name@