pkgsrc-Changes archive

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

CVS commit: pkgsrc/pkgtools



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Wed Dec  5 19:23:46 UTC 2018

Modified Files:
        pkgsrc/pkgtools: Makefile

Log Message:
Add and enable rc.d-boot.


To generate a diff of this commit:
cvs rdiff -u -r1.118 -r1.119 pkgsrc/pkgtools/Makefile

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

Modified files:

Index: pkgsrc/pkgtools/Makefile
diff -u pkgsrc/pkgtools/Makefile:1.118 pkgsrc/pkgtools/Makefile:1.119
--- pkgsrc/pkgtools/Makefile:1.118      Thu Jun  1 01:58:34 2017
+++ pkgsrc/pkgtools/Makefile    Wed Dec  5 19:23:46 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.118 2017/06/01 01:58:34 jlam Exp $
+# $NetBSD: Makefile,v 1.119 2018/12/05 19:23:46 schmonz Exp $
 #
 
 COMMENT=       Tools for use in the packages collection
@@ -66,6 +66,7 @@ SUBDIR+=      pkgtasks
 SUBDIR+=       plist-utils
 SUBDIR+=       port2pkg
 #SUBDIR+=      prereq-readme   # Only used by the README.html generation
+SUBDIR+=       rc.d-boot
 SUBDIR+=       rc.subr
 SUBDIR+=       rcorder
 SUBDIR+=       rdigest



Home | Main Index | Thread Index | Old Index