pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/pkgtools/rc.subr



Module Name:    pkgsrc
Committed By:   jlam
Date:           Tue Oct 24 14:07:59 UTC 2017

Modified Files:
        pkgsrc/pkgtools/rc.subr: Makefile
        pkgsrc/pkgtools/rc.subr/files/rc.d: SERVERS

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.


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/pkgtools/rc.subr/Makefile
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/pkgtools/rc.subr/files/rc.d/SERVERS

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/pkgtools/rc.subr/Makefile
diff -u pkgsrc/pkgtools/rc.subr/Makefile:1.30 pkgsrc/pkgtools/rc.subr/Makefile:1.31
--- pkgsrc/pkgtools/rc.subr/Makefile:1.30       Mon Oct 17 01:11:30 2016
+++ pkgsrc/pkgtools/rc.subr/Makefile    Tue Oct 24 14:07:59 2017
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.30 2016/10/17 01:11:30 dholland Exp $
+# $NetBSD: Makefile,v 1.31 2017/10/24 14:07:59 jlam Exp $
 #
 
-PKGNAME=               rc.subr-20161016
+PKGNAME=               rc.subr-20171024
 CATEGORIES=            pkgtools
 
 MAINTAINER=            sbd%NetBSD.org@localhost

Index: pkgsrc/pkgtools/rc.subr/files/rc.d/SERVERS
diff -u pkgsrc/pkgtools/rc.subr/files/rc.d/SERVERS:1.1.1.1 pkgsrc/pkgtools/rc.subr/files/rc.d/SERVERS:1.2
--- pkgsrc/pkgtools/rc.subr/files/rc.d/SERVERS:1.1.1.1  Thu Jun 19 16:07:12 2003
+++ pkgsrc/pkgtools/rc.subr/files/rc.d/SERVERS  Tue Oct 24 14:07:59 2017
@@ -1,10 +1,9 @@
 #!/bin/sh
 #
-# $NetBSD: SERVERS,v 1.1.1.1 2003/06/19 16:07:12 grant Exp $
+# $NetBSD: SERVERS,v 1.2 2017/10/24 14:07:59 jlam Exp $
 #
 
 # PROVIDE: SERVERS
-# REQUIRE: mountcritremote
 
 #      This is a dummy dependency, for early-start servers relying on
 #      some basic configuration.



Home | Main Index | Thread Index | Old Index