openpkg/rc.conf

Thu, 09 Aug 2012 00:41:14 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 09 Aug 2012 00:41:14 +0200
changeset 495
01294b31a79e
parent 427
71503088f51b
permissions
-rw-r--r--

Introduce a lot of changes to correct source and build logic including:
Correct URLs, reorder existing patch hunks, update vendor version and
patch accordingly, integrate optional SQLite storage, modernize package
(remove boilerplate RPM logic), correct preprocessor definitions as
NIS+was removed from Solaris 11, use parallel make, improve configuration
spacing and whitespace, and remove now uneeded postfix-script(1) and
post-install(1) relocation.

michael@13 1 ##
michael@428 2 ## @l_prefix@/etc/rc.conf -- Run-Command Configuration for OpenPKG Hierarchy
michael@13 3 ##
michael@13 4 ## This Bourne-Shell script is sourced from @l_prefix@/etc/rc after
michael@13 5 ## reading the %config sections from the @l_prefix@/etc/rc.d/rc.<name>
michael@13 6 ## script and before executing its %<cmd> section when
michael@428 7 ## "@l_prefix@/bin/openpkg rc <name> <cmd>" is run. You can use this to
michael@13 8 ## override all configuration variables which are listed in the output
michael@428 9 ## of the "@l_prefix@/bin/openpkg rc --config" command. By default this
michael@13 10 ## script obviously is empty.
michael@13 11 ##
michael@13 12

mercurial