blob: 16c03da0efeb0ca25ca69ccaca19629e900336ea (
plain) (
blame)
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
31
32
33
34
35
36
|
--- tircproxy.h.orig Fri Dec 22 01:13:40 2000
+++ tircproxy.h Fri Dec 22 01:15:39 2000
@@ -34,8 +34,8 @@
/* Set the location of the broadcast & MOTD files. Undef these to disable
** the broadcasting feature.
*/
-#define BROADCAST_FILE "/tmp/ircbroadcast"
-#define IRC_MOTD_FILE "/etc/motd.irc"
+#define BROADCAST_FILE "/usr/local/etc/tircproxy/ircbroadcast"
+#define IRC_MOTD_FILE "/usr/local/etc/tircproxy/motd.irc"
/* Enable this if you want to use the IPF code for tranparency.
*/
@@ -43,7 +43,7 @@
/* Enable this if you want to use the Linux code for tranparency.
*/
-#define LINUX 1
+#define LINUX 0
/* Enable this if you want to ask proxy users for passwords.
*/
@@ -117,11 +117,11 @@
**
** This means the proxy does NOT need to run as root for ident responses to
** be correct. This method is now obsolete - use UDB if at all possible!
-*/
+
#define CDIR "/var/oidentd/"
#define CDIR_IDENT "ident"
#define CDIR_MAP "user"
-
+*/
/* The following table defines a list of filenames that are not
** to be handled transparently by the DCC code.. if replace points to
|