diff options
author | Donny Davies <woodchip@gentoo.org> | 2002-04-10 22:24:08 +0000 |
---|---|---|
committer | Donny Davies <woodchip@gentoo.org> | 2002-04-10 22:24:08 +0000 |
commit | f166f489995bbc906cf4736a7dc5e66367c74011 (patch) | |
tree | a15329bfb6f918ccbd9aa2514fc0183c7b0dae93 /net-misc/oidentd/files | |
parent | sandbox fix (diff) | |
download | gentoo-2-f166f489995bbc906cf4736a7dc5e66367c74011.tar.gz gentoo-2-f166f489995bbc906cf4736a7dc5e66367c74011.tar.bz2 gentoo-2-f166f489995bbc906cf4736a7dc5e66367c74011.zip |
new package; contributed and fixed up a little
Diffstat (limited to 'net-misc/oidentd/files')
-rw-r--r-- | net-misc/oidentd/files/digest-oidentd-2.0.3 | 1 | ||||
-rw-r--r-- | net-misc/oidentd/files/oidentd-init | 20 | ||||
-rw-r--r-- | net-misc/oidentd/files/oidentd.conf | 22 | ||||
-rw-r--r-- | net-misc/oidentd/files/oidentd_masq.conf | 10 |
4 files changed, 53 insertions, 0 deletions
diff --git a/net-misc/oidentd/files/digest-oidentd-2.0.3 b/net-misc/oidentd/files/digest-oidentd-2.0.3 new file mode 100644 index 000000000000..27e5a472eee7 --- /dev/null +++ b/net-misc/oidentd/files/digest-oidentd-2.0.3 @@ -0,0 +1 @@ +MD5 a8404689d89e1e5beafd8eb10f85359f oidentd-2.0.3.tar.gz 159414 diff --git a/net-misc/oidentd/files/oidentd-init b/net-misc/oidentd/files/oidentd-init new file mode 100644 index 000000000000..1e4f588087bb --- /dev/null +++ b/net-misc/oidentd/files/oidentd-init @@ -0,0 +1,20 @@ +#!/sbin/runscript +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/net-misc/oidentd/files/oidentd-init,v 1.1 2002/04/10 22:24:08 woodchip Exp $ + +depend() { + need net +} + +start() { + ebegin "Starting oidentd" + start-stop-daemon --start --quiet --exec /usr/sbin/oidentd + eend $? +} + +stop() { + ebegin "Stopping oidentd" + start-stop-daemon --stop --quiet --exec /usr/sbin/oidentd + eend $? +} diff --git a/net-misc/oidentd/files/oidentd.conf b/net-misc/oidentd/files/oidentd.conf new file mode 100644 index 000000000000..03b28d827802 --- /dev/null +++ b/net-misc/oidentd/files/oidentd.conf @@ -0,0 +1,22 @@ +# Configuration for oidentd +# see oidentd.conf(5) +# +default { + default { + deny spoof + deny spoof_all + deny spoof_privport + allow random + allow random_numeric + allow numeric + deny hide + } +} + +# you may want to hide root connections +#user "root" { +# default { +# force reply "UNKNOWN" +# } +#} + diff --git a/net-misc/oidentd/files/oidentd_masq.conf b/net-misc/oidentd/files/oidentd_masq.conf new file mode 100644 index 000000000000..6811288ff4cf --- /dev/null +++ b/net-misc/oidentd/files/oidentd_masq.conf @@ -0,0 +1,10 @@ +# oident masquarded connections configuration + +# use this file if your host is masquarading connections for several +# hosts and you want to return a reply based on the hostname of +# the originating machine +# add "-f" to OIDENT_OPTIONS in /etc/conf.d/oidentd if you want +# to forward ident requests to the real host + +# add hosts in the following format, see oidentd_masq.conf(5) for details: +# <ip or host>[/mask] <username> <os> |