diff options
| author | Matt Whiteley | 2013-07-22 07:31:55 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2013-07-22 09:36:19 -0700 |
| commit | a7bf4c381f4e38c24fb23493a92851ea8339493e (patch) | |
| tree | f0e63223ed2ce84653bfb285f53a1be7fa9ede36 /Library/Formula/squid.rb | |
| parent | 8d333b7db64c622acc51d4f89d2116b8421b0985 (diff) | |
| download | homebrew-a7bf4c381f4e38c24fb23493a92851ea8339493e.tar.bz2 | |
squid: remove obsolete '-D' option
* WARNING: -D command-line option is obsolete.
* http://www.squid-cache.org/mail-archive/squid-users/201002/0501.html
Closes #21381.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/squid.rb')
| -rw-r--r-- | Library/Formula/squid.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Formula/squid.rb b/Library/Formula/squid.rb index 61ca6bdb0..886e1c447 100644 --- a/Library/Formula/squid.rb +++ b/Library/Formula/squid.rb @@ -52,7 +52,6 @@ class Squid < Formula <string>#{opt_prefix}/sbin/squid</string> <string>-N</string> <string>-d 1</string> - <string>-D</string> </array> <key>RunAtLoad</key> <true/> |
