From: Kern Sibbald Date: Thu, 27 Mar 2003 09:03:01 +0000 (+0000) Subject: Update home page X-Git-Tag: Release-1.30~69 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=881e89978c01c1a9ad475426e825de8fff2bd326;p=bacula%2Fbacula Update home page git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@398 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/autoconf/Make.common.in b/bacula/autoconf/Make.common.in index 7a4a73f9f2..facdd8f7b2 100644 --- a/bacula/autoconf/Make.common.in +++ b/bacula/autoconf/Make.common.in @@ -1,4 +1,4 @@ -# autoconf/Make.common.in -*- Makefile -*- +# autoconf/Make.common.in -*- Makefile -*- # release date (man), LSM date, version number/name, current maintainer DATE="@DATE@" LSMDATE=@LSMDATE@ @@ -50,9 +50,9 @@ AR = @AR@ RANLIB = @RANLIB@ INSTALL = @INSTALL@ # add the -s to the following in PRODUCTION mode -INSTALL_PROGRAM = @INSTALL@ -m 755 +INSTALL_PROGRAM = @INSTALL@ -m 754 INSTALL_DATA = @INSTALL@ -m 644 -INSTALL_SCRIPT = @INSTALL@ -m 755 +INSTALL_SCRIPT = @INSTALL@ -m 754 INSTALL_CONFIG = @INSTALL@ -m 640 # Flags & libs diff --git a/bacula/autoconf/configure.in b/bacula/autoconf/configure.in index 785e3a88d8..86d8008785 100644 --- a/bacula/autoconf/configure.in +++ b/bacula/autoconf/configure.in @@ -1279,7 +1279,9 @@ redhat) platforms/redhat/Makefile \ platforms/redhat/bacula-fd \ platforms/redhat/bacula-sd \ - platforms/redhat/bacula-dir" + platforms/redhat/bacula-dir \ + platforms/redhat/bacula.mysql.rh8.spec \ + platforms/redhat/bacula.sqlite.rh8.spec" hostname=`hostname -s` ;; gentoo) @@ -1370,6 +1372,7 @@ AC_OUTPUT([autoconf/Make.common \ scripts/fd \ scripts/Makefile \ scripts/logrotate \ + scripts/bacula.desktop \ doc/Makefile \ src/Makefile \ src/console/Makefile \ diff --git a/bacula/configure b/bacula/configure index 6c1ebc8abf..80d2ded75e 100755 --- a/bacula/configure +++ b/bacula/configure @@ -9467,7 +9467,9 @@ redhat) platforms/redhat/Makefile \ platforms/redhat/bacula-fd \ platforms/redhat/bacula-sd \ - platforms/redhat/bacula-dir" + platforms/redhat/bacula-dir \ + platforms/redhat/bacula.mysql.rh8.spec \ + platforms/redhat/bacula.sqlite.rh8.spec" hostname=`hostname -s` ;; gentoo) @@ -9667,6 +9669,7 @@ trap 'rm -fr `echo "autoconf/Make.common \ scripts/fd \ scripts/Makefile \ scripts/logrotate \ + scripts/bacula.desktop \ doc/Makefile \ src/Makefile \ src/console/Makefile \ @@ -9933,6 +9936,7 @@ CONFIG_FILES=\${CONFIG_FILES-"autoconf/Make.common \ scripts/fd \ scripts/Makefile \ scripts/logrotate \ + scripts/bacula.desktop \ doc/Makefile \ src/Makefile \ src/console/Makefile \ diff --git a/bacula/platforms/redhat/Makefile.in b/bacula/platforms/redhat/Makefile.in index 3506dbcc7b..10f53782f5 100644 --- a/bacula/platforms/redhat/Makefile.in +++ b/bacula/platforms/redhat/Makefile.in @@ -70,6 +70,6 @@ uninstall-autostart-dir: clean: distclean: clean - @rm -f Makefile bacula-*.spec + @rm -f Makefile bacula-*.spec bacula.*.spec @rm -f bacula-sd bacula-fd bacula-dir @rm -rf CVS diff --git a/bacula/scripts/bacula.png b/bacula/scripts/bacula.png new file mode 100644 index 0000000000..a71fd2232b Binary files /dev/null and b/bacula/scripts/bacula.png differ