Date: Thu, 13 Aug 1998 23:26:58 -0700 (PDT) From: Poul-Henning Kamp <phk@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/kbdmap kbdmap.pl src/usr.sbin/spkrtest spkrtest.pl Message-ID: <199808140626.XAA20982@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
phk 1998/08/13 23:26:58 PDT
Modified files:
usr.sbin/kbdmap kbdmap.pl
usr.sbin/spkrtest spkrtest.pl
Log:
/usr/sbin/spkrtest and /usr/sbin/vidfont (aka kbdmap) use very
predictable /tmp files (static prefix + process number) which are
overwritten blindly, and follow links.
These workarounds change it from a process number to a very random
(9999 with tons of decimal places) number.
PR: 7565
Submitted by: Thomas Stromberg <tstrombe@rtci.com>
Revision Changes Path
1.8 +3 -2 src/usr.sbin/kbdmap/kbdmap.pl
1.6 +3 -2 src/usr.sbin/spkrtest/spkrtest.pl
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199808140626.XAA20982>
