diff options
Diffstat (limited to 'Library')
| -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, |
