'fixed portmap startup'

This commit is contained in:
Tobias Powalowski 2009-06-17 22:28:20 +02:00
parent be320862b1
commit 7d18e2b110

View file

@ -6,7 +6,7 @@ run_hook ()
touch /var/lib/nfs/rmtab
touch /var/lib/nfs/etab
# fix daemons
sed -i -e 's|^DAEMONS=(@syslog-ng)|DAEMONS=(@syslog-ng network portmap sshd xinetd)|g' /etc/rc.conf
sed -i -e 's|^DAEMONS=(@syslog-ng)|DAEMONS=(@syslog-ng network rpcbind sshd xinetd)|g' /etc/rc.conf
# fix serial console
dmesg | grep ttyS0 >/dev/null && sed -i -e 's/^#c0/c0/g' /etc/inittab
}