archboot/hooks/arch-remote

10 lines
271 B
Text
Raw Normal View History

2007-02-22 23:46:50 +01:00
run_hook ()
{
# fix telnet login
# ln -s /etc/login.sh /bin/login
# fix screen
ln -s $(find /usr/bin/screen-*) /usr/bin/screen
# fix daemons
sed -i -e 's|^DAEMONS=(@syslog-ng)|DAEMONS=(@syslog-ng @network @portmap @sshd @xinetd)|g' /etc/rc.conf
}