[csw-devel] SF.net SVN: gar:[10919] csw/mgar/pkg/lftp/trunk

chninkel at users.sourceforge.net chninkel at users.sourceforge.net
Fri Sep 3 13:17:24 CEST 2010


Revision: 10919
          http://gar.svn.sourceforge.net/gar/?rev=10919&view=rev
Author:   chninkel
Date:     2010-09-03 11:17:24 +0000 (Fri, 03 Sep 2010)

Log Message:
-----------
lftp: configuration file migration from /opt/csw/etc/ to /etc/opt/csw

Modified Paths:
--------------
    csw/mgar/pkg/lftp/trunk/Makefile
    csw/mgar/pkg/lftp/trunk/files/changelog.CSW

Modified: csw/mgar/pkg/lftp/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lftp/trunk/Makefile	2010-09-03 09:03:27 UTC (rev 10918)
+++ csw/mgar/pkg/lftp/trunk/Makefile	2010-09-03 11:17:24 UTC (rev 10919)
@@ -51,10 +51,16 @@
 
 PATCHFILES += dont_use_csw_getopt_h.patch
 
-PRESERVECONF = /opt/csw/etc/lftp.conf
+PRESERVECONF = $(sysconfdir)/lftp.conf
 
+MIGRATE_FILES_CSWlftp = lftp.conf
+
 ##### Build and installation information #####
 
+# to support shared /opt/csw setup
+# see http://wiki.opencsw.org/shared-opt-csw-setup
+localstatedir   = /var$(prefix)
+sysconfdir      = /etc$(prefix)
 
 CONFIGURE_ARGS = $(DIRPATHS)
 # previous maintainer compiled with openssl

Modified: csw/mgar/pkg/lftp/trunk/files/changelog.CSW
===================================================================
--- csw/mgar/pkg/lftp/trunk/files/changelog.CSW	2010-09-03 09:03:27 UTC (rev 10918)
+++ csw/mgar/pkg/lftp/trunk/files/changelog.CSW	2010-09-03 11:17:24 UTC (rev 10919)
@@ -1,6 +1,8 @@
-lftp (4.0.10,REV=2010.09.02) unstable
+lftp (4.0.10,REV=2010.09.03) unstable
 
+  * New upstream release.
   * Added socks5 support (closees: #4481).
+  * Configuration file migration from /opt/csw/etc to /etc/opt/csw.
 
  -- Yann Rouillard <yann at opencsw.org>  Thu, 02 Sep 2010 23:35:37 +0200
 


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