Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 04 Apr 1997 08:29:14 -0500
From:      Robert Withrow <bwithrow@BayNetworks.COM>
To:        hackers@freebsd.org
Subject:   Suggested change to rc
Message-ID:  <199704041329.IAA06810@tuva.engeast.baynetworks.com>

next in thread | raw e-mail | index | archive | help
In order to have amd get all of its information from nis, the following
change needs to be made in rc.  This allows amdflags to be set like this:

amdflags='-p -c 3600 -l syslog `ypcat -k amd.master`'

*** rc~	Tue Mar 25 09:49:40 1997
--- rc	Fri Apr  4 08:25:32 1997
***************
*** 269,275 ****
  
  if [ "X${amdflags}" != X"NO" ]; then
  	echo -n ' amd'
! 	amd -p ${amdflags} > /var/run/amd.pid
  fi
  
  # $rwhod is imported from /etc/sysconfig;
--- 269,275 ----
  
  if [ "X${amdflags}" != X"NO" ]; then
  	echo -n ' amd'
! 	eval amd -p ${amdflags} > /var/run/amd.pid
  fi
  
  # $rwhod is imported from /etc/sysconfig;

-- 
Robert Withrow -- (+1 508 436 8256)
BWithrow@BayNetworks.com





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199704041329.IAA06810>