From 2da1cfdead3ed05c058ce4690a7b4d392051e377 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Fri, 12 Jan 2007 10:16:13 +0000 Subject: [PATCH] Update spec copyrights git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3976 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/platforms/mandrake/bacula.spec.in | 18 +++++++++--------- bacula/platforms/redhat/bacula.spec.in | 18 +++++++++--------- bacula/platforms/suse/bacula.spec.in | 18 +++++++++--------- bacula/src/cats/grant_postgresql_privileges.in | 8 ++++---- bacula/src/cats/update_mysql_tables.in | 4 ++-- bacula/src/cats/update_sqlite3_tables.in | 4 ++-- bacula/src/cats/update_sqlite_tables.in | 4 ++-- 7 files changed, 37 insertions(+), 37 deletions(-) diff --git a/bacula/platforms/mandrake/bacula.spec.in b/bacula/platforms/mandrake/bacula.spec.in index 95749a4f59..8027924522 100644 --- a/bacula/platforms/mandrake/bacula.spec.in +++ b/bacula/platforms/mandrake/bacula.spec.in @@ -1,5 +1,5 @@ # Bacula RPM spec file -# Copyright (C) 2000-2006 Kern Sibbald +# Copyright (C) 2000-2007 Free Software Foundation Europe, e.V. # Platform Build Configuration @@ -861,9 +861,9 @@ export LDFLAGS="${LDFLAGS} -L/usr/lib64/python%{pyver}" --with-scriptdir=/etc/bacula \ --enable-smartalloc \ --enable-client-only \ - %if %{mdk} - --disable-nls \ - %endif + %if %{mdk} + --disable-nls \ + %endif --enable-static-fd make @@ -890,15 +890,15 @@ make --with-postgresql \ %endif %if %{wxconsole} - --enable-wx-console \ + --enable-wx-console \ %endif %if %{python} - --with-python \ + --with-python \ %endif %if %{client_only} - --enable-client-only \ + --enable-client-only \ %endif - --mandir=%{_mandir} \ + --mandir=%{_mandir} \ --with-working-dir=%{working_dir} \ --with-pid-dir=/var/run \ --with-subsys-dir=/var/lock/subsys \ @@ -956,7 +956,7 @@ make \ sysconfdir=$RPM_BUILD_ROOT/etc/bacula \ scriptdir=$RPM_BUILD_ROOT/etc/bacula \ working_dir=$RPM_BUILD_ROOT%{working_dir} \ - mandir=$RPM_BUILD_ROOT%{_mandir} \ + mandir=$RPM_BUILD_ROOT%{_mandir} \ install %if ! %{client_only} diff --git a/bacula/platforms/redhat/bacula.spec.in b/bacula/platforms/redhat/bacula.spec.in index 95749a4f59..8027924522 100644 --- a/bacula/platforms/redhat/bacula.spec.in +++ b/bacula/platforms/redhat/bacula.spec.in @@ -1,5 +1,5 @@ # Bacula RPM spec file -# Copyright (C) 2000-2006 Kern Sibbald +# Copyright (C) 2000-2007 Free Software Foundation Europe, e.V. # Platform Build Configuration @@ -861,9 +861,9 @@ export LDFLAGS="${LDFLAGS} -L/usr/lib64/python%{pyver}" --with-scriptdir=/etc/bacula \ --enable-smartalloc \ --enable-client-only \ - %if %{mdk} - --disable-nls \ - %endif + %if %{mdk} + --disable-nls \ + %endif --enable-static-fd make @@ -890,15 +890,15 @@ make --with-postgresql \ %endif %if %{wxconsole} - --enable-wx-console \ + --enable-wx-console \ %endif %if %{python} - --with-python \ + --with-python \ %endif %if %{client_only} - --enable-client-only \ + --enable-client-only \ %endif - --mandir=%{_mandir} \ + --mandir=%{_mandir} \ --with-working-dir=%{working_dir} \ --with-pid-dir=/var/run \ --with-subsys-dir=/var/lock/subsys \ @@ -956,7 +956,7 @@ make \ sysconfdir=$RPM_BUILD_ROOT/etc/bacula \ scriptdir=$RPM_BUILD_ROOT/etc/bacula \ working_dir=$RPM_BUILD_ROOT%{working_dir} \ - mandir=$RPM_BUILD_ROOT%{_mandir} \ + mandir=$RPM_BUILD_ROOT%{_mandir} \ install %if ! %{client_only} diff --git a/bacula/platforms/suse/bacula.spec.in b/bacula/platforms/suse/bacula.spec.in index 95749a4f59..8027924522 100644 --- a/bacula/platforms/suse/bacula.spec.in +++ b/bacula/platforms/suse/bacula.spec.in @@ -1,5 +1,5 @@ # Bacula RPM spec file -# Copyright (C) 2000-2006 Kern Sibbald +# Copyright (C) 2000-2007 Free Software Foundation Europe, e.V. # Platform Build Configuration @@ -861,9 +861,9 @@ export LDFLAGS="${LDFLAGS} -L/usr/lib64/python%{pyver}" --with-scriptdir=/etc/bacula \ --enable-smartalloc \ --enable-client-only \ - %if %{mdk} - --disable-nls \ - %endif + %if %{mdk} + --disable-nls \ + %endif --enable-static-fd make @@ -890,15 +890,15 @@ make --with-postgresql \ %endif %if %{wxconsole} - --enable-wx-console \ + --enable-wx-console \ %endif %if %{python} - --with-python \ + --with-python \ %endif %if %{client_only} - --enable-client-only \ + --enable-client-only \ %endif - --mandir=%{_mandir} \ + --mandir=%{_mandir} \ --with-working-dir=%{working_dir} \ --with-pid-dir=/var/run \ --with-subsys-dir=/var/lock/subsys \ @@ -956,7 +956,7 @@ make \ sysconfdir=$RPM_BUILD_ROOT/etc/bacula \ scriptdir=$RPM_BUILD_ROOT/etc/bacula \ working_dir=$RPM_BUILD_ROOT%{working_dir} \ - mandir=$RPM_BUILD_ROOT%{_mandir} \ + mandir=$RPM_BUILD_ROOT%{_mandir} \ install %if ! %{client_only} diff --git a/bacula/src/cats/grant_postgresql_privileges.in b/bacula/src/cats/grant_postgresql_privileges.in index d4ab9a22f9..2003911633 100644 --- a/bacula/src/cats/grant_postgresql_privileges.in +++ b/bacula/src/cats/grant_postgresql_privileges.in @@ -30,7 +30,7 @@ grant all on device to ${USER}; grant all on status to ${USER}; grant all on location to ${USER}; grant all on locationlog to ${USER}; -grant all on log to ${USER}; +grant all on log to ${USER}; -- for sequences on those tables @@ -47,9 +47,9 @@ grant select, update on basefiles_baseid_seq to ${USER}; grant select, update on storage_storageid_seq to ${USER}; grant select, update on mediatype_mediatypeid_seq to ${USER}; grant select, update on device_deviceid_seq to ${USER}; -grant select, update on location_locationid_seq to ${USER}; -grant select, update on locationlog_loclogid_seq to ${USER}; -grant select, update on log_logid_seq to ${USER}; +grant select, update on location_locationid_seq to ${USER}; +grant select, update on locationlog_loclogid_seq to ${USER}; +grant select, update on log_logid_seq to ${USER}; END-OF-DATA then diff --git a/bacula/src/cats/update_mysql_tables.in b/bacula/src/cats/update_mysql_tables.in index 1361514577..6ce5469c76 100755 --- a/bacula/src/cats/update_mysql_tables.in +++ b/bacula/src/cats/update_mysql_tables.in @@ -1,10 +1,10 @@ #!/bin/sh # -# Shell script to update MySQL tables from version 1.38 to 1.39 +# Shell script to update MySQL tables from version 1.38 to 2.0 # echo " " echo "This script will update a Bacula MySQL database from version 9 to 10" -echo " which is needed to convert from Bacula version 1.38.x to 1.39.x or higher" +echo " which is needed to convert from Bacula version 1.38.x to 2.0.x or higher" echo "Depending on the size of your database," echo "this script may take several minutes to run." echo " " diff --git a/bacula/src/cats/update_sqlite3_tables.in b/bacula/src/cats/update_sqlite3_tables.in index efb79fb88a..7712d35a55 100755 --- a/bacula/src/cats/update_sqlite3_tables.in +++ b/bacula/src/cats/update_sqlite3_tables.in @@ -1,10 +1,10 @@ #!/bin/sh # -# shell script to update SQLite from version 1.38 to 1.39 +# shell script to update SQLite from version 1.38 to 2.0 # echo " " echo "This script will update a Bacula SQLite database from version 9 to 10" -echo " which is needed to convert from Bacula version 1.38.x to 1.39.x or higher" +echo " which is needed to convert from Bacula version 1.38.x to 2.0.x or higher" echo "Depending on the size of your database," echo "this script may take several minutes to run." echo " " diff --git a/bacula/src/cats/update_sqlite_tables.in b/bacula/src/cats/update_sqlite_tables.in index efb79fb88a..7712d35a55 100755 --- a/bacula/src/cats/update_sqlite_tables.in +++ b/bacula/src/cats/update_sqlite_tables.in @@ -1,10 +1,10 @@ #!/bin/sh # -# shell script to update SQLite from version 1.38 to 1.39 +# shell script to update SQLite from version 1.38 to 2.0 # echo " " echo "This script will update a Bacula SQLite database from version 9 to 10" -echo " which is needed to convert from Bacula version 1.38.x to 1.39.x or higher" +echo " which is needed to convert from Bacula version 1.38.x to 2.0.x or higher" echo "Depending on the size of your database," echo "this script may take several minutes to run." echo " " -- 2.39.5