× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



​Ooooo. I like. Tucking this one away for future use.​

Aaron Bartell
litmis.com - Services for open source on IBM i


On Thu, Mar 24, 2016 at 3:23 PM, Kevin Adler <kadler@xxxxxxxxxx> wrote:

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 thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 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.