Sat, 03 Oct 2009 16:18:52 +0200
Update version, adjust corresponding buildconf, and correct logic.
1: Make minor corrections and improvements to scripts patch logic.
2: Upgrade to most recent stable release version 3.0.2.
3: Force selection of a single db backend, as multiple ones never
were supported (changing 'with_db<end>' identifiers accordingly.)
4: Unfortunately add gawk requirement although only partly needed.
5: Add openssl::with_threads requirement to solve strange and hard
to debug problems on Solaris leading to connection failures:
'host-dir JobId 0: Error: openssl.c:86 Connect failure: ERR=error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong version number'
and
'host-dir JobId 40: Fatal error: TLS negotiation failed with FD at "back1.host.com:9102"'
michael@13 | 1 | ## |
michael@13 | 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@13 | 7 | ## "@l_prefix@/etc/rc <name> <cmd>" is run. You can use this to |
michael@13 | 8 | ## override all configuration variables which are listed in the output |
michael@13 | 9 | ## of the "@l_prefix@/etc/rc --config" command. By default this |
michael@13 | 10 | ## script obviously is empty. |
michael@13 | 11 | ## |
michael@13 | 12 |