From 0f0107f79ebdc2207f7cee374e92408b368b9827 Mon Sep 17 00:00:00 2001 From: obrien Date: Tue, 12 Mar 2002 01:04:35 +0000 Subject: Background the startup of `Amd', it often blocks on startup. --- etc/rc.network | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'etc/rc.network') diff --git a/etc/rc.network b/etc/rc.network index eb1ee91..0b8c39d 100644 --- a/etc/rc.network +++ b/etc/rc.network @@ -754,8 +754,8 @@ network_pass3() { ;; esac - amd -p ${amd_flags}\ - > /var/run/amd.pid 2> /dev/null + amd -p ${amd_flags} > /var/run/amd.pid \ + 2> /dev/null & ;; esac else -- cgit v1.1