diff options
author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-02-24 22:01:47 +0000 |
---|---|---|
committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-02-24 22:01:47 +0000 |
commit | d06cd3faeaaa5a006cad9f9e20b07ed9ce61fd6a (patch) | |
tree | 61a7cb8c4d0fa782941c9bbb2fdef9b894fa30e9 | |
parent | f6ca82b7d9bbe9a722a23d11d2d60db25bdc0baa (diff) | |
download | puppet-d06cd3faeaaa5a006cad9f9e20b07ed9ce61fd6a.tar.gz puppet-d06cd3faeaaa5a006cad9f9e20b07ed9ce61fd6a.tar.xz puppet-d06cd3faeaaa5a006cad9f9e20b07ed9ce61fd6a.zip |
removing the initial syslog dest setting
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@942 980ebf18-57e1-0310-9a29-db15c13687c0
-rwxr-xr-x | bin/puppetmasterd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/puppetmasterd b/bin/puppetmasterd index 1f27ca70a..3f235b179 100755 --- a/bin/puppetmasterd +++ b/bin/puppetmasterd @@ -75,7 +75,7 @@ options = [ [ "--verbose", "-v", GetoptLong::NO_ARGUMENT ], [ "--version", "-V", GetoptLong::NO_ARGUMENT ] ] -Puppet::Log.newdestination(:syslog) +#Puppet::Log.newdestination(:syslog) # Add all of the config parameters as valid options. Puppet.config.addargs(options) |