|
What I usually do in cases like this is just to create a shell script that
dumps the data I need and swap out the old one:
mv /QOpenSys/usr/bin/X11/xauth /QOpenSys/usr/bin/X11/xauth.bak
/QOpenSys/usr/bin/X11/xauth.test:
#!/bin/sh
LOGFILE=~kadler/xauth.log
echo "args: $@" >> $LOGFILE
echo "stdin:" >> $LOGFILE
cat - >> $LOGFILE
echo >> $LOGFILE
# end xauth.test
ln -s /QOpenSys/usr/bin/X11/xauth.test /QOpenSys/usr/bin/X11/xauth
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.