From 4df393d513f6b22cddfe4974050f65006bc45185 Mon Sep 17 00:00:00 2001 From: lkoeller Date: Sun, 27 Jun 2004 17:48:50 +0000 Subject: o) Update to version 1.34.5 --- sysutils/bacula-server/files/patch-Makefile.in | 20 -------------------- .../files/patch-autoconf-Make.common.in | 12 ++++++------ 2 files changed, 6 insertions(+), 26 deletions(-) delete mode 100644 sysutils/bacula-server/files/patch-Makefile.in (limited to 'sysutils/bacula-server/files') diff --git a/sysutils/bacula-server/files/patch-Makefile.in b/sysutils/bacula-server/files/patch-Makefile.in deleted file mode 100644 index 63cad525d426..000000000000 --- a/sysutils/bacula-server/files/patch-Makefile.in +++ /dev/null @@ -1,20 +0,0 @@ -*** Makefile.in.orig Thu Apr 29 13:36:45 2004 ---- Makefile.in Thu Apr 29 13:37:22 2004 -*************** -*** 16,22 **** - dummy: - - fd_subdirs = src scripts doc src/lib src/findlib src/filed \ -! @READLINE_SRC@ src/console rescue rescue/linux - - - subdirs = src/cats src/dird src/stored @GNOME_DIR@ @WX_DIR@ src/tools ---- 16,23 ---- - dummy: - - fd_subdirs = src scripts doc src/lib src/findlib src/filed \ -! @READLINE_SRC@ src/console @GNOME_DIR@ @WX_DIR@ \ -! rescue rescue/linux - - - subdirs = src/cats src/dird src/stored @GNOME_DIR@ @WX_DIR@ src/tools diff --git a/sysutils/bacula-server/files/patch-autoconf-Make.common.in b/sysutils/bacula-server/files/patch-autoconf-Make.common.in index 110aaa06d79c..b5e564ade083 100644 --- a/sysutils/bacula-server/files/patch-autoconf-Make.common.in +++ b/sysutils/bacula-server/files/patch-autoconf-Make.common.in @@ -1,5 +1,5 @@ -*** autoconf/Make.common.in.orig Thu May 8 14:40:44 2003 ---- autoconf/Make.common.in Sat Oct 11 10:50:22 2003 +*** autoconf/Make.common.in.orig Sat Jun 19 23:16:06 2004 +--- autoconf/Make.common.in Sun Jun 27 18:38:11 2004 *************** *** 24,29 **** --- 24,30 ---- @@ -15,15 +15,15 @@ RANLIB = @RANLIB@ INSTALL = @INSTALL@ # add the -s to the following in PRODUCTION mode -! INSTALL_PROGRAM = @INSTALL@ -m 754 +! INSTALL_PROGRAM = @INSTALL@ -m @SBINPERM@ INSTALL_DATA = @INSTALL@ -m 644 - INSTALL_SCRIPT = @INSTALL@ -m 754 + INSTALL_SCRIPT = @INSTALL@ -m @SBINPERM@ INSTALL_CONFIG = @INSTALL@ -m 640 --- 44,50 ---- RANLIB = @RANLIB@ INSTALL = @INSTALL@ # add the -s to the following in PRODUCTION mode -! INSTALL_PROGRAM = @INSTALL@ -s -m 754 +! INSTALL_PROGRAM = @INSTALL@ -s -m @SBINPERM@ INSTALL_DATA = @INSTALL@ -m 644 - INSTALL_SCRIPT = @INSTALL@ -m 754 + INSTALL_SCRIPT = @INSTALL@ -m @SBINPERM@ INSTALL_CONFIG = @INSTALL@ -m 640 -- cgit