Path: utzoo!mnetor!uunet!seismo!sundc!pitstop!sun!oliveb!felix!zemon From: grr@cbmvax.UUCP (George Robbins) Newsgroups: comp.unix.ultrix Subject: L_stat problem, correction Message-ID: <20939@felix.UUCP> Date: 9 Feb 88 23:22:54 GMT Sender: zemon@felix.UUCP Reply-To: grr@cbmvax.UUCP (George Robbins) Organization: Commodore Technology, West Chester, PA Lines: 10 Approved: zemon@felix.UUCP Reply-Path: 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