summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorjdp <jdp@FreeBSD.org>2002-06-24 19:50:56 +0000
committerjdp <jdp@FreeBSD.org>2002-06-24 19:50:56 +0000
commit8b9754426817e7dc2c5fd1e655612150068b3444 (patch)
treee0621bc84190533a4da5e8cb3b9541a8b86a695d /etc
parent39fa02684f2487f2ac340b1f00b1f95147425cf4 (diff)
downloadFreeBSD-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-xetc/rc.d/amd2
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'
OpenPOWER on IntegriCloud