' changed to inetutils telnet'

This commit is contained in:
Tobias Powalowski 2009-01-04 15:26:16 +01:00
parent c4733d2112
commit 2201cdd739
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@ install ()
{ {
MODULES=" $(checked_modules "/drivers/net/") " MODULES=" $(checked_modules "/drivers/net/") "
BINARIES="$(basename $(find /usr/bin/screen-*)) telnet tcpd findssl.sh scp sftp ssh ssh-add ssh-agent ssh-copy-id ssh-keygen ssh-keyscan sshd pmap_set pmap_dump portmap xinetd in.telnetd rsync exportfs nfsstat rpc.idmapd rpc.mountd rpc.nfsd rpc.statd rpcdebug showmount sm-notify start-statd" BINARIES="$(basename $(find /usr/bin/screen-*)) telnet tcpd findssl.sh scp sftp ssh ssh-add ssh-agent ssh-copy-id ssh-keygen ssh-keyscan sshd pmap_set pmap_dump portmap xinetd telnetd rsync exportfs nfsstat rpc.idmapd rpc.mountd rpc.nfsd rpc.statd rpcdebug showmount sm-notify start-statd"
FILES="" FILES=""
SCRIPT="arch_remote" SCRIPT="arch_remote"
add_file "/usr/share/archboot/remote/etc/hosts.allow" "/etc/hosts.allow" add_file "/usr/share/archboot/remote/etc/hosts.allow" "/etc/hosts.allow"

View file

@ -4,7 +4,7 @@ service telnet
socket_type = stream socket_type = stream
wait = no wait = no
user = root user = root
server = /usr/sbin/in.telnetd server = /usr/sbin/telnetd
log_on_failure += USERID log_on_failure += USERID
disable = no disable = no
} }