I dove directly into the hint without reading it all the way through first and then got paranoid. Maybe I'm being over cautious on this one, but I want to be right before I reboot.

Situation 1:

After using tzselect and following the instructions my timezone is 'America/Chicago.' The command says 'cp --remove-destination /usr/share/zoneinfo/$TIMEZONE /etc/localtime' I typed it directly and then noticed--much later--that the results of tzselect were referred to as $TIMEZONE. So should the command I typed have been ' cp --remove-destination /usr/share/zoneinfo/America/Chicago /etc/localtime'?

Situation 2:

After modifying /etc/rc.d/init.d/setclock, the instructions say to add the symlinks

        # ln -s ../init.d/setclock /etc/rc.d/rc0.d/K45setclock &&
        # ln -s ../init.d/setclock /etc/rc.d/rc6.d/K45setclock

Each of these symlinks contain 'K45setclock' I can't remember if the K45 refers to a priority or run levels. In rc0.d and rc6.d I already have K45random. Should I change the links to K4?setclock (where ? refers to a number less than or greater than 5)?

Thanks,

Dan

--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to