]> git.sur5r.net Git - bacula/bacula/commitdiff
Update home page
authorKern Sibbald <kern@sibbald.com>
Thu, 27 Mar 2003 09:03:01 +0000 (09:03 +0000)
committerKern Sibbald <kern@sibbald.com>
Thu, 27 Mar 2003 09:03:01 +0000 (09:03 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@398 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/autoconf/Make.common.in
bacula/autoconf/configure.in
bacula/configure
bacula/platforms/redhat/Makefile.in
bacula/scripts/bacula.png [new file with mode: 0644]

index 7a4a73f9f2a90081e967f58a0000a70bf9afb9c4..facdd8f7b2ee4ad2893d4cb5a628f330a144189b 100644 (file)
@@ -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
index 785e3a88d80f143d26d54a5799f8334c73bab973..86d80087853d738feb60ca15f98b749ffa1e4165 100644 (file)
@@ -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 \
index 6c1ebc8abfc5c5dc211870f7ce0aa0693ecd7cd1..80d2ded75e781781c6a6b3a740111984d726c010 100755 (executable)
@@ -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 \
index 3506dbcc7bb1b44287a0e66a76b96db53e1a1556..10f53782f5386e2275968b4cb2fe516463e73410 100644 (file)
@@ -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 (file)
index 0000000..a71fd22
Binary files /dev/null and b/bacula/scripts/bacula.png differ