tuntap: fix install instructions
Add suggestion to change startup items owner during manual installation to root:wheel. Closes Homebrew/homebrew#18439. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
fd8d18c4a1
commit
be0f49abe0
1 changed files with 2 additions and 0 deletions
|
@ -31,7 +31,9 @@ class Tuntap < Formula
|
|||
To load the extensions at startup, you have to install those scripts too:
|
||||
|
||||
sudo cp -pR #{prefix}/tap /Library/StartupItems/
|
||||
sudo chown -R root:wheel /Library/StartupItems/tap
|
||||
sudo cp -pR #{prefix}/tun /Library/StartupItems/
|
||||
sudo chown -R root:wheel /Library/StartupItems/tun
|
||||
|
||||
If upgrading from a previous version of tuntap, the old kernel extension
|
||||
will need to be unloaded before performing the steps listed above. First,
|
||||
|
|
Loading…
Reference in a new issue