]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/cats/mysql.in
Backport from BEE
[bacula/bacula] / bacula / src / cats / mysql.in
1 #!/bin/sh
2 #
3 # shell script to create Bacula MySQL tables
4 #
5 #
6 #  Bacula® - The Network Backup Solution
7 #
8 #  Copyright (C) 2000-2014 Free Software Foundation Europe e.V.
9 #
10 #  The main author of Bacula is Kern Sibbald, with contributions from many
11 #  others, a complete list can be found in the file AUTHORS.
12 #
13 #  You may use this file and others of this release according to the
14 #  license defined in the LICENSE file, which includes the Affero General
15 #  Public License, v3.0 ("AGPLv3") and some additional permissions and
16 #  terms pursuant to its AGPLv3 Section 7.
17 #
18 #  Bacula® is a registered trademark of Kern Sibbald.
19 #
20 bindir=@MYSQL_BINDIR@
21 db_name=@db_name@
22
23 $bindir/mysql $* ${db_name}