diff options
author | Munkyu Im <munkyu.im@samsung.com> | 2015-07-09 16:08:03 +0900 |
---|---|---|
committer | Munkyu Im <munkyu.im@samsung.com> | 2015-07-15 11:27:29 +0900 |
commit | 512ef6a83ec13df5ce73479ed438d5d06704897a (patch) | |
tree | 2d0e14b083fad6e4f25280a04c9e0789a5771b0d /package | |
parent | 8bc8bab7268e7592734876ad8b3f0f7f4eb0f1dc (diff) | |
download | tuntaposx-512ef6a83ec13df5ce73479ed438d5d06704897a.tar.gz tuntaposx-512ef6a83ec13df5ce73479ed438d5d06704897a.tar.bz2 tuntaposx-512ef6a83ec13df5ce73479ed438d5d06704897a.zip |
tap: modify configuration
add other permission.
modify maximum count of tap device.
Change-Id: Idc28f77d2623f5a1052ef1e38cf96f8f29defada
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
Diffstat (limited to 'package')
-rwxr-xr-x | package/build.macos-64 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/build.macos-64 b/package/build.macos-64 index 1b7ee81..4567f4f 100755 --- a/package/build.macos-64 +++ b/package/build.macos-64 @@ -13,7 +13,6 @@ build() { cd $SRCDIR make tap.kext - cp $SRCDIR/pkg/launchd/net.sf.tuntaposx.tap.plist $SRCDIR/tap.kext/Contents/ if [ $? -eq 0 ] then echo "build success" |