packages: bacula/bacula.spec - make_catalog_backup as empty file as well

glen glen at pld-linux.org
Fri Oct 22 17:49:04 CEST 2010


Author: glen                         Date: Fri Oct 22 15:49:04 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- make_catalog_backup as empty file as well

---- Files affected:
packages/bacula:
   bacula.spec (1.170 -> 1.171) 

---- Diffs:

================================================================
Index: packages/bacula/bacula.spec
diff -u packages/bacula/bacula.spec:1.170 packages/bacula/bacula.spec:1.171
--- packages/bacula/bacula.spec:1.170	Fri Oct 22 16:54:53 2010
+++ packages/bacula/bacula.spec	Fri Oct 22 17:48:58 2010
@@ -588,8 +588,8 @@
 
 # placeholders for the symlinks set in %%post db-*
 for f in create_bacula_database drop_bacula_database drop_bacula_tables \
-	grant_bacula_privileges make_bacula_tables update_bacula_tables; do
-	touch $RPM_BUILD_ROOT%{_libexecdir}/%{name}/$f
+	grant_bacula_privileges make_bacula_tables update_bacula_tables make_catalog_backup; do
+	> $RPM_BUILD_ROOT%{_libexecdir}/%{name}/$f
 done
 
 # we use db dependant (at compile time) shell script only
@@ -1069,6 +1069,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.171  2010/10/22 15:48:58  glen
+- make_catalog_backup as empty file as well
+
 Revision 1.170  2010/10/22 14:54:53  glen
 - setup $HOME in make_catalog_backup, so you could store passwords in file rather in command line args (at least in mysql)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/bacula/bacula.spec?r1=1.170&r2=1.171&f=u



More information about the pld-cvs-commit mailing list