Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/etc Since we store the output of ls for use later, make sure...



details:   https://anonhg.NetBSD.org/src/rev/81a6cee2acb5
branches:  trunk
changeset: 515714:81a6cee2acb5
user:      cjs <cjs%NetBSD.org@localhost>
date:      Wed Oct 03 07:04:32 2001 +0000

description:
Since we store the output of ls for use later, make sure that we have TZ=UTC.
(Otherwise time zone changes cause us to believe that files have changed
when they have not.)

diffstat:

 etc/security |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 0eec32310dd2 -r 81a6cee2acb5 etc/security
--- a/etc/security      Wed Oct 03 06:58:47 2001 +0000
+++ b/etc/security      Wed Oct 03 07:04:32 2001 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh -
 #
-#      $NetBSD: security,v 1.63 2001/10/03 00:12:17 lukem Exp $
+#      $NetBSD: security,v 1.64 2001/10/03 07:04:32 cjs Exp $
 #      from: @(#)security      8.1 (Berkeley) 6/9/93
 #
 
@@ -14,6 +14,7 @@
 fi
 
 umask 077
+TZ=UTC; export TZ
 
 if [ -s /etc/security.conf ]; then
        . /etc/security.conf



Home | Main Index | Thread Index | Old Index