diff options
author | jdp <jdp@FreeBSD.org> | 2002-06-24 19:50:56 +0000 |
---|---|---|
committer | jdp <jdp@FreeBSD.org> | 2002-06-24 19:50:56 +0000 |
commit | 8b9754426817e7dc2c5fd1e655612150068b3444 (patch) | |
tree | e0621bc84190533a4da5e8cb3b9541a8b86a695d /etc | |
parent | 39fa02684f2487f2ac340b1f00b1f95147425cf4 (diff) | |
download | FreeBSD-src-8b9754426817e7dc2c5fd1e655612150068b3444.zip FreeBSD-src-8b9754426817e7dc2c5fd1e655612150068b3444.tar.gz |
Fix the amd invocation to honor the amd_flags setting.
Submitted by: Mike Makonnen <makonnen@pacbell.net>
Diffstat (limited to 'etc')
-rwxr-xr-x | etc/rc.d/amd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.d/amd b/etc/rc.d/amd index ca4a606..9faa86a 100755 --- a/etc/rc.d/amd +++ b/etc/rc.d/amd @@ -17,8 +17,8 @@ command="/usr/sbin/${name}" case `${CMD_OSTYPE}` in FreeBSD) - start_cmd="echo 'Starting amd.'; /usr/sbin/${name} &" start_precmd="amd_precmd" + command_args="&" ;; NetBSD) command_args='-p -a '$amd_dir' -F /etc/amd.conf >/var/run/amd.pid' |