/usr/share/init/tcsh/login

##
# LOGIN FILE
#
# Wilfredo Sanchez Jr. | [EMAIL PROTECTED]
# Dec. 5, 1990
#
# MIT Project Athena
#
# ORIGINAL SOURCES: /usr/athena/lib/login
#               and /usr/prototype_user/.login (ATHENA REL 7.2)
##

##
# Set paths
##
set path = (                                                    \
                ~/bin                                           \
                /usr/local/bin /usr/bin /bin                    \
                /usr/local/sbin /usr/sbin /sbin                 \
           )

if ($?version) then
  if ("$version" =~ tcsh*) then
    set path = ( "~/bin/${MACHTYPE}-${VENDOR}-${OSTYPE}" $path )
  endif
endif

setenv MANPATH "${HOME}/man:/usr/local/share/man:/usr/share/man"

if (-r "${tcsh_initdir}/path") source "${tcsh_initdir}/path"

##
# Read user's login
##
if (-r "${tcsh_initdir}/login.mine") then
  source "${tcsh_initdir}/login.mine"
endif


--
Paul Lieberman                                     [EMAIL PROTECTED]
Systems Engineer                                 541-552-6962
Computing Services Center
Southern Oregon University
Ashland, OR

>>> Zorro <[EMAIL PROTECTED]> 01/19/02 20:15 PM >>>
Somehow, and I don't know how, I have lost my tcsh login file:
/usr/share/init/tcsh/login: No such file or directory.
Because I've done whatever it is I shouldn't have done to lose that file
now I can't use fink (o.3.2a) at all.
Is there a remedy?
-- 



I see you at night, I shine
  My arm in your chest
      Now I'll sit in a square

_______________________________________________
Fink-beginners mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-beginners


_______________________________________________
Fink-beginners mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-beginners

Reply via email to