diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2002-03-12 01:04:35 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-03-12 01:04:35 +0000 |
commit | 3cbb824a64fbac923be52954d9e6c3526eb6f04f (patch) | |
tree | bbf9ae0fb18ec35ed945584a48011e611d37df99 /etc/rc.d/netoptions | |
parent | ec6a10cd536dd3718b73f3560230cabece08173a (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/netoptions | 4 |
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 |