diff options
author | lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-03-14 03:35:08 +0000 |
---|---|---|
committer | lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-03-14 03:35:08 +0000 |
commit | 72f1e8a468ee612f5fb02f2b24e748a1f75b5385 (patch) | |
tree | 3ba62c6a9380e2e965927f64ca6929d5e18b4422 | |
parent | 6006a5ab258013782d2ad007aa80990d13a8887e (diff) | |
download | puppet-72f1e8a468ee612f5fb02f2b24e748a1f75b5385.tar.gz puppet-72f1e8a468ee612f5fb02f2b24e748a1f75b5385.tar.xz puppet-72f1e8a468ee612f5fb02f2b24e748a1f75b5385.zip |
Don't mark puppetmaster for start by default; makes rpmlint happier
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1028 980ebf18-57e1-0310-9a29-db15c13687c0
-rw-r--r-- | conf/redhat/server.init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/redhat/server.init b/conf/redhat/server.init index d732f24f7..f82840e46 100644 --- a/conf/redhat/server.init +++ b/conf/redhat/server.init @@ -3,7 +3,7 @@ # # Author: Duane Griffin <d.griffin@psenterprise.com> # -# chkconfig: 345 65 45 +# chkconfig: - 65 45 # # description: Server for the puppet system management tool. # processname: puppetmaster |