From d15e25d3bd26598c4644a5f8d395d89afa91fc02 Mon Sep 17 00:00:00 2001 From: chdiza Date: Sat, 11 Apr 2015 12:13:09 -0400 Subject: gpg-agent: Remove needless launchd plist Closes #38554. Signed-off-by: Mike McQuaid --- Library/Formula/gpg-agent.rb | 29 ++--------------------------- 1 file changed, 2 insertions(+), 27 deletions(-) (limited to 'Library') diff --git a/Library/Formula/gpg-agent.rb b/Library/Formula/gpg-agent.rb index 517b465a9..78336ced0 100644 --- a/Library/Formula/gpg-agent.rb +++ b/Library/Formula/gpg-agent.rb @@ -34,8 +34,8 @@ class GpgAgent < Formula end def caveats; <<-EOS.undent - Remember to set a graphical pinentry program (such as pinentry-mac) in your - ~/.gnupg/gpg-agent.conf if you configure launchd to start gpg-agent at login. + Remember to add "use-standard-socket" to your ~/.gnupg/gpg-agent.conf + file. EOS end @@ -43,31 +43,6 @@ class GpgAgent < Formula system "#{bin}/gpg-agent", "--help" end - def plist; <<-EOS.undent - - - - - Label - #{plist_name} - ProgramArguments - - /bin/sh - -c - #{opt_prefix}/bin/gpg-agent -c --daemon | /bin/launchctl - - RunAtLoad - - StandardErrorPath - /dev/null - StandardOutPath - /dev/null - ServiceDescription - Run gpg-agent at login - - - EOS - end end __END__ -- cgit v1.2.3