[comp.unix.ultrix] L_stat problem, correction

grr@cbmvax.UUCP (George Robbins) (02/10/88)

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