ports/sysutils/bacula-server/files/patch-autoconf-Make.common.in
Lars Koeller 54fb240d5c o) Upgrade to version 1.34.6
- Fix a restore bug where the backups could be
     applied out of proper order possibly restoring an old version
     of a modified file.
   - Fix for restore selection of a file by name, where it was
     possible to select a file from the wrong Client.
   - Fix segmentation fault during backup of a symbolic link
     with ACLs turned on.
   - Fix a minor compile error in wx-console.
   - Fix a bug in despooling when the spooling disk partition becomes
     totally filed or gets I/O errors.
   - Fix a memory leak in PostgreSQL, and make Bacula retry 5 times if
     connecting to the DB fails.
   - Retry 5 times if connect to MySQL failes.
   - Fix linking the gnome-console
o) Install mtx-changer
o) Add switch for installation of mtx for autochanger control

PR:		ports/69902
Submitted by:	dan@langille.org
2004-08-03 20:22:02 +00:00

19 lines
660 B
Text

*** autoconf/Make.common.in.orig Sat Jun 19 23:16:06 2004
--- autoconf/Make.common.in Sun Jun 27 18:38:11 2004
***************
*** 43,49 ****
RANLIB = @RANLIB@
INSTALL = @INSTALL@
# add the -s to the following in PRODUCTION mode
! INSTALL_PROGRAM = @INSTALL@ -m @SBINPERM@
INSTALL_DATA = @INSTALL@ -m 644
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 @SBINPERM@
INSTALL_DATA = @INSTALL@ -m 644
INSTALL_SCRIPT = @INSTALL@ -m @SBINPERM@
INSTALL_CONFIG = @INSTALL@ -m 640