From 8c934b93e77bb6636de81104541c408b64542f46 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Sun, 11 Nov 2018 11:33:38 +0100 Subject: [PATCH] security/softether: fixup previous --- README.md | 1 + security/softether/Makefile | 2 +- security/softether/pkg-descr | 2 +- .../opnsense/mvc/app/models/OPNsense/Softether/ACL/ACL.xml | 2 +- .../src/opnsense/scripts/OPNsense/Softether/setup.sh | 4 ++-- .../opnsense/service/templates/OPNsense/Softether/+TARGETS | 2 +- 6 files changed, 7 insertions(+), 6 deletions(-) mode change 100644 => 100755 security/softether/src/opnsense/scripts/OPNsense/Softether/setup.sh diff --git a/README.md b/README.md index 12c702b3d..bfb18a3da 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,7 @@ security/intrusion-detection-content-et-pro -- IDS Proofpoint ET Pro ruleset (ne security/intrusion-detection-content-pt-open -- IDS PT Research ruleset (only for non-commercial use) security/intrusion-detection-content-snort-vrt -- IDS Snort VRT ruleset (needs registration or subscription) security/openconnect -- OpenConnect Client +security/softether -- Cross-platform Multi-protocol VPN Program security/tinc -- Tinc VPN security/tor -- The Onion Router sysutils/api-backup -- Provide the functionality to download the config.xml diff --git a/security/softether/Makefile b/security/softether/Makefile index a234a5775..81341b10a 100644 --- a/security/softether/Makefile +++ b/security/softether/Makefile @@ -3,6 +3,6 @@ PLUGIN_VERSION= 0.1 PLUGIN_COMMENT= Cross-platform Multi-protocol VPN Program PLUGIN_DEPENDS= softether PLUGIN_MAINTAINER= m.muenz@gmail.com -PLUGIN_DEVEL= yes +PLUGIN_DEVEL= yes .include "../../Mk/plugins.mk" diff --git a/security/softether/pkg-descr b/security/softether/pkg-descr index 849296ee4..e49e2da52 100644 --- a/security/softether/pkg-descr +++ b/security/softether/pkg-descr @@ -2,7 +2,7 @@ SoftEther VPN ("SoftEther" means "Software Ethernet") is one of the world's most powerful and easy-to-use multi-protocol VPN software. It runs on Windows, Linux, Mac, FreeBSD and Solaris. -SoftEther VPN is open source. You can use SoftEther for any +SoftEther VPN is open source. You can use SoftEther for any personal or commercial use for free charge. WWW: https://www.softether.org/ diff --git a/security/softether/src/opnsense/mvc/app/models/OPNsense/Softether/ACL/ACL.xml b/security/softether/src/opnsense/mvc/app/models/OPNsense/Softether/ACL/ACL.xml index e12e25e69..d7a964e55 100644 --- a/security/softether/src/opnsense/mvc/app/models/OPNsense/Softether/ACL/ACL.xml +++ b/security/softether/src/opnsense/mvc/app/models/OPNsense/Softether/ACL/ACL.xml @@ -1,6 +1,6 @@ - Services: SoftEther VPN + VPN: SoftEther ui/softether/* api/softether/* diff --git a/security/softether/src/opnsense/scripts/OPNsense/Softether/setup.sh b/security/softether/src/opnsense/scripts/OPNsense/Softether/setup.sh old mode 100644 new mode 100755 index 20c2b4b28..f83ff509c --- a/security/softether/src/opnsense/scripts/OPNsense/Softether/setup.sh +++ b/security/softether/src/opnsense/scripts/OPNsense/Softether/setup.sh @@ -1,4 +1,4 @@ #!/bin/sh -mkdir -p /var/db/softether/ -mkdir -p /var/log/softether/ \ No newline at end of file +mkdir -p /var/db/softether +mkdir -p /var/log/softether diff --git a/security/softether/src/opnsense/service/templates/OPNsense/Softether/+TARGETS b/security/softether/src/opnsense/service/templates/OPNsense/Softether/+TARGETS index 3a7821223..04e32a977 100644 --- a/security/softether/src/opnsense/service/templates/OPNsense/Softether/+TARGETS +++ b/security/softether/src/opnsense/service/templates/OPNsense/Softether/+TARGETS @@ -1 +1 @@ -softether_server:/etc/rc.conf.d/softether_server \ No newline at end of file +softether_server:/etc/rc.conf.d/softether_server