> On Mon, 2011-05-30 at 18:36 -0400, Tom Horsley wrote: >> > Just for curiosity, why has no one ever arranged to >> > log something like "Hey! I'm booting the system again!" >> > as the very first line in that goes to /var/log/messages >> > when the system is booting? > I used to do something like that back when I was still using another OS. > I modified the bootup script to add my own entry at the beginning. You > could do the same, I don't think the script gets changed by updates that > often. It is far easier to add: echo "Completed boot at `date`" to the bottom of /etc/rc.d/rc.local Then it does not matter whether the system is using the old method or systemd and whether it is writing to 'messages' or boot.log. R. Geoffrey Newbury -- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines