SOURCES: nocc.conf (NEW), nocc-config.patch (NEW) - nocc moved to ...
tommat
tommat at pld-linux.org
Tue Nov 8 18:15:05 CET 2005
Author: tommat Date: Tue Nov 8 17:15:05 2005 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- nocc moved to /usr/share/nocc
- initial config and httpd config for nocc
---- Files affected:
SOURCES:
nocc.conf (NONE -> 1.1) (NEW), nocc-config.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/nocc.conf
diff -u /dev/null SOURCES/nocc.conf:1.1
--- /dev/null Tue Nov 8 18:15:05 2005
+++ SOURCES/nocc.conf Tue Nov 8 18:15:00 2005
@@ -0,0 +1 @@
+Alias /nocc /usr/share/nocc
================================================================
Index: SOURCES/nocc-config.patch
diff -u /dev/null SOURCES/nocc-config.patch:1.1
--- /dev/null Tue Nov 8 18:15:05 2005
+++ SOURCES/nocc-config.patch Tue Nov 8 18:15:00 2005
@@ -0,0 +1,20 @@
+--- nocc-1.0.0rc1/conf.php.dist.orig 2005-11-08 15:43:23.853749304 +0100
++++ nocc-1.0.0rc1/conf.php.dist 2005-11-08 15:44:05.660393728 +0100
+@@ -95,7 +95,7 @@
+ // Default tmp directory (where to store temporary uploaded files)
+ // This should be something like '/tmp' on Unix System
+ // And 'c:\\temp' on Win32 (note that we must escape "\")
+-$conf->tmpdir = '';
++$conf->tmpdir = '/tmp';
+
+ // Preferences data directory
+ // IMPORTANT: This directory must exist and be writable by the user
+@@ -105,7 +105,7 @@
+ // This should be something like 'profiles/' on Unix System
+ // or 'prefs\\' on Win32 (note that we must escape "\")
+ // If left empty, preferences will be disabled.
+-$conf->prefs_dir = '';
++$conf->prefs_dir = '/var/lib/nocc';
+
+ // Default folder to go first
+ $conf->default_folder = 'INBOX';
================================================================
More information about the pld-cvs-commit
mailing list