From 7d18e2b110714ce5d1d61ce1c7de3651af62c89c Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Wed, 17 Jun 2009 22:28:20 +0200 Subject: [PATCH] 'fixed portmap startup' --- lib/initcpio/hooks/arch_remote | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/initcpio/hooks/arch_remote b/lib/initcpio/hooks/arch_remote index 842caf405..209c9cbd0 100644 --- a/lib/initcpio/hooks/arch_remote +++ b/lib/initcpio/hooks/arch_remote @@ -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 }