Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=dde48eb192bc7d0e7aa26f8e94fa7c54a41c3b89

commit dde48eb192bc7d0e7aa26f8e94fa7c54a41c3b89
Author: VÖRÖSKŐI András <voros...@frugalware.org>
Date:   Tue Jul 6 13:01:24 2010 +0200

Remove pidentd

remove pidentd from FST
reason: http://www.clock.org/~fair/opinion/identd.html

diff --git a/source/network-extra/pidentd/FrugalBuild 
b/source/network-extra/pidentd/FrugalBuild
deleted file mode 100644
index 7054fc1..0000000
--- a/source/network-extra/pidentd/FrugalBuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Compiling Time: 0.01 SBU
-# Contributor: VMiklos <vmik...@frugalware.org>
-# Maintainer: Zsolt Szalai <xbit.li...@chello.hu>
-
-pkgname=pidentd
-pkgver=3.0.19
-pkgrel=1
-pkgdesc="TCP/IP IDENT protocol server"
-url="http://www.lysator.liu.se/~pen/pidentd/";
-pkgurl="ftp://ftp.lysator.liu.se/pub/ident/servers/";
-groups=('network-extra')
-archs=('i686' 'x86_64')
-depends=('glibc' 'openssl')
-backup=('etc/identd.conf')
-up2date="wget --passive-ftp -O - -q $pkgurl|grep 'tar.gz<'|tail -n 1|sed 
's/.*d-\([0-9\.]*\).tar.gz<.*/\1/'"
-source=($pkgurl$pkgname-$pkgver.tar.gz identd.conf)
-sha1sums=('d7257556fc9a8338d880fb2ac8e95d4fa358f6e3' \
-         'c7559d7113dfb0aa85ba7ff0c0831398b6a1d595')
-
-build() {
-       cd $startdir/src/$pkgname-$pkgver
-       ./configure --prefix=/usr
-
-       make || return 1
-
-       make prefix=$startdir/pkg/usr install
-       install -D -m644 $startdir/src/identd.conf $startdir/pkg/etc/identd.conf
-       cd $startdir/pkg/usr/sbin && mv identd in.identd
-       cd $startdir/pkg/usr/man/man8 && ln -sf identd.8.gz in.identd.8.gz
-}
-
-# optimization OK
diff --git a/source/network-extra/pidentd/identd.conf 
b/source/network-extra/pidentd/identd.conf
deleted file mode 100644
index d0ed7e7..0000000
--- a/source/network-extra/pidentd/identd.conf
+++ /dev/null
@@ -1,67 +0,0 @@
-# /etc/identd.conf - an example configuration file
-
-
-#-- The syslog facility for error messages
-# syslog:facility = daemon
-
-
-#-- User and group (from passwd database) to run as
-server:user = nobody
-
-#-- Override the group id
-# server:group = kmem
-
-#-- What port to listen on when started as a daemon or from /etc/inittab
-# server:port = 113
-
-#-- The socket backlog limit
-# server:backlog = 256
-
-#-- Where to write the file containing our process id
-server:pid-file = "/var/run/identd.pid"
-
-#-- Maximum number of concurrent requests allowed (0 = unlimited)
-# server:max-requests = 0
-
-#-- Enable some protocol extensions like "VERSION" or "QUIT"
-# protocol:extensions = enabled
-
-#-- Allow multiple queries per connection. This slightly breaks RFC1413
-# protocol:multiquery = enabled
-
-#-- Timeout in seconds since connection or last query. Zero = disable
-# protocol:timeout = 120
-
-#-- Maximum number of threads doing kernel lookups
-# kernel:threads = 8
-
-#-- Maximum number of queued kernel lookup requests
-# kernel:buffers = 32
-
-#-- Maximum number of time to retry a kernel lookup in case of failure
-# kernel:attempts = 5
-
-#-- Disable username lookups (only return uid numbers)
-result:uid-only = yes
-
-#-- Enable the ".noident" file
-# result:noident = enabled
-
-#-- Charset token to return in replies
-# result:charset = "US-ASCII"
-
-#-- Opsys token to return in replies
-# result:opsys = "UNIX"
-
-#-- Log all request replies to syslog (none == don't)
-# Valid choices are: none, debug, info, notice, warning, err, crit, emerg
-result:syslog-level = notice
-
-#-- Enable encryption (only available if linked with a DES library)
-# result:encrypt = no
-
-#-- Path to the DES key file (only available if linked with a DES library)
-# encrypt:key-file = "/etc/identd.key"
-
-#-- Include a machine local configuration file
-# include = /usr/local/etc/identd.conf
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to