From 798bcd62d14efa063203f2739e4854e7df7026d0 Mon Sep 17 00:00:00 2001 From: domelu Date: Sun, 12 Sep 2004 19:22:58 +0000 Subject: [PATCH] - enable crypt oper pass in config file Changed files: bircd-crypt.patch -> 1.1 --- bircd-crypt.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 bircd-crypt.patch diff --git a/bircd-crypt.patch b/bircd-crypt.patch new file mode 100644 index 0000000..e756bf1 --- /dev/null +++ b/bircd-crypt.patch @@ -0,0 +1,11 @@ +--- bircd.orig/include/config.h 2004-05-30 11:31:46.000000000 +0200 ++++ bircd/include/config.h 2004-09-12 21:12:18.994672912 +0200 +@@ -52,7 +52,7 @@ + ** Define this if you want to use crypted passwords for operators in your + ** ircd.conf file. + */ +-//#define CRYPT_OPER_PASSWORD ++#define CRYPT_OPER_PASSWORD + #define CRYPT_SALT1 0xefcdab89 + #define CRYPT_SALT2 0x98badcfe + -- 2.44.0