[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SF.net SVN: ledger-smb:[5564] branches/1.3



Revision: 5564
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=5564&view=rev
Author:   einhverfr
Date:     2013-01-14 09:19:21 +0000 (Mon, 14 Jan 2013)
Log Message:
-----------
Adding Makefile.pl test for pos.conf.pl and instantiating it if not found, 3599945

Modified Paths:
--------------
    branches/1.3/Changelog
    branches/1.3/Makefile.PL

Property Changed:
----------------
    branches/1.3/
    branches/1.3/Changelog


Property changes on: branches/1.3
___________________________________________________________________
Modified: svn:mergeinfo
   - /trunk:3711-3712,5424,5446-5448,5451,5457,5459,5461,5466,5473,5475,5482-5483,5485,5487,5489,5495-5496,5515,5519,5524,5526,5528-5529,5533,5544-5546,5548-5549,5554-5555
   + /trunk:3711-3712,5424,5446-5448,5451,5457,5459,5461,5466,5473,5475,5482-5483,5485,5487,5489,5495-5496,5515,5519,5524,5526,5528-5529,5533,5544-5546,5548-5549,5554-5555,5563

Modified: branches/1.3/Changelog
===================================================================
--- branches/1.3/Changelog	2013-01-14 09:16:16 UTC (rev 5563)
+++ branches/1.3/Changelog	2013-01-14 09:19:21 UTC (rev 5564)
@@ -5,6 +5,8 @@
 Changelog for 1.3.29
 * Added db routines for role backup and restore for shared hosting
 environments (Chris T, 3598924, filed by Erik H)
+* Added provision in Makefile to instantiate pos.conf.pl if not exist (Chris
+T, 3599945)
 
 Changelog for 1.3.28
 * Added db list to setup.pl when no db is entered and credentials allow login


Property changes on: branches/1.3/Changelog
___________________________________________________________________
Modified: svn:mergeinfo
   - /trunk/Changelog:3711-3712,5424,5446-5448,5451,5457,5459,5461,5466,5473,5475,5482-5483,5485,5487,5489,5495-5496,5513,5515,5519,5524,5529,5548
   + /trunk/Changelog:3711-3712,5424,5446-5448,5451,5457,5459,5461,5466,5473,5475,5482-5483,5485,5487,5489,5495-5496,5513,5515,5519,5524,5529,5548,5563

Modified: branches/1.3/Makefile.PL
===================================================================
--- branches/1.3/Makefile.PL	2013-01-14 09:16:16 UTC (rev 5563)
+++ branches/1.3/Makefile.PL	2013-01-14 09:19:21 UTC (rev 5564)
@@ -6,6 +6,7 @@
 use File::Copy;
 
 copy ('ledgersmb.conf.default', 'ledgersmb.conf') unless -f 'ledgersmb.conf';
+copy ('pos.conf.pl.template', 'pos.conf.pl') unless -f 'pos.conf.pl';
 
 name 'LedgerSMB';
 version_from 'LedgerSMB.pm';

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