summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1996-10-08 20:02:57 +0000
committerpeter <peter@FreeBSD.org>1996-10-08 20:02:57 +0000
commit04838bc55a536da969f783bb65ee094f71e502f6 (patch)
tree1881c2632307f5aa27deab378356ce9ae10741ec
parentc9ea7e4fc9bacf78ede42980c3b884fead9c4715 (diff)
downloadFreeBSD-src-04838bc55a536da969f783bb65ee094f71e502f6.zip
FreeBSD-src-04838bc55a536da969f783bb65ee094f71e502f6.tar.gz
Add a -p to the amd invocation, it's not optional since we are expecting
the pid on stdout for /var/run/amd.pid. The example in sysconfig had forgotten -p anyway...
-rw-r--r--etc/rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc b/etc/rc
index b26b382..a94bf2e 100644
--- a/etc/rc
+++ b/etc/rc
@@ -1,5 +1,5 @@
#!/bin/sh
-# $Id: rc,v 1.99 1996/09/22 06:36:49 imp Exp $
+# $Id: rc,v 1.100 1996/10/08 20:00:44 peter Exp $
# From: @(#)rc 5.27 (Berkeley) 6/5/91
# System startup script run by init on autoboot
@@ -252,7 +252,7 @@ fi
if [ "X${amdflags}" != X"NO" ]; then
echo -n ' amd'
- amd ${amdflags} > /var/run/amd.pid
+ amd -p ${amdflags} > /var/run/amd.pid
fi
# $rwhod is imported from /etc/sysconfig;
OpenPOWER on IntegriCloud