[SM-Commit] GIT changes to master grimoire by Ismael Luceno (9f2557338290e2084803ec06a8688caaeefb4d97)
Ismael Luceno
scm at sourcemage.org
Fri Aug 26 22:03:12 EDT 2011
GIT changes to master grimoire by Ismael Luceno <ismael at sourcemage.org>:
net/openvpn/HISTORY | 3 +++
net/openvpn/PREPARE | 1 -
2 files changed, 3 insertions(+), 1 deletion(-)
New commits:
commit 9f2557338290e2084803ec06a8688caaeefb4d97
Author: Ismael Luceno <ismael at sourcemage.org>
Commit: Ismael Luceno <ismael at sourcemage.org>
openvpn: tun module is only required at run-time, so don't abort compilation
diff --git a/net/openvpn/HISTORY b/net/openvpn/HISTORY
index bd5945e..88eafac 100644
--- a/net/openvpn/HISTORY
+++ b/net/openvpn/HISTORY
@@ -1,3 +1,6 @@
+2011-08-26 Ismael Luceno <ismael at sourcemage.org>
+ * PREPARE: tun module is only required at run-time, so don't abort
+
2011-05-09 Pol Vinogradov <vin.public at gmail.com>
* DETAILS: updated to 2.2.0
diff --git a/net/openvpn/PREPARE b/net/openvpn/PREPARE
index a77a2e4..52c20a1 100755
--- a/net/openvpn/PREPARE
+++ b/net/openvpn/PREPARE
@@ -1,5 +1,4 @@
. $GRIMOIRE/FUNCTIONS
if [ -z "$(get_sorcery_kernel_config CONFIG_TUN)" ]; then
message "${PROBLEM_COLOR}Your kernel does not appear to have tun/tap support enabled (CONFIG_TUN is not set). $SPELL will not function without tun/tap support.${DEFAULT_COLOR}"
- return 1
fi
More information about the SM-Commit
mailing list