diff options
| author | Kolia Morev | 2013-03-12 21:31:26 +0000 |
|---|---|---|
| committer | Adam Vandenberg | 2013-03-12 18:27:22 -0700 |
| commit | 06aa4967db67b5ef7267f548cef57bbbf418054a (patch) | |
| tree | 95b9a48d035b60aa9266fe5f23f54d0c28f3f3ea | |
| parent | a6e61a383e9b09c8fdd4a1418f2b101637aa0a74 (diff) | |
| download | homebrew-06aa4967db67b5ef7267f548cef57bbbf418054a.tar.bz2 | |
tuntap: fix install instructions
Add suggestion to change startup items owner during manual installation
to root:wheel.
Closes #18439.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
| -rw-r--r-- | Library/Formula/tuntap.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/tuntap.rb b/Library/Formula/tuntap.rb index 930d015f8..280ae93d5 100644 --- a/Library/Formula/tuntap.rb +++ b/Library/Formula/tuntap.rb @@ -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, |
