summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorSteve Kemp <steve@steve.org.uk>2012-11-22 06:34:33 +0000
committerSteve Kemp <steve@steve.org.uk>2012-11-22 06:34:33 +0000
commit2d0160537ebfacc391d395f7d1ac0a4e02543c74 (patch)
treef9d9357a5a5b716676e03658a6ce6a8480726cef /bin
parentaf17587a9ec6ed89edc018971ee41b59d1fe7f16 (diff)
Renamed class Custodian -> Custodian/Worker
--HG-- rename : lib/custodian.rb => lib/custodian/worker.rb
Diffstat (limited to 'bin')
-rwxr-xr-xbin/custodian-dequeue4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/custodian-dequeue b/bin/custodian-dequeue
index 70ddeda..d815438 100755
--- a/bin/custodian-dequeue
+++ b/bin/custodian-dequeue
@@ -55,7 +55,7 @@ require 'getoptlong'
#
# Our code.
#
-require 'custodian.rb'
+require 'custodian/worker.rb'
require 'custodian/alerter.rb'
@@ -141,7 +141,7 @@ if __FILE__ == $0 then
#
# Create the object
#
- worker = Custodian.new( $SERVER, $LOGFILE )
+ worker = CustodianWorker.new( $SERVER, $LOGFILE )
#