From: domelu Date: Sun, 12 Sep 2004 19:22:58 +0000 (+0000) Subject: - enable crypt oper pass in config file X-Git-Tag: auto/ac/bircd-2_0_3rc6-4~1 X-Git-Url: https://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;ds=sidebyside;h=798bcd62d14efa063203f2739e4854e7df7026d0;p=packages%2Fbircd.git - enable crypt oper pass in config file Changed files: bircd-crypt.patch -> 1.1 --- 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 +