L_stat problem, correction

George Robbins grr at cbmvax.UUCP
Wed Feb 10 09:22:54 AEST 1988


In a previous message I described a problem with the L_stat file ever
growing.   The problem description was ok, but the solution wasn't
quite adequate.  In addition to changing the mode of the L_stat file
to 0, you need to also change the owner to root or something similar.

What I eventually did was simply to delete the L_stat file then create
a symbolic link from L_stat to /dev/null.  Works good!

rm /usr/lib/uucp/L_stat
ln -s /dev/null /usr/lib/uucp/L_stat



More information about the Comp.unix.ultrix mailing list