On 1/1/08, Roy Marples <[EMAIL PROTECTED]> wrote: > > It took me some time to find /etc/conf.d/modules, but it's certainly > > useful :). > > It also means all config files, with the exceptions of fstab and rc.conf > are in conf.d and not some random dir :)
Took me a while too... Some ChangeLog documentation should be available. Also I think this is a regression: # update-modules /sbin/update-modules: line 118: KV_to_int: command not found /sbin/update-modules: line 118: KV_to_int: command not found /sbin/update-modules: line 263: is_older_than: command not found And I think there is a circular dependency of: openrc->init-module-tools->baselayout->openrc I did not understand the comments in rc.conf regarding the external dependency... # It's possible to define extra dependencies for services like so #rc_config="/etc/foo" #rc_need="openvpn" #rc_use="net.eth0" #rc_after="clock" #rc_before="local" How can I add a specific service dependency using this mechanism? The modified service name is missing... I also notice that the timezone of clock is gone, any alternative? Also the network dependency of stopping/starting services when network is unavailable/available is gone, any alternative? Thanks! Alon. -- [EMAIL PROTECTED] mailing list