aboutsummaryrefslogtreecommitdiff
path: root/etc/rc.d/netoptions
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2002-03-12 01:04:35 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2002-03-12 01:04:35 +0000
commit3cbb824a64fbac923be52954d9e6c3526eb6f04f (patch)
treebbf9ae0fb18ec35ed945584a48011e611d37df99 /etc/rc.d/netoptions
parentec6a10cd536dd3718b73f3560230cabece08173a (diff)
Background the startup of `Amd', it often blocks on startup.
Notes
Notes: svn path=/head/; revision=92127
Diffstat (limited to 'etc/rc.d/netoptions')
-rw-r--r--etc/rc.d/netoptions4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.d/netoptions b/etc/rc.d/netoptions
index eb1ee91111d4..0b8c39d50427 100644
--- a/etc/rc.d/netoptions
+++ b/etc/rc.d/netoptions
@@ -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