Subject: CVS commit: pkgsrc/mk
To: None <pkgsrc-changes@netbsd.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 09/19/2002 12:02:42
Module Name:	pkgsrc
Committed By:	jlam
Date:		Thu Sep 19 09:02:41 UTC 2002

Modified Files:
	pkgsrc/mk: bsd.pkg.install.mk

Log Message:
Automatically generate and install the rc.d scripts if specified by
RCD_SCRIPTS.  From the comments in bsd.pkg.install.mk:

# rc.d scripts are automatically generated and installed into the rc.d
# scripts example directory at the post-install step.  The following
# variables are relevent to this process:
#
# RCD_SCRIPTS                   lists the basenames of the rc.d scripts
#
# RCD_SCRIPT_SRC.<script>       the source file for <script>; this will
#                               be run through FILES_SUBST to generate
#                               the rc.d script
#
# RCD_SCRIPTS_EXAMPLEDIR        the directory in which to install the
#                               example rc.d scripts
#
# If the source rc.d script is not present, then the automatic handling
# doesn't occur.


To generate a diff of this commit:
cvs rdiff -r1.25 -r1.26 pkgsrc/mk/bsd.pkg.install.mk

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