> Hi, > > I'd like all errors from my xsession to go to the syslogd daemon instead > of ~/.xsession-error. > > Can that be easily done?
You may use 'logger' for that; see man logger for details. E.g. find 'exec >>"$ERRFILE" 2>&1' in /etc/X11/Xsession, remove it, and move entire script into ( ... ) 2>&1 | logger construction. Or something similar. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]