[Pkg-sql-ledger-commit] r589 - ledger-smb/trunk/debian/patches

pkg-sql-ledger-commit-owner at lists.alioth.debian.org pkg-sql-ledger-commit-owner at lists.alioth.debian.org
Sun Jun 24 11:36:26 UTC 2012


Author: jame-guest
Date: 2012-06-24 11:36:26 +0000 (Sun, 24 Jun 2012)
New Revision: 589

Modified:
   ledger-smb/trunk/debian/patches/05_confdir.patch
Log:
Update LedgerSMB 05_confdir.patch for the new fs_cssdir configuration item.

Modified: ledger-smb/trunk/debian/patches/05_confdir.patch
===================================================================
--- ledger-smb/trunk/debian/patches/05_confdir.patch	2012-06-23 21:10:50 UTC (rev 588)
+++ ledger-smb/trunk/debian/patches/05_confdir.patch	2012-06-24 11:36:26 UTC (rev 589)
@@ -2,16 +2,18 @@
 Description: Change default directories
 --- a/LedgerSMB/Sysconfig.pm
 +++ b/LedgerSMB/Sysconfig.pm
-@@ -20,7 +20,7 @@
+@@ -20,8 +20,8 @@
  our $auth = 'DB';
  our $logging = 0;      # No logging on by default
  our $images = getcwd() . '/images'; 
 -our $cssdir = 'css/';
+-our $fs_cssdir = 'css/';
 +our $cssdir = '/lsmbcss/';
++our $fs_cssdir = '/var/lib/ledgersmb/css/';
  
  our $force_username_case = undef; # don't force case
  
-@@ -57,20 +57,20 @@
+@@ -58,20 +58,20 @@
  our $cookie_name = "LedgerSMB-1.3";
  
  # spool directory for batch printing
@@ -36,7 +38,7 @@
  
  # location of sendmail
  our $sendmail = "/usr/sbin/sendmail -t";
-@@ -92,7 +92,7 @@
+@@ -93,7 +93,7 @@
  our $gzip = "gzip -S .gz";
  
  # Path to the translation files
@@ -47,16 +49,21 @@
  our $log_level = 'ERROR';
 --- a/ledgersmb.conf.default
 +++ b/ledgersmb.conf.default
-@@ -3,7 +3,7 @@
- #Be aware of tempdir setting.If client_browser and server_apache on same machine, sharing tmp-dir , problems 'Permission denied' if server tries to write temp-file wich already exists as client-owned
- tempdir : /tmp/ledgersmb
- 
+@@ -6,11 +6,11 @@
+ # This is the logical CSS directory.  I.e. it is what comes before the 
+ # ledgersmb.css in the url.  Example might be /my_css_dir/ or 
+ # http://localhost/other_css_dir/
 -cssdir = css/
 +cssdir = /lsmbcss/
  
+ # THis is the location on the file system where the css files are, for editing 
+ # and selection.  An example might be /var/www/ledgersmb_css/
+-fs_cssdir = css/
++fs_cssdir = /var/lib/ledgersmb/css/
+ 
  # Set language for login and admin pages
- language : 
-@@ -48,16 +48,16 @@
+ language : en
+@@ -55,16 +55,16 @@
  
  [paths]
  # spool directory for batch printing
@@ -79,7 +86,7 @@
  
  [programs]
  # program to use for file compression
-@@ -85,7 +85,7 @@
+@@ -92,7 +92,7 @@
  db_namespace = public
  #contrib_dir PG_CONTRIB_DIR 
  #with postgresql-9.1 this stuff is in /usr/share/postgresql/9.1/extension and is injected in database with create extension pg_trgm,btree_gist...




More information about the Pkg-sql-ledger-commit mailing list