From 2729881c688a686a04dbc49821cadc6ac2e64c1f Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Wed, 12 Aug 2009 13:21:15 +0000 Subject: [PATCH] change some defaults inside amd itself, so that the rc scripts no longer have to pass those options. this makes amd much easier to restart by hand (though it still remains a nasty daemon do that with) ok millert --- src/etc/rc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/etc/rc b/src/etc/rc index 959d0b98..13b5c632 100644 --- a/src/etc/rc +++ b/src/etc/rc @@ -1,4 +1,4 @@ -# $OpenBSD: rc,v 1.331 2009/08/07 22:27:47 sthen Exp $ +# $OpenBSD: rc,v 1.332 2009/08/12 13:21:15 deraadt Exp $ # System startup script run by init on autoboot # or after single-user. @@ -440,8 +440,7 @@ fi if [ X"${amd}" = X"YES" -a -e ${amd_master} ]; then echo -n ' amd' - (cd /etc/amd; amd -l syslog -x error,noinfo,nostats -p \ - -a ${amd_dir} `cat ${amd_master}` > /var/run/amd.pid ) + (cd /etc/amd; amd `cat ${amd_master}`) fi # run rdate before timed/ntpd