Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (9f2557338290e2084803ec06a8688caaeefb4d97)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (9f2557338290e2084803ec06a8688caaeefb4d97)
  • Date: Fri, 26 Aug 2011 21:03:12 -0500

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



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (9f2557338290e2084803ec06a8688caaeefb4d97), Ismael Luceno, 08/26/2011

Archive powered by MHonArc 2.6.24.

Top of Page