[595] in SIPB_Linux_Development

home help back first fref pref prev next nref lref last post

Patches to /usr/athena/lib/init/cshrc

daemon@ATHENA.MIT.EDU (Derek Atkins)
Mon Jun 6 13:28:29 1994

To: linux-dev@MIT.EDU
Date: Mon, 06 Jun 1994 13:28:07 -0400
From: Derek Atkins <warlord@MIT.EDU>

These patches are to fix problems in the default path settings that
I've found.  In particular, the default paths do not include
localtions that are found on a standard Slackware system, like /sbin,
/usr/sbin, etc...  Same problem for the manpath.

-derek

*** cshrc	Mon Jun  6 13:24:15 1994
--- cshrc.bak	Mon Jun  6 13:08:51 1994
***************
*** 13,21 ****
  # Set standard path variables, for reference (actual paths set later in file).
  
  # Set standard Athena path variable (generic path for all users):
! set athena_path=( /srvd/patch /usr/athena/bin /usr/local/bin /usr/bin /bin \
! 		/usr/local/sbin /usr/sbin /sbin /usr/bin/X11 \
! 		/usr/TeX/bin $OPENWINHOME/bin /usr/games )
  
  # Set appropriate bin directory variable for this platform
  # (e.g., vaxbin for VAXstations, decmipsbin for pMAXen, etc.;  this will
--- 13,20 ----
  # Set standard path variables, for reference (actual paths set later in file).
  
  # Set standard Athena path variable (generic path for all users):
! set athena_path=( /srvd/patch /usr/athena/bin /bin/athena /usr/bin/X11 \
! 		/usr/new /usr/ucb /bin /usr/bin /usr/ibm /usr/andrew/bin )
  
  # Set appropriate bin directory variable for this platform
  # (e.g., vaxbin for VAXstations, decmipsbin for pMAXen, etc.;  this will
***************
*** 23,29 ****
  set bindir=${hosttype}bin
  
  # Set standard path of directories for man command to search:
! set athena_manpath=/usr/man:/usr/man/preformat:/usr/athena/man:/usr/X11/man:/usr/openwin/man
  
  # Set up standard system/user environment configuration (including setup of
  # environment variables, attachment of lockers, and setting of search path)
--- 22,29 ----
  set bindir=${hosttype}bin
  
  # Set standard path of directories for man command to search:
! set athena_manpath=/usr/athena/man:/usr/man
! 
  
  # Set up standard system/user environment configuration (including setup of
  # environment variables, attachment of lockers, and setting of search path)


home help back first fref pref prev next nref lref last post