summaryrefslogtreecommitdiffstats
path: root/bin/puppetd
diff options
context:
space:
mode:
authorluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2005-09-07 18:13:36 +0000
committerluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2005-09-07 18:13:36 +0000
commit923226e7ac5d931dc6b01f5ae1cee3beb24b2fee (patch)
treee3d3372bce6fdf719928e51f43fd8248a12241ec /bin/puppetd
parentedc392d7f5b8fb59fff17091612da01a5a52891d (diff)
all tests now pass on solaris 10x86; i had to do some stupid hacking with base64 for it to work, and i am working getting a much better base class for all test classes
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@635 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'bin/puppetd')
-rwxr-xr-xbin/puppetd2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/puppetd b/bin/puppetd
index 0579002b2..90ffbe816 100755
--- a/bin/puppetd
+++ b/bin/puppetd
@@ -86,7 +86,7 @@ require 'getoptlong'
$haveusage = true
begin
require 'rdoc/usage'
-rescue
+rescue LoadError
$haveusage = false
end