pkgsrc-Changes archive

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

CVS commit: pkgsrc/mk



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Tue Mar 11 13:45:07 UTC 2014

Modified Files:
        pkgsrc/mk: bsd.pkg.mk
        pkgsrc/mk/defaults: mk.conf
        pkgsrc/mk/pkginstall: bsd.pkginstall.mk

Log Message:
Add initial support for alternative init systems.

This commit introduces an INIT_SYSTEM variable which will determine the
type of init system to be used on the target system, supporting "rc.d"
at this time.

The pkginstall infrastructure is changed to only install RCD_SCRIPTS if
INIT_SYSTEM is set to "rc.d", and PLIST entries for rc.d scripts are
now handled automatically based on RCD_SCRIPTS.


To generate a diff of this commit:
cvs rdiff -u -r1.1995 -r1.1996 pkgsrc/mk/bsd.pkg.mk
cvs rdiff -u -r1.236 -r1.237 pkgsrc/mk/defaults/mk.conf
cvs rdiff -u -r1.57 -r1.58 pkgsrc/mk/pkginstall/bsd.pkginstall.mk

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




Home | Main Index | Thread Index | Old Index