archboot/hooks/arch-remote
Alexander Baldeck 2a150b1dca Initial revision
2007-02-22 22:46:50 +00:00

9 lines
271 B
Text

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
}