New package: socklog-ucspi
This commit is contained in:
parent
73959db951
commit
8e014a379b
3 changed files with 22 additions and 0 deletions
3
srcpkgs/socklog-ucspi/files/socklog-ucspi-tcp/log/run
Normal file
3
srcpkgs/socklog-ucspi/files/socklog-ucspi-tcp/log/run
Normal file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
exec vlogger -p daemon -t socklog-ucspi-tcp
|
5
srcpkgs/socklog-ucspi/files/socklog-ucspi-tcp/run
Normal file
5
srcpkgs/socklog-ucspi/files/socklog-ucspi-tcp/run
Normal file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
[ -r conf ] && . ./conf
|
||||
|
||||
exec tcpsvd -vllogserver -u nobody ${HOST:-0} ${PORT:-10116} socklog ucspi TCPREMOTEIP
|
14
srcpkgs/socklog-ucspi/template
Normal file
14
srcpkgs/socklog-ucspi/template
Normal file
|
@ -0,0 +1,14 @@
|
|||
# Template file for 'socklog-ucspi'
|
||||
pkgname=socklog-ucspi
|
||||
version=20221228
|
||||
revision=1
|
||||
build_style=meta
|
||||
depends="socklog ipsvd"
|
||||
short_desc="UCSPI-TCP services for socklog"
|
||||
maintainer="Krul Ceter <kruceter@proton.me>"
|
||||
license="Public Domain"
|
||||
homepage="http://smarden.org/socklog"
|
||||
|
||||
do_install() {
|
||||
vsv socklog-ucspi-tcp
|
||||
}
|
Loading…
Add table
Reference in a new issue