
Code: Select all
$ cat /etc/conf.d/hwclock
clock="local"
clock_systohc="NO"
clock_args=""
$ cat /etc/timezone
Europe/Helsinki
Code: Select all
"Setting system clock using the hardware clock [Local Time] ... [OK]Code: Select all
$ date
Mon Aug 31 08:33:48 UTC 2009
Code: Select all
emerge --config timezone-dataloki_val wrote:/etc/timezone is handled by the timezone-data ebuild. Every time you update /etc/timezone, you should run
Code: Select all
emerge --config timezone-dataVinzC wrote:Does /etc/timezone supersede /etc/localtime or should both reside on a system?
Does it mean the system uses the value in /etc/timezone to determine which object from /usr/share/zoneinfo to copy as /etc/localtime?loki_val wrote:Both should be on a system. /etc/localtime is a system-managed file which the user should not interfere with. /etc/timezone is the proper place to set how the system manages that file.

Yes:Mike Hunt wrote:There was an option to prevent services from being started by udev in /etc/conf.d/rc for exampleIs there any equivalent in /etc/rc.conf ?
- RC_PLUG_SERVICES="!net.eth0"
Code: Select all
rc_hotplug="!net.eth0"

That sounds more like a reason for placing it in package.mask, but not as a reason keeping it from portage...ppurka wrote:It is a major change from 0.4.* from what I read. It will need a lot of testing to make sure the upgrade is smooth.Xake wrote:Any comments on why openrc-0.5 is not in portage yet?
Too few devs, to little time as usual?
Code: Select all
# eix openrc
[I] sys-apps/openrc
Available versions: 0.5.0-r2 {debug kernel_FreeBSD kernel_linux ncurses pam unicode}
Installed versions: 0.5.0-r2(04:56:36 08/07/09)(kernel_linux ncurses pam unicode -debug -kernel_FreeBSD)
Homepage: http://roy.marples.name/openrc
Description: OpenRC manages the services, startup and shutdown of a host

The output of eix openrc does not look that way on my system.Mike Hunt wrote:Code: Select all
# eix openrc [I] sys-apps/openrc Available versions: 0.5.0-r2 {debug kernel_FreeBSD kernel_linux ncurses pam unicode} Installed versions: 0.5.0-r2(04:56:36 08/07/09)(kernel_linux ncurses pam unicode -debug -kernel_FreeBSD) Homepage: http://roy.marples.name/openrc Description: OpenRC manages the services, startup and shutdown of a host
Mike Hunt wrote:Yep, works great, boots in less than 2 seconds.Xake wrote:Let me guess, you are using Funtoo?
Code: Select all
# grep name /proc/cpuinfo
model name : AMD Athlon(tm) 64 Processor 3200+Code: Select all
# eselect rc show
Status of init scripts in runlevel "default"
cherokee [started]
consolekit [started]
dbus [started]
dhcpcd [started]
exim [started]
gpm [started]
hald [started]
iptables [started]
local [started]
mysql [started]
net.eth0 [started]
netmount [started]
ntpd [started]
slapd [started]
squid [started]
sshd [started]
syslog-ng [started]
vixie-cron [started]
xdm [started]