diff options
author | Steve Kemp <steve@steve.org.uk> | 2012-11-13 17:22:43 +0000 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2012-11-13 17:22:43 +0000 |
commit | ab3961ec0603140ac5730f90b067c01e9d73d070 (patch) | |
tree | eacbf6a3573759ea0f1ee8348a09ca39d60028b7 | |
parent | a977d57759bbe20ae6a6eff6ef1af29a6b7ff936 (diff) |
Renamed and moved files around.
--HG--
rename : util/multi-ping => bin/multi-ping
rename : parser/parser.rb => bin/parser.rb
rename : worker/worker => bin/worker
rename : worker/tests/README => lib/README
rename : worker/tests/ftp.rb => lib/custodian/protocol-tests/ftp.rb
rename : worker/tests/http.rb => lib/custodian/protocol-tests/http.rb
rename : worker/tests/https.rb => lib/custodian/protocol-tests/https.rb
rename : worker/tests/jabber.rb => lib/custodian/protocol-tests/jabber.rb
rename : worker/tests/ldap.rb => lib/custodian/protocol-tests/ldap.rb
rename : worker/tests/ping.rb => lib/custodian/protocol-tests/ping.rb
rename : worker/tests/rsync.rb => lib/custodian/protocol-tests/rsync.rb
rename : worker/tests/smtp.rb => lib/custodian/protocol-tests/smtp.rb
rename : worker/tests/ssh.rb => lib/custodian/protocol-tests/ssh.rb
-rwxr-xr-x | bin/multi-ping (renamed from util/multi-ping) | 0 | ||||
-rwxr-xr-x | bin/parser.rb (renamed from parser/parser.rb) | 0 | ||||
-rwxr-xr-x | bin/worker (renamed from worker/worker) | 0 | ||||
-rw-r--r-- | lib/README (renamed from worker/tests/README) | 0 | ||||
-rwxr-xr-x | lib/custodian/protocol-tests/ftp.rb (renamed from worker/tests/ftp.rb) | 0 | ||||
-rwxr-xr-x | lib/custodian/protocol-tests/http.rb (renamed from worker/tests/http.rb) | 0 | ||||
-rwxr-xr-x | lib/custodian/protocol-tests/https.rb (renamed from worker/tests/https.rb) | 0 | ||||
-rwxr-xr-x | lib/custodian/protocol-tests/jabber.rb (renamed from worker/tests/jabber.rb) | 0 | ||||
-rwxr-xr-x | lib/custodian/protocol-tests/ldap.rb (renamed from worker/tests/ldap.rb) | 0 | ||||
-rwxr-xr-x | lib/custodian/protocol-tests/ping.rb (renamed from worker/tests/ping.rb) | 0 | ||||
-rwxr-xr-x | lib/custodian/protocol-tests/rsync.rb (renamed from worker/tests/rsync.rb) | 0 | ||||
-rwxr-xr-x | lib/custodian/protocol-tests/smtp.rb (renamed from worker/tests/smtp.rb) | 0 | ||||
-rwxr-xr-x | lib/custodian/protocol-tests/ssh.rb (renamed from worker/tests/ssh.rb) | 0 |
13 files changed, 0 insertions, 0 deletions
diff --git a/util/multi-ping b/bin/multi-ping index 0d2add5..0d2add5 100755 --- a/util/multi-ping +++ b/bin/multi-ping diff --git a/parser/parser.rb b/bin/parser.rb index e0ce4ba..e0ce4ba 100755 --- a/parser/parser.rb +++ b/bin/parser.rb diff --git a/worker/worker b/bin/worker index 3c9e355..3c9e355 100755 --- a/worker/worker +++ b/bin/worker diff --git a/worker/tests/README b/lib/README index 5d8b6d3..5d8b6d3 100644 --- a/worker/tests/README +++ b/lib/README diff --git a/worker/tests/ftp.rb b/lib/custodian/protocol-tests/ftp.rb index 63b6714..63b6714 100755 --- a/worker/tests/ftp.rb +++ b/lib/custodian/protocol-tests/ftp.rb diff --git a/worker/tests/http.rb b/lib/custodian/protocol-tests/http.rb index 0d4cdd3..0d4cdd3 100755 --- a/worker/tests/http.rb +++ b/lib/custodian/protocol-tests/http.rb diff --git a/worker/tests/https.rb b/lib/custodian/protocol-tests/https.rb index 49cdcef..49cdcef 100755 --- a/worker/tests/https.rb +++ b/lib/custodian/protocol-tests/https.rb diff --git a/worker/tests/jabber.rb b/lib/custodian/protocol-tests/jabber.rb index ab628d5..ab628d5 100755 --- a/worker/tests/jabber.rb +++ b/lib/custodian/protocol-tests/jabber.rb diff --git a/worker/tests/ldap.rb b/lib/custodian/protocol-tests/ldap.rb index e15f4e0..e15f4e0 100755 --- a/worker/tests/ldap.rb +++ b/lib/custodian/protocol-tests/ldap.rb diff --git a/worker/tests/ping.rb b/lib/custodian/protocol-tests/ping.rb index d6ac877..d6ac877 100755 --- a/worker/tests/ping.rb +++ b/lib/custodian/protocol-tests/ping.rb diff --git a/worker/tests/rsync.rb b/lib/custodian/protocol-tests/rsync.rb index 02f2dfa..02f2dfa 100755 --- a/worker/tests/rsync.rb +++ b/lib/custodian/protocol-tests/rsync.rb diff --git a/worker/tests/smtp.rb b/lib/custodian/protocol-tests/smtp.rb index aa577d6..aa577d6 100755 --- a/worker/tests/smtp.rb +++ b/lib/custodian/protocol-tests/smtp.rb diff --git a/worker/tests/ssh.rb b/lib/custodian/protocol-tests/ssh.rb index 18815b4..18815b4 100755 --- a/worker/tests/ssh.rb +++ b/lib/custodian/protocol-tests/ssh.rb |