> What would be an accepted easy way, meaning not too much software > setup, etc., to get the machine to email my GMail account every time > it reboots? I don't expect that this should happen often, but I'd like > to know when it does.
Add a line to /etc/conf.d/local.start to either call a script or just use a line like: mail -s "System reboot complete" [EMAIL PROTECTED] < /etc/conf.d/static.mail.txt And that would do it... -- gentoo-user@gentoo.org mailing list