diff options
| author | Adam Vandenberg | 2014-05-12 09:59:02 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2014-05-12 09:59:13 -0700 |
| commit | e4de4d788a2cc32b8f239502ad9c9c33a170f87a (patch) | |
| tree | 5173abd45b310379cdb6534bbd68f4814fa2470f /Library | |
| parent | 59fc8a7e2ecf42a959bf5fede8aba2e10673881a (diff) | |
| download | homebrew-e4de4d788a2cc32b8f239502ad9c9c33a170f87a.tar.bz2 | |
pstree: add note about versions
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/pstree.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Library/Formula/pstree.rb b/Library/Formula/pstree.rb index 9d5be3f06..6fa3ac02d 100644 --- a/Library/Formula/pstree.rb +++ b/Library/Formula/pstree.rb @@ -1,5 +1,8 @@ require 'formula' +# Note, the version of pstree used on Linux requires +# the /proc file system, which is not available on OS X. + class Pstree < Formula homepage 'http://freshmeat.net/projects/pstree/' url 'ftp://ftp.thp.uni-duisburg.de/pub/source/pstree-2.36.tar.gz' |
