aboutsummaryrefslogtreecommitdiff
path: root/irc/irc/files
diff options
context:
space:
mode:
authorTorsten Blum <torstenb@FreeBSD.org>1995-06-27 00:13:21 +0000
committerTorsten Blum <torstenb@FreeBSD.org>1995-06-27 00:13:21 +0000
commita89983aacf11e16105e7194b9748e93ca655137c (patch)
tree73215bcc7c1f5b38592a80bb73d16aa566b553a7 /irc/irc/files
parent1cb933983132d530dc3cb64585ba79e11fb4dcf8 (diff)
downloadports-a89983aacf11e16105e7194b9748e93ca655137c.tar.gz
ports-a89983aacf11e16105e7194b9748e93ca655137c.zip
Disable NOTE by default.
To enable NOTE, uncomment "# ENABLE_NOTE=yes" in Makefile Reviewed by: dima
Notes
Notes: svn path=/head/; revision=1895
Diffstat (limited to 'irc/irc/files')
-rw-r--r--irc/irc/files/patch-ab41
1 files changed, 22 insertions, 19 deletions
diff --git a/irc/irc/files/patch-ab b/irc/irc/files/patch-ab
index 86207a63232d..0e09c2424dd7 100644
--- a/irc/irc/files/patch-ab
+++ b/irc/irc/files/patch-ab
@@ -1,5 +1,5 @@
*** include/config.h.orig Wed Jun 15 15:58:12 1994
---- include/config.h Sun Jun 25 15:40:25 1995
+--- include/config.h Tue Jun 27 01:18:33 1995
***************
*** 61,67 ****
* If your host supports varargs and has vsprintf(), vprintf() and vscanf()
@@ -18,42 +18,45 @@
* be used in a chain of 3 or more funtions which all have a variable
* number of params. If anyone has a solution to this, please notify
***************
-*** 84,105 ****
+*** 84,96 ****
#define HAVECURSES /* If you have curses, and want to use it. */
#undef HAVETERMCAP /* If you have termcap, and want to use it. */
-- #ifdef notdef
+! #ifdef notdef
/* Define NPATH if you want to run NOTE system. Be sure that this file is
* either not present or non empty (result of previous size). If it is empty,
* then remove it before starting the server.
* The file is for request save/backup.
*/
! #define NPATH "/usr/lib/irc/.ircdnote"
-! #endif
+ #endif
/*
- * Full pathnames and defaults of irc system's support files. Please note that
- * these are only the recommened names and paths. Change as needed.
- * You must define these to something, even if you don't really want them.
- */
-! #define DPATH "/scratch/avalon/ircd" /* dir where all ircd stuff is */
-! #define SPATH "/scratch/avalon/ircd/bin/ircd"
- #define CPATH "ircd.conf" /* server configuration file */
- #define MPATH "ircd.motd" /* server MOTD file */
- #define LPATH "/tmp/ircd.log" /* Where the debug file lives, if DEBUGMODE */
---- 84,103 ----
+--- 84,96 ----
#define HAVECURSES /* If you have curses, and want to use it. */
#undef HAVETERMCAP /* If you have termcap, and want to use it. */
+! #ifdef ENABLE_NOTE
/* Define NPATH if you want to run NOTE system. Be sure that this file is
* either not present or non empty (result of previous size). If it is empty,
* then remove it before starting the server.
* The file is for request save/backup.
*/
! #define NPATH "!!PREFIX!!/lib/ircd/.ircdnote"
+ #endif
/*
- * Full pathnames and defaults of irc system's support files. Please note that
+***************
+*** 98,105 ****
+ * these are only the recommened names and paths. Change as needed.
+ * You must define these to something, even if you don't really want them.
+ */
+! #define DPATH "/scratch/avalon/ircd" /* dir where all ircd stuff is */
+! #define SPATH "/scratch/avalon/ircd/bin/ircd"
+ #define CPATH "ircd.conf" /* server configuration file */
+ #define MPATH "ircd.motd" /* server MOTD file */
+ #define LPATH "/tmp/ircd.log" /* Where the debug file lives, if DEBUGMODE */
+--- 98,105 ----
* these are only the recommened names and paths. Change as needed.
* You must define these to something, even if you don't really want them.
*/
@@ -72,7 +75,7 @@
/* CHROOTDIR
*
---- 110,117 ----
+--- 112,119 ----
* FNAME_USERLOG just logs user connections, FNAME_OPERLOG logs every
* successful use of /oper. These are either full paths or files within DPATH.
*/
@@ -90,7 +93,7 @@
/* OPER_KILL
*
---- 148,154 ----
+--- 150,156 ----
* mode "i" (i == invisible). Invisibility means people dont showup in
* WHO or NAMES unless they are on the same channel as you.
*/
@@ -107,7 +110,7 @@
/* R_LINES: The conf file now allows the existence of R lines, or
* restrict lines. These allow more freedom in the ability to restrict
---- 209,215 ----
+--- 211,217 ----
* to a leaf which just has 1 server (typically the uplink). Define this
* correctly for performance reasons.
*/
@@ -124,7 +127,7 @@
/*
* If you wish to have the server send 'vital' messages about server
---- 250,256 ----
+--- 252,258 ----
* The server will then call m4 each time it reads the ircd.conf file,
* reading m4 output as the server's ircd.conf file.
*/