[Pkg-sql-ledger-commit] r569 - 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 10 00:31:11 UTC 2012


Author: jame-guest
Date: 2012-06-10 00:31:11 +0000 (Sun, 10 Jun 2012)
New Revision: 569

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

Modified: ledger-smb/trunk/debian/patches/05_confdir.patch
===================================================================
--- ledger-smb/trunk/debian/patches/05_confdir.patch	2012-06-09 17:32:45 UTC (rev 568)
+++ ledger-smb/trunk/debian/patches/05_confdir.patch	2012-06-10 00:31:11 UTC (rev 569)
@@ -2,7 +2,16 @@
 Description: Change default directories
 --- a/LedgerSMB/Sysconfig.pm
 +++ b/LedgerSMB/Sysconfig.pm
-@@ -56,20 +56,20 @@
+@@ -20,7 +20,7 @@
+ our $auth = 'DB';
+ our $logging = 0;      # No logging on by default
+ our $images = getcwd() . '/images'; 
+-our $cssdir = 'css/';
++our $cssdir = '/lsmbcss/';
+ 
+ our $force_username_case = undef; # don't force case
+ 
+@@ -57,20 +57,20 @@
  our $cookie_name = "LedgerSMB-1.3";
  
  # spool directory for batch printing
@@ -27,7 +36,7 @@
  
  # location of sendmail
  our $sendmail = "/usr/sbin/sendmail -t";
-@@ -91,7 +91,7 @@
+@@ -92,7 +92,7 @@
  our $gzip = "gzip -S .gz";
  
  # Path to the translation files
@@ -38,8 +47,17 @@
  our $log_level = 'ERROR';
 --- a/ledgersmb.conf.default
 +++ b/ledgersmb.conf.default
-@@ -46,16 +46,16 @@
+@@ -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
  
+-cssdir = css/
++cssdir = /lsmbcss/
+ 
+ # Set language for login and admin pages
+ language : 
+@@ -48,16 +48,16 @@
+ 
  [paths]
  # spool directory for batch printing
 -spool      = spool
@@ -61,7 +79,7 @@
  
  [programs]
  # program to use for file compression
-@@ -83,7 +83,7 @@
+@@ -85,7 +85,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