Skip to content

Commit

Permalink
New package: socklog-ucspi
Browse files Browse the repository at this point in the history
  • Loading branch information
Krul Ceter authored and leahneukirchen committed Jan 2, 2023
1 parent 73959db commit 8e014a3
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
3 changes: 3 additions & 0 deletions srcpkgs/socklog-ucspi/files/socklog-ucspi-tcp/log/run
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/sh

exec vlogger -p daemon -t socklog-ucspi-tcp
5 changes: 5 additions & 0 deletions srcpkgs/socklog-ucspi/files/socklog-ucspi-tcp/run
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/sh

[ -r conf ] && . ./conf

exec tcpsvd -vllogserver -u nobody ${HOST:-0} ${PORT:-10116} socklog ucspi TCPREMOTEIP
14 changes: 14 additions & 0 deletions srcpkgs/socklog-ucspi/template
Original file line number Diff line number Diff line change
@@ -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
}

0 comments on commit 8e014a3

Please sign in to comment.