[arch-general] [arch-dev-public] [RFC] new manpages
Leonid Isaev
lisaev at umail.iu.edu
Sat Dec 31 15:53:00 EST 2011
On Sat, 31 Dec 2011 20:38:31 +0100
Tom Gundersen <teg at jklm.no> wrote:
> Hi guys,
>
> Initscripts in [testing] contain some new man pages documenting
> /etc/{rc.conf,locale.conf,vconsole.conf,hostname}, intended for the
> next iso release.
>
> Corrections and comments welcome (preferably in the form of patches to
> arch-projects...).
>
> Cheers,
>
> Tom
Thank you for this release!
A problem though: I get a failure while setting timezone on a ro root
with /etc/localtime symlinked to /usr/share/zoneinfo/America/Chicago, which
seems to be caused by this:
$ grep zoneinfo /etc/rc.d/functions -m1
local tz=$1 zonefile=/usr/share/zoneinfo/$tz
so $zonefile is only /usr/share/zoneinfo instead
of /usr/share/zoneinfo/America/Chicago. Later set_timezone() attempts to
force-symlink /etc/localtime and fails of course. The fix is to replace the
above stanza with:
local tz=$1
local zonefile=/usr/share/zoneinfo/$tz
Happy New Year!
--
Leonid Isaev
GnuPG key ID: 164B5A6D
Key fingerprint: C0DF 20D0 C075 C3F1 E1BE 775A A7AE F6CB 164B 5A6D
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 490 bytes
Desc: not available
URL: <http://mailman.archlinux.org/pipermail/arch-general/attachments/20111231/b998dedc/attachment.asc>
More information about the arch-general
mailing list