aboutsummaryrefslogtreecommitdiff
path: root/sysutils/bacula/files/patch-autoconf-Make.common.in
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/bacula/files/patch-autoconf-Make.common.in')
-rw-r--r--sysutils/bacula/files/patch-autoconf-Make.common.in16
1 files changed, 8 insertions, 8 deletions
diff --git a/sysutils/bacula/files/patch-autoconf-Make.common.in b/sysutils/bacula/files/patch-autoconf-Make.common.in
index d2558dda2b60..ed9ed2a4cf8b 100644
--- a/sysutils/bacula/files/patch-autoconf-Make.common.in
+++ b/sysutils/bacula/files/patch-autoconf-Make.common.in
@@ -1,19 +1,19 @@
---- autoconf/Make.common.in.orig Thu Jan 23 23:28:18 2003
-+++ autoconf/Make.common.in Mon Feb 24 14:16:07 2003
-@@ -30,6 +30,7 @@
- sbindir = @sbindir@
+--- autoconf/Make.common.in Sat Mar 29 13:25:04 2003
++++ autoconf/Make.common.in Thu May 8 07:18:26 2003
+@@ -31,6 +31,7 @@
sysconfdir = @sysconfdir@
+ scriptdir = @scriptdir@
mandir = @mandir@/man1
+datadir = @datadir@
manext = 1
# Tools & program stuff
-@@ -49,7 +50,7 @@
+@@ -50,7 +51,7 @@
RANLIB = @RANLIB@
INSTALL = @INSTALL@
# add the -s to the following in PRODUCTION mode
--INSTALL_PROGRAM = @INSTALL@ -m 755
-+INSTALL_PROGRAM = @INSTALL@ -s -m 755
+-INSTALL_PROGRAM = @INSTALL@ -m 754
++INSTALL_PROGRAM = @INSTALL@ -s -m 754
INSTALL_DATA = @INSTALL@ -m 644
- INSTALL_SCRIPT = @INSTALL@ -m 755
+ INSTALL_SCRIPT = @INSTALL@ -m 754
INSTALL_CONFIG = @INSTALL@ -m 640