Date: Sun, 11 Mar 2001 18:16:28 +0100 From: Arjan.deVet@adv.iae.nl (Arjan de Vet) To: stable@freebsd.org Subject: Why does rc.shutdown not call '/usr/local/etc/rc.d/*.sh stop'? Message-ID: <20010311181628.A456@adv.devet.org>
next in thread | raw e-mail | index | archive | help
While doing a mergemaster run I came across a local modification I use on my -stable system for some time now: --- rc.shutdown Sun Mar 11 17:50:42 2001 +++ /etc/rc.shutdown Wed Feb 21 21:04:31 2001 @@ -74,10 +74,9 @@ if [ -x "${script}" ]; then grep -wq stop "${script}" || \ oldscripts="${oldscripts} ${script}" -# XXX not yet -# (set -T -# trap 'exit 1' 2 -# ${script} stop) + (set -T + trap 'exit 1' 2 + ${script} stop) fi done fi What's the reason that -stable still has that 'XXX not yet' here? Arjan -- Arjan de Vet, Eindhoven, The Netherlands <Arjan.deVet@adv.iae.nl> URL: http://www.iae.nl/users/devet/ for PGP key: finger devet@iae.nl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010311181628.A456>