This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
strongswan: add deprecation warning to ipsec script
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
lilik-openwrt-22.03
Philip Prindeville
4 years ago
parent
41b536e22c
commit
505db629de
2 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
net/strongswan/Makefile
+2
-0
net/strongswan/files/ipsec.init
+ 1
- 1
net/strongswan/Makefile
View File
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME
:=
strongswan
PKG_VERSION
:=
5.9.2
PKG_RELEASE
:=
3
PKG_RELEASE
:=
4
PKG_SOURCE
:=
$(
PKG_NAME
)
-
$(
PKG_VERSION
)
.tar.bz2
PKG_SOURCE_URL
:=
https://download.strongswan.org/ https://download2.strongswan.org/
+ 2
- 0
net/strongswan/files/ipsec.init
View File
@ -354,6 +354,8 @@ service_triggers() {
start_service() {
prepare_env
warning "Strongswan is deprecating the ipsec CLI; please migrate to swanctl."
[ $WAIT_FOR_INTF -eq 1 ] && return
procd_open_instance
Write
Preview
Loading…
Cancel
Save