Skip to content

Commit

Permalink
Advise user that mtr may require sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
mxcl committed Dec 2, 2009
1 parent 5bf352a commit 854e89f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mtr.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,8 @@ def install
system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
system "make install"
end

def caveats
"Run mtr sudo'd in order to avoid the error: `unable to get raw sockets'"
end
end

0 comments on commit 854e89f

Please sign in to comment.