On Sun, Nov 05, 2000 at 01:56:41AM +0100, Jonathan Gift wrote: > Hi, > > I've installed and removed a few items recently and just noticed a new > directory addition: > > /usr/i486-linuclibC1
Hmm, strange new addition. `dpkg -S /usr/i486-linuxlibc1` says it belongs to xlib6. I don't know what the point of it is... Must be related to X 4.0 ... > I have a feeling it was a libstd I was loading to get another app to run. I > deleted it and the library but the directory and a few files and a link to > bitmaps exists. How could I check what loaded it and it is in use? > > Thanks, > > Jonathan -- #! /bin/sh # ppp-address: What's my Internet Address for ppp0 ? /sbin/ifconfig ppp0 2> /dev/null | grep 'inet addr:' | sed \ 's=.*inet addr\:\([0-9]\{1,3\}\.[0-9]\{1,3\}\.[0-9]\{1,3\}\.[0-9]\{1,3\}\).*=\1='