From 04838bc55a536da969f783bb65ee094f71e502f6 Mon Sep 17 00:00:00 2001 From: peter Date: Tue, 8 Oct 1996 20:02:57 +0000 Subject: [PATCH] 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... --- etc/rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/rc b/etc/rc index b26b382862e8..a94bf2edb55c 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;