diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2015-12-15 16:37:59 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2015-12-15 16:37:59 +0000 |
commit | 5840f14a461dc04dba5478da372e25a61446993c (patch) | |
tree | df452f3de959661a6136c065478ddcf1da78059a | |
parent | fab4481f0f9cdbd985fac855476970295c7a231e (diff) |
automatic HOSTALIASES setup is a bad idea
-rw-r--r-- | etc/skel/dot.login | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/etc/skel/dot.login b/etc/skel/dot.login index 2c2d63970e4..1087d67d3f6 100644 --- a/etc/skel/dot.login +++ b/etc/skel/dot.login @@ -1,4 +1,4 @@ -# $OpenBSD: dot.login,v 1.5 2009/05/06 22:02:05 millert Exp $ +# $OpenBSD: dot.login,v 1.6 2015/12/15 16:37:58 deraadt Exp $ # # csh login file @@ -16,6 +16,5 @@ set savehist=100 set ignoreeof setenv EXINIT 'set ai sm noeb' -setenv HOSTALIASES $HOME/.hostaliases if (-x /usr/games/fortune) /usr/games/fortune |