Subject: CVS commit: pkgsrc/pkgtools/rc.subr
From: Johnny C. Lam
Date: 2017-10-24 16:07:59
Message id: 20171024140759.F2A3AFBDE@cvs.NetBSD.org

Log Message:
rc.subr: Fix SERVERS rc.d script to not REQUIRE mountcritremote.

The distributed rc.d scripts are "barrier" scripts that are used
by other rc.d scripts to hook into different points of the startup
process by either using REQUIRE or BEFORE.  The barrier scripts
should not depend on other, non-barrier scripts.  This change makes
the distributed scripts usable by a simple "rcorder /etc/rc.d/*",
whereas it was failing before due to lack of "mountcritremote".

Bump the package version to 20171024.

Files:
RevisionActionfile
1.31modifypkgsrc/pkgtools/rc.subr/Makefile
1.2modifypkgsrc/pkgtools/rc.subr/files/rc.d/SERVERS