blob: f6c3ed335f8dc98065cdea0178652b0c5bb5bd23 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
diff -ur NoCatAuth-nightly/gateway.conf NoCatAuth-patched/gateway.conf
--- NoCatAuth-nightly/gateway.conf 2003-02-10 17:59:09.000000000 -0800
+++ NoCatAuth-patched/gateway.conf 2009-03-19 01:20:42.000000000 -0700
@@ -46,7 +46,7 @@
##
# GatewayLog -- Optional. If unset, messages will go to STDERR.
#
-GatewayLog /usr/local/nocat/nocat.log
+GatewayLog /var/log/nocat.log
##
# LoginTimeout - Number of seconds after a client's last
@@ -79,7 +79,7 @@
# DocumentRoot -- Where all of the application templates (including
# SplashPage) are hiding. Can be different from Apache's DocumentRoot.
#
-DocumentRoot /usr/local/nocat/htdocs
+DocumentRoot /www
# SplashForm -- Form displayed to users on capture.
#
@@ -289,7 +289,7 @@
# the bin/ parent directory. Set this only if you put it
# somewhere that NoCat doesn't expect.
#
-# PGPKeyPath /usr/local/nocat/pgp
+# PGPKeyPath /usr/lib/nocatauth/pgp
##
# MessageVerify -- Shell command to verify a PGP signed
|