diff options
author | wosch <wosch@FreeBSD.org> | 1998-11-01 13:04:15 +0000 |
---|---|---|
committer | wosch <wosch@FreeBSD.org> | 1998-11-01 13:04:15 +0000 |
commit | 038974f958f28a88e6e0be42bb3a806797e2a1b9 (patch) | |
tree | 94945de53fec3697ed97d9f6b7d498b714bcb6f6 /etc/etc.i386 | |
parent | f00eb1aa6445c9df1cc7392df8ea57731e3af4e4 (diff) | |
download | FreeBSD-src-038974f958f28a88e6e0be42bb3a806797e2a1b9.zip FreeBSD-src-038974f958f28a88e6e0be42bb3a806797e2a1b9.tar.gz |
Write temp files with a uniq name into /var/run
instead the public writable directory /tmp
PR: conf/8330
Diffstat (limited to 'etc/etc.i386')
-rw-r--r-- | etc/etc.i386/rc.i386 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/etc.i386/rc.i386 b/etc/etc.i386/rc.i386 index 13f7281..498a4b3 100644 --- a/etc/etc.i386/rc.i386 +++ b/etc/etc.i386/rc.i386 @@ -1,6 +1,6 @@ #!/bin/sh - # -# $Id: rc.i386,v 1.34 1998/04/02 15:33:49 ache Exp $ +# $Id: rc.i386,v 1.35 1998/07/22 05:38:58 phk Exp $ # Do i386 specific processing # @@ -95,7 +95,7 @@ fi if [ "X${saver}" != X"NO" ] ; then echo -n ' screensaver' modstat | grep -q _saver || \ - modload -u -o /tmp/saver_mod -q /lkm/${saver}_saver_mod.o + modload -u -o /var/run/saver_mod -q /lkm/${saver}_saver_mod.o fi # mouse daemon |