'upgpkg: added xterm terminfo and updated ssh_config to latest status'

This commit is contained in:
Tobias Powalowski 2007-05-27 14:08:26 +00:00
parent 7c01471100
commit 470d6c18fc
2 changed files with 4 additions and 1 deletions

View file

@ -17,7 +17,7 @@
# list of available options, their meanings and defaults, please see the
# ssh_config(5) man page.
# Host *
Host *
# ForwardAgent no
# ForwardX11 no
# RhostsRSAAuthentication no
@ -42,3 +42,5 @@
# Tunnel no
# TunnelDevice any:any
# PermitLocalCommand no
HashKnownHosts yes
StrictHostKeyChecking ask

View file

@ -21,6 +21,7 @@ install ()
add_file "/etc/archboot/etc/remote/screen_pam" "/etc/pam.d/screen"
add_file "/etc/archboot/etc/remote/rsyncd.conf" "/etc/rsyncd.conf"
add_file "/etc/archboot/etc/remote/rsync_xinetd" "/etc/xinet.d/rsync"
add_file "/usr/share/terminfo/x/xterm"
add_file "/etc/rc.d/portmap"
add_file "/etc/rc.d/sshd"
add_file "/etc/rc.d/xinetd"