From 06aa4967db67b5ef7267f548cef57bbbf418054a Mon Sep 17 00:00:00 2001 From: Kolia Morev Date: Tue, 12 Mar 2013 21:31:26 +0000 Subject: tuntap: fix install instructions Add suggestion to change startup items owner during manual installation to root:wheel. Closes #18439. Signed-off-by: Adam Vandenberg --- Library/Formula/tuntap.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Library') 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, -- cgit v1.2.3