hidentd: remove. upstream is gone and nobody else seems to provide it.
Closes #10878. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
bfb4b6e118
commit
c35b8f24ce
|
@ -1,2 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
exec logger -t hidentd
|
|
|
@ -1,6 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
# see man hidentd for options list and descriptions
|
|
||||||
: ${OPTS:="-r -s"}
|
|
||||||
HIUID=`id -u hidentd`
|
|
||||||
HIGID=`id -g hidentd`
|
|
||||||
exec tcpserver -R -H -l 0 -u $HIUID -g $HIGID 0 auth /usr/bin/hidentd $OPTS 2>&1
|
|
|
@ -1,20 +0,0 @@
|
||||||
# Template file for 'hidentd'
|
|
||||||
pkgname=hidentd
|
|
||||||
version=0.4
|
|
||||||
revision=3
|
|
||||||
build_style=gnu-configure
|
|
||||||
depends="ucspi-tcp"
|
|
||||||
short_desc="A simple and secure ident (RFC1413) server"
|
|
||||||
nocross=yes
|
|
||||||
maintainer="bougyman <bougyman@voidlinux.eu>"
|
|
||||||
license="GPL-2"
|
|
||||||
homepage="http://core.segfault.pl/~hobbit/hidentd/"
|
|
||||||
distfiles="http://core.segfault.pl/~hobbit/hidentd/dist/hidentd-${version}.tar.gz"
|
|
||||||
checksum=cc89268edb2964e15dfd21b147fcf745cc49a832deab003ff0968bf999195f78
|
|
||||||
system_accounts="hidentd"
|
|
||||||
configure_args="--sbindir=/usr/bin"
|
|
||||||
|
|
||||||
post_install() {
|
|
||||||
vdoc README
|
|
||||||
vsv hidentd
|
|
||||||
}
|
|
Loading…
Reference in New Issue