etc/services - sync with NetBSD-8
[minix.git] / etc / skel / dot.login
blobc65b0bec52d0f57dea7ed6a2ea95f78a24ba62c6
1 #       $NetBSD: dot.login,v 1.3 2003/04/24 01:02:26 perry Exp $
3 # This is the default .login file.
4 # Users are expected to edit it to meet their own needs.
6 # The commands in this file are executed when a csh user first
7 # logs in.  This file is processed after .cshrc.
9 # See csh(1) for details.
12 if ( ! $?SHELL ) then
13   setenv SHELL /bin/csh
14 endif
16 set noglob
17 eval `tset -s -m 'network:?xterm'`
18 unset noglob
19 stty status '^T' crt -tostop
21 if ( -x /usr/games/fortune ) /usr/games/fortune