[csw-devel] SF.net SVN: gar:[12014] csw/mgar/pkg/exim/branches/dir-loc-fixes/files/ 0003-Set-OpenCSW-build-options.patch

bdwalton at users.sourceforge.net bdwalton at users.sourceforge.net
Sat Dec 18 22:12:47 CET 2010


Revision: 12014
          http://gar.svn.sourceforge.net/gar/?rev=12014&view=rev
Author:   bdwalton
Date:     2010-12-18 21:12:47 +0000 (Sat, 18 Dec 2010)

Log Message:
-----------
exim/dir-loc-fixes: update Makefile options to use /var/opt/csw and /etc/opt/csw where appropriate

Modified Paths:
--------------
    csw/mgar/pkg/exim/branches/dir-loc-fixes/files/0003-Set-OpenCSW-build-options.patch

Modified: csw/mgar/pkg/exim/branches/dir-loc-fixes/files/0003-Set-OpenCSW-build-options.patch
===================================================================
--- csw/mgar/pkg/exim/branches/dir-loc-fixes/files/0003-Set-OpenCSW-build-options.patch	2010-12-18 20:55:51 UTC (rev 12013)
+++ csw/mgar/pkg/exim/branches/dir-loc-fixes/files/0003-Set-OpenCSW-build-options.patch	2010-12-18 21:12:47 UTC (rev 12014)
@@ -1,6 +1,6 @@
-From 5c1f33d87884e0c66ace1fd36e290cbe28d5c0de Mon Sep 17 00:00:00 2001
+From 818e0bc342d55830d7dee8d34506795d8a730879 Mon Sep 17 00:00:00 2001
 From: Ben Walton <bwalton at opencsw.org>
-Date: Tue, 14 Dec 2010 03:31:46 +0100
+Date: Sat, 18 Dec 2010 22:10:08 +0100
 Subject: [PATCH] Set OpenCSW build options
 
 Modify the template Local/Makefile to set the options for the csw
@@ -12,7 +12,7 @@
  1 files changed, 45 insertions(+), 45 deletions(-)
 
 diff --git a/Local/Makefile b/Local/Makefile
-index 9869eb1..6ba1bf8 100644
+index 9869eb1..0b60f94 100644
 --- a/Local/Makefile
 +++ b/Local/Makefile
 @@ -100,7 +100,7 @@
@@ -29,7 +29,7 @@
  # file does not exist.
  
 -CONFIGURE_FILE=/usr/exim/configure
-+CONFIGURE_FILE=/opt/csw/etc/exim/exim.conf
++CONFIGURE_FILE=/etc/op/csw/exim/exim.conf
  
  # It is possible to specify a colon-separated list of files for CONFIGURE_FILE.
  # In this case, Exim will use the first of them that exists when it is run.
@@ -47,7 +47,7 @@
  # Almost all installations choose this:
  
 -SPOOL_DIRECTORY=/var/spool/exim
-+SPOOL_DIRECTORY=/opt/csw/var/spool/exim
++SPOOL_DIRECTORY=/var/opt/csw/spool/exim
  
  
  
@@ -161,7 +161,7 @@
  # example).
  
 -# ALT_CONFIG_PREFIX=/some/directory/
-+ALT_CONFIG_PREFIX=/opt/csw/etc/exim/
++ALT_CONFIG_PREFIX=/etc/opt/csw/exim/
  # ALT_CONFIG_PREFIX=/some/directory/exim.conf-
  
  
@@ -254,7 +254,7 @@
  # to form the final file names. Some installations may want something like this:
  
 -# LOG_FILE_PATH=/var/log/exim_%slog
-+LOG_FILE_PATH=/opt/csw/var/log/exim/%slog
++LOG_FILE_PATH=/var/opt/csw/log/exim/%slog
  
  # which results in files with names /var/log/exim_mainlog, etc. The directory
  # in which the log files are placed must exist; Exim does not try to create
@@ -308,7 +308,7 @@
  # location for the system alias file.
  
 -SYSTEM_ALIASES_FILE=/etc/aliases
-+SYSTEM_ALIASES_FILE=/opt/csw/etc/exim/aliases
++SYSTEM_ALIASES_FILE=/etc/opt/csw/exim/aliases
  
  
  #------------------------------------------------------------------------------


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.


More information about the devel mailing list