aboutsummaryrefslogtreecommitdiff
path: root/sysutils/bacula-server/files/patch-autoconf-Make.common.in
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/bacula-server/files/patch-autoconf-Make.common.in')
-rw-r--r--sysutils/bacula-server/files/patch-autoconf-Make.common.in19
1 files changed, 0 insertions, 19 deletions
diff --git a/sysutils/bacula-server/files/patch-autoconf-Make.common.in b/sysutils/bacula-server/files/patch-autoconf-Make.common.in
deleted file mode 100644
index d2558dda2b60..000000000000
--- a/sysutils/bacula-server/files/patch-autoconf-Make.common.in
+++ /dev/null
@@ -1,19 +0,0 @@
---- 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@
- sysconfdir = @sysconfdir@
- mandir = @mandir@/man1
-+datadir = @datadir@
- manext = 1
-
- # Tools & program stuff
-@@ -49,7 +50,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_DATA = @INSTALL@ -m 644
- INSTALL_SCRIPT = @INSTALL@ -m 755
- INSTALL_CONFIG = @INSTALL@ -m 640