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
radicale: 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
7184a471ef
commit
154d2482e1
2 changed files
with
2 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
net/radicale/Makefile
+1
-2
net/radicale/files/radicale.init
+ 1
- 1
net/radicale/Makefile
View File
@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME
:=
radicale
PKG_VERSION
:=
1.1.6
PKG_RELEASE
:=
4
PKG_RELEASE
:=
5
PYPI_NAME
:=
Radicale
PKG_HASH
:=
c007198ea45ef797344672c681d4c13f8b4aa85c15c41a1156225767a405c92b
+ 1
- 2
net/radicale/files/radicale.init
View File
@ -4,8 +4,7 @@
START=80
STOP=10
EXTRA_COMMANDS="export_storage"
EXTRA_HELP=" export_storage <PATH>
extra_command "export_storage" "<PATH>
- export the storage into the specified folder
- <PATH> can be directly used with the default storage backend of Radicale 2.x.x."
Write
Preview
Loading…
Cancel
Save