The source project of this merge request has been removed.
Bug/osx vpn imports
1 unresolved thread
1 unresolved thread
Merge request reports
Activity
101 103 # if this is a bundle, we pick local. bundles ask to install it there. 102 104 BITMASK_ROOT = BITMASK_ROOT_LOCAL 103 105 else: 104 if os.path.isfile(BITMASK_ROOT_SYSTEM): 105 # we can be running from the debian package, 106 # or some other distro. it's the maintainer responsibility to put 107 # bitmask-root there. 108 BITMASK_ROOT = BITMASK_ROOT_SYSTEM 109 else: 110 # as a last case, we fall back to installing into the 111 # /usr/local/sbin version. 112 BITMASK_ROOT = BITMASK_ROOT_LOCAL 106 try: 107 if os.path.isfile(BITMASK_ROOT_SYSTEM): 108 # we can be running from the debian package, 109 # or some other distro. it's the maintainer responsibility to put changed this line in version 3 of the diff
Please register or sign in to reply