Skip to content

Commit

Permalink
Merge pull request choria-legacy#185 from ploubser/bug/master/mco-266
Browse files Browse the repository at this point in the history
(MCO-266) Stop installing mc-call-agent
  • Loading branch information
richardc committed Apr 24, 2014
2 parents 4ffd064 + c4cc67f commit c5512e5
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 59 deletions.
54 changes: 0 additions & 54 deletions bin/mc-call-agent

This file was deleted.

2 changes: 0 additions & 2 deletions ext/openbsd/port-files/mcollective/pkg/PLIST
Expand Up @@ -277,7 +277,6 @@ lib/ruby/1.8/mcollective/vendor/systemu/samples/e.rb
lib/ruby/1.8/mcollective/vendor/systemu/samples/f.rb
lib/ruby/1.8/mcollective/vendor/systemu/systemu.gemspec
lib/ruby/1.8/mcollective/windows_daemon.rb
sbin/mc-call-agent
sbin/mcollectived
share/doc/mcollective/
share/doc/mcollective/Array.html
Expand Down Expand Up @@ -385,7 +384,6 @@ share/doc/mcollective/Rakefile.html
share/doc/mcollective/String.html
share/doc/mcollective/Symbol.html
share/doc/mcollective/bin/
share/doc/mcollective/bin/mc-call-agent.html
share/doc/mcollective/bin/mco.html
share/doc/mcollective/bin/mcollectived.html
share/doc/mcollective/created.rid
Expand Down
1 change: 0 additions & 1 deletion ext/osx/bldmacpkg
Expand Up @@ -79,7 +79,6 @@ mkdir -p "$client_tmpdir/$BSBINDIR"

cp $MPATH/etc/client.cfg.dist $client_tmpdir/$BETCDIR/client.cfg
cp $MPATH/etc/rpc-help.erb $client_tmpdir/$BETCDIR/
cp $MPATH/bin/mc-call-agent $client_tmpdir/$BSBINDIR/
cp $MPATH/bin/mco $client_tmpdir/$BSBINDIR/

#Build our launchd property list file
Expand Down
1 change: 0 additions & 1 deletion ext/redhat/mcollective.spec.erb
Expand Up @@ -147,7 +147,6 @@ fi

%files client
%defattr(-, root, root, 0755)
%attr(0755, root, root)%{_sbindir}/mc-call-agent
%attr(0755, root, root)%{_bindir}/mco
%doc COPYING
%config(noreplace)%{_sysconfdir}/mcollective/client.cfg
Expand Down
1 change: 0 additions & 1 deletion install.rb
Expand Up @@ -288,7 +288,6 @@ def install_binfile(from, op_file, target)
configs = glob(%w{etc/*.dist})
erbs = glob(%w{etc/*.erb})
bins = glob(%w{bin/mco})
sbins = glob(%w{bin/mcollectived bin/mc-call-agent})
rdoc = glob(%w{bin/* lib/**/*.rb README* })
libs = glob(%w{lib/**/*})
plugins = glob(%w{plugins/**/*})
Expand Down

0 comments on commit c5512e5

Please sign in to comment.