Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/ns-ui/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ PKG_RELEASE:=1

PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://github.com/NethServer/nethsecurity-ui.git
PKG_SOURCE_VERSION:=6c362f1eb30c8ef6b034d4127885d928e6640553
PKG_SOURCE_VERSION:=d95a3d9df55b18df2db9afbe01421901e655ac58
PKG_SOURCE_SUBDIR:=nethsecurity-ui-$(PKG_SOURCE_VERSION)
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_SOURCE_SUBDIR)
PKG_MIRROR_HASH:=skip
Expand Down
12 changes: 12 additions & 0 deletions patches/feeds/packages/100-strongswan-dpd-action-restart.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
diff --git a/net/strongswan/files/swanctl.init b/net/strongswan/files/swanctl.init
--- a/net/strongswan/files/swanctl.init
+++ b/net/strongswan/files/swanctl.init
@@ -314,7 +314,7 @@
hold)
dpdaction="trap" ;;
restart)
- dpdaction="start" ;;
+ dpdaction="restart" ;;
trap|start)
# already using new syntax
;;
Loading