Subject: Re: /usr/pkg/etc/rc.d/*
To: Peter Seebach <seebs@plethora.net>
From: Lubomir Sedlacik <salo@Xtrmntr.org>
List: current-users
Date: 03/09/2003 05:52:03
--Cgrdyab2wu3Akvjd
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

hi,

On Sat, Mar 08, 2003 at 10:19:04PM -0600, Peter Seebach wrote:
> Is there a nice easy way to say "and also do all the things in
> /usr/pkg/etc/rc.d that are turned on in rc.conf", without calling each
> script by hand?  I have this feeling I'm missing something.

there were several threads on tech-pkg about $SUBJ in the recent past.
see /etc/default/rc.conf:

  # Additional flags to the rcorder(8) that's run by /etc/rc.
  #
  rc_rcorder_flags=3D""

  # Additional flags to the rcorder(8) that's run by /etc/rc.shutdown.
  #
  rcshutdown_rcorder_flags=3D""

and set them to:

  rc_rcorder_flags=3D"/usr/pkg/etc/rc.d/*"
  rcshutdown_rcorder_flags=3D"$rc_rcorder_flags"

and you have /usr/pkg/etc/rc.d on /, right?


regards,

--=20
-- Lubomir Sedlacik <salo@Xtrmntr.org>                   --
--                  <salo@silcnet.org>                   --

--Cgrdyab2wu3Akvjd
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (NetBSD)

iD8DBQE+ashziwjDDlS8cmMRAupVAJwK4Z+xFlSihi1mKkYFoUKw0tBRzACdGppR
bpwMrKjgTuT1lllZTT9pBh0=
=z6yy
-----END PGP SIGNATURE-----

--Cgrdyab2wu3Akvjd--