From 8335a9efca64b8e8398b50f89371c9ecbf59f741 Mon Sep 17 00:00:00 2001 From: codemastr Date: Sat, 30 Dec 2000 18:01:48 +0000 Subject: [PATCH] cron changes --- ircdcron/ircd.cron | 2 +- ircdcron/ircdchk | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ircdcron/ircd.cron b/ircdcron/ircd.cron index 6df39c84c..209e32758 100755 --- a/ircdcron/ircd.cron +++ b/ircdcron/ircd.cron @@ -1 +1 @@ -0,10,20,30,40,50 * * * * /scsi2/server1/codemastr/unreal-devel/ircdcron/ircdchk >/dev/null 2>&1 +0,10,20,30,40,50 * * * * /home/mydir-to/ircdcron/ircdchk >/dev/null 2>&1 diff --git a/ircdcron/ircdchk b/ircdcron/ircdchk index 6a405513f..3975dc3f5 100755 --- a/ircdcron/ircdchk +++ b/ircdcron/ircdchk @@ -19,10 +19,10 @@ # change this to the mail address to mail output to: MAIL=me # change this to the directory you run your ircd from: -dir="../" +dir="../src" # change this to the name of your ircd's file in that directory: -ircdexe="src/ircd" +ircdexe="ircd" # I wouldn't touch this if I were you. ircdname="ircd.pid"