Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=c3bcd8f3cb7286a13881646bac621e8dcc24ce39
commit c3bcd8f3cb7286a13881646bac621e8dcc24ce39 Author: Miklos Vajna <[email protected]> Date: Sat Jun 30 22:34:35 2012 +0200 oidentd-2.0.8-3-x86_64 - bin, upstream dead since 2006 diff --git a/source/network-extra/oidentd/FrugalBuild b/source/network-extra/oidentd/FrugalBuild deleted file mode 100644 index f9cd9f8..0000000 --- a/source/network-extra/oidentd/FrugalBuild +++ /dev/null @@ -1,36 +0,0 @@ -# Compiling Time: 0.13 SBU -# Maintainer: Miklos Vajna <[email protected]> - -pkgname=oidentd -pkgver=2.0.8 -pkgrel=3 -pkgdesc="Another (RFC1413 compliant) ident daemon" -_F_sourceforge_dirname="ojnk" -Finclude sourceforge -url="http://dev.ojnk.net/" -depends=('glibc') -groups=('network-extra') -backup=('etc/oidentd.conf' 'etc/sysconfig/oidentd') -archs=('i686' 'x86_64') -up2date="lynx -dump $url |grep oidentd|sed -n 's/.*d \(.*\) [0-9].*/\1/; 1 p'" -source=($source $pkgname.conf $pkgname rc.$pkgname $pkgname.service) -sha1sums=('e14f72075612fc04b40119e3784740d9a2300d4b' \ - '6a26f6d1dfe9c3141d7b251f314e9a138634005d' \ - '914e06536f0bd8f89072a0087a060838cf0ff300' \ - '637e3d0a46ddf9f2832ee8a83d51eb8851960bd7' \ - '8e390934c1db6798cc4a6277f8df1faeddfaf42d') -_F_sysvinit_units=($pkgname) -_F_systemd_units=($pkgname=) -Finclude systemd - -build() -{ - Fbuild - Ffile /etc/oidentd.conf - Ffile /etc/sysconfig/oidentd - Frcd2 - Ffile /lib/systemd/system/$pkgname.service - Fgenscriptlet -} - -# optimization OK diff --git a/source/network-extra/oidentd/oidentd b/source/network-extra/oidentd/oidentd deleted file mode 100644 index 799f709..0000000 --- a/source/network-extra/oidentd/oidentd +++ /dev/null @@ -1,7 +0,0 @@ -# -# /etc/sysconfig/oidentd - oidentd start-up options -# - -USER="nobody" -GROUP="nobody" -OPTIONS="" diff --git a/source/network-extra/oidentd/oidentd.conf b/source/network-extra/oidentd/oidentd.conf deleted file mode 100644 index 4b8e362..0000000 --- a/source/network-extra/oidentd/oidentd.conf +++ /dev/null @@ -1,16 +0,0 @@ -# Configuration for oidentd -# see oidentd.conf(5) -# -default -{ - default - { - allow spoof - allow spoof_all - allow spoof_privport - allow random - allow random_numeric - allow numeric - allow hide - } -} diff --git a/source/network-extra/oidentd/oidentd.service b/source/network-extra/oidentd/oidentd.service deleted file mode 100644 index 92e95b6..0000000 --- a/source/network-extra/oidentd/oidentd.service +++ /dev/null @@ -1,11 +0,0 @@ -[Unit] -Description=oidentd ident daemon -After=network.target - -[Service] -EnvironmentFile=/etc/sysconfig/oidentd -ExecStart=/usr/sbin/oidentd -u $USER -g $GROUP $OPTIONS -Type=forking - -[Install] -WantedBy=multi-user.target diff --git a/source/network-extra/oidentd/rc.oidentd b/source/network-extra/oidentd/rc.oidentd deleted file mode 100644 index be977c4..0000000 --- a/source/network-extra/oidentd/rc.oidentd +++ /dev/null @@ -1,40 +0,0 @@ -#!/bin/sh - -# (c) 2003 Vajna Miklos <[email protected]> -# rc.oidentd for Frugalware -# distributed under GPL License - -source /lib/initscripts/functions - -# chkconfig: 2345 44 56 -# description: Start/stop the oidentd ident (rfc1413 compliant) daemon. - -daemon=$"oidentd ident daemon" -actions=(start stop restart status) - -pid="pidof oidentd 2> /dev/null" - -rc_start() -{ - start_msg - if [ -z "$(eval $pid)" ]; then - oidentd ${OPTIONS} -u ${USER} -g ${GROUP} - ok $? - else - ok 999 - fi -} - -rc_stop() -{ - stop_msg - if [ -n "$(eval $pid)" ]; then - killall oidentd 2> /dev/null - ok $? - else - ok 999 - fi -} - -rc_exec $1 - _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
