summaryrefslogtreecommitdiff
path: root/mk/init
AgeCommit message (Collapse)AuthorFilesLines
2017-06-01Add "init" framework for management of init scripts for packages.jlam19-0/+1345
${INIT_SYSTEM} is used to select the type of init system in use on the system, and currently can be either "rc.d" for the NetBSD rc.d system, or "smf" for the Solaris Service Management Facility system. pkgsrc/mk/init/smf.mk is pkgsrc/mk/smf.mk with some very minor modifications to fit into the "init" framework.