>si::sysinit:/etc/init.d/boot 2>&1 | logger -s -p user.info -t /etc/init.d/boot
Dale Scheetz: Well, the above line works, sort of. The messages that appear on the console from the boot script are now annotated with the tag stuff from logger but they still aren't showing up in the messages log file (or anywhere else that I can find). I don't fully understand the priority parameter, so I suspect that if it were different (correct) that these messages would appear in the log. Oh... Take a look at your /etc/syslog.conf file -- pay special attention to what you've got for /var/log/messages and /dev/console. Choose a priority that works for both. -- Raul

