From 13286d26c2ff9d09ad453bc1dc226e08a75957e2 Mon Sep 17 00:00:00 2001 From: millert <> Date: Mon, 23 Jun 1997 02:54:31 +0000 Subject: [PATCH] /etc/profile should be checked along with .profile for consistency with /etc/csh.login and .login. From Chris Jones --- src/etc/security | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/etc/security b/src/etc/security index 019372d4..e06aa69f 100644 --- a/src/etc/security +++ b/src/etc/security @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: security,v 1.19 1997/06/02 02:02:25 flipk Exp $ +# $OpenBSD: security,v 1.20 1997/06/23 02:54:31 millert Exp $ # from: @(#)security 8.1 (Berkeley) 6/9/93 # @@ -172,7 +172,7 @@ fi > $OUTPUT rhome=/root umaskset=no -list="${rhome}/.profile" +list="/etc/profile ${rhome}/.profile" for i in $list; do if [ -s $i ] ; then if egrep umask $i > /dev/null ; then