From 4535a0d008a3186a69a5632f4875bb79660656e5 Mon Sep 17 00:00:00 2001 From: codemastr Date: Sun, 15 Jun 2003 16:52:04 +0000 Subject: [PATCH] Minor crontab fix and docs update --- Changes | 2 ++ doc/unreal32docs.html | 4 ++-- ircdcron/ircdchk | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Changes b/Changes index 1cf7fc82a..967de63f7 100644 --- a/Changes +++ b/Changes @@ -2225,4 +2225,6 @@ seen. gmtime warning still there in include/config.h for more information. - Fixed PRIVMSG bug with multiple targets. - Yet another resolver fix +- Fixed a bug with using crontab +- Docs update *** Unreal3.2-beta17 release *** (god save us) diff --git a/doc/unreal32docs.html b/doc/unreal32docs.html index 8b8642e59..bb34aa9e6 100644 --- a/doc/unreal32docs.html +++ b/doc/unreal32docs.html @@ -20,8 +20,8 @@
UnrealIRCd
http://www.unrealircd.com
Version: 3.2
- Current Version: 3.2 Beta16
- Last doc update: 2003-06-03
+ Current Version: 3.2 Beta17
+ Last doc update: 2003-06-15 Head Coders: Stskeeps / codemastr / Luke / McSkaf / Syzop
Contributors: Zogg / NiQuiL / assyrian / chasm / DrBin / llthangel / Griever / nighthawk
Documentation: CKnight^ / Syzop
diff --git a/ircdcron/ircdchk b/ircdcron/ircdchk index 3975dc3f5..2e2556baa 100755 --- a/ircdcron/ircdchk +++ b/ircdcron/ircdchk @@ -25,7 +25,7 @@ dir="../src" ircdexe="ircd" # I wouldn't touch this if I were you. -ircdname="ircd.pid" +ircdname="../ircd.pid" ########## you probably don't need to change anything below here ##########