Skip to content

Commit

Permalink
aiccu: audit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nijikon committed Apr 10, 2016
1 parent 721efc3 commit a6a99fd
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions Formula/aiccu.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,27 @@ def install
etc.install "doc/aiccu.conf"
end

def caveats
<<-EOS.undent
You may also wish to install tuntap:
The TunTap project provides kernel extensions for Mac OS X that allow
creation of virtual network interfaces.
http://tuntaposx.sourceforge.net/
You can install tuntap with homebrew using brew install tuntap
Unless it exists already, a aiccu.conf file has been written to:
#{etc}/aiccu.conf
Protect this file as it will contain your credentials.
The 'aiccu' command will load this file by default unless told to use
a different one.
EOS
end

plist_options :startup => true

def plist; <<-EOS.undent
Expand All @@ -44,27 +65,6 @@ def plist; <<-EOS.undent
EOS
end

def caveats
<<-EOS.undent
You may also wish to install tuntap:
The TunTap project provides kernel extensions for Mac OS X that allow
creation of virtual network interfaces.
http://tuntaposx.sourceforge.net/
You can install tuntap with homebrew using brew install tuntap
Unless it exists already, a aiccu.conf file has been written to:
#{etc}/aiccu.conf
Protect this file as it will contain your credentials.
The 'aiccu' command will load this file by default unless told to use
a different one.
EOS
end

test do
system "#{sbin}/aiccu", "version"
end
Expand Down

0 comments on commit a6a99fd

Please sign in to comment.