You are not logged in.
I note that the brand new initscripts are written in such a way as to employ color. Things would seem to depend on the colorizing being enabled somehow, however, since run as installed, they yield just plain old light gray. I learned all of this the hard way after using Gyroplast's patch to colorize the old scripts on a new install of Arch last night. Running pacman -Syu to update the install, the new scripts went on without my suspecting that they would do so and blanched out all of my artistry. I'm not even sure that Dennis's patch can be used with these new scripts. Were the implications of this change announced somewhere?
Anyway, how is this colorizing achieved? Does one of the boot scripts do the enabling? If so, how?
jlowell
Offline
Add the following line in your /etc/rc.conf to enable colored initscripts output (it's great btw) :
USECOLOR="yes"
Check /etc/rc.d/functions for more info on how colors are created. Gyroplast's patch changes that file, so it won't apply on the new version.
For changelogs of pkgs I'd suggest to check the comments in cvs repository (http://cvs.archlinux.org/cgi-bin/cvsweb.cgi). That's how I track changes on important pkgs...
Offline