diff --git a/Formula/ack.rb b/Formula/ack.rb index 27f7309478..2a418a344c 100644 --- a/Formula/ack.rb +++ b/Formula/ack.rb @@ -1,9 +1,6 @@ require 'formula' class Ack - - - - KeepAlive - - Label - com.mysql.mysqld - Program - #{bin}/mysqld_safe - RunAtLoad - - UserName - #{`whoami`.chomp} - WorkingDirectory - #{HOMEBREW_PREFIX}/var - - + def startup_plist; <<-EOPLIST.undent + + + + + KeepAlive + + Label + com.mysql.mysqld + Program + #{bin}/mysqld_safe + RunAtLoad + + UserName + #{`whoami`.chomp} + WorkingDirectory + #{HOMEBREW_PREFIX}/var + + EOPLIST end end diff --git a/Formula/ruby-enterprise-edition.rb b/Formula/ruby-enterprise-edition.rb index cdc6696a08..fe2671a8ed 100644 --- a/Formula/ruby-enterprise-edition.rb +++ b/Formula/ruby-enterprise-edition.rb @@ -16,18 +16,18 @@ class RubyEnterpriseEdition