From 142d0fa46860eb5390efbcccca51c57b6b689fe6 Mon Sep 17 00:00:00 2001 From: luke Date: Sat, 24 Mar 2007 21:33:13 +0000 Subject: Applying patch by Ian Burrell from #559 git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2351 980ebf18-57e1-0310-9a29-db15c13687c0 --- bin/puppetd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/puppetd b/bin/puppetd index 4c9bfa697..981e2c1ae 100755 --- a/bin/puppetd +++ b/bin/puppetd @@ -397,7 +397,7 @@ if Puppet[:listen] and ! options[:onetime] end objects << server -elsif options[:onetime] +elsif options[:onetime] and Puppet[:listen] Puppet.notice "Ignoring --listen on onetime run" end -- cgit