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
vpnbypass: use new extra_command function definition
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
lilik-openwrt-22.03
Florian Eckert
4 years ago
parent
fe4d4f0bcc
commit
9e6d28b3cb
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
net/vpnbypass/Makefile
+1
-1
net/vpnbypass/files/vpnbypass.init
+ 1
- 1
net/vpnbypass/Makefile
View File
@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME
:=
vpnbypass
PKG_VERSION
:=
1.3.1
PKG_RELEASE
:=
9
PKG_RELEASE
:=
10
PKG_LICENSE
:=
GPL-3.0-or-later
PKG_MAINTAINER
:=
Stan Grishin <stangri@melmac.net>
+ 1
- 1
net/vpnbypass/files/vpnbypass.init
View File
@ -9,7 +9,7 @@ START=94
USE_PROCD=1
# shellcheck disable=SC2034
EXTRA_COMMANDS='version'
extra_command "version" "Print version information"
version() { echo "$PKG_VERSION"; }
readonly __ERROR__='\033[0;31mERROR\033[0m'
Write
Preview
Loading…
Cancel
Save