home *** CD-ROM | disk | FTP | other *** search
/ chilidog.highland.cc.ks.us / chilidog.highland.cc.ks.us.zip / chilidog.highland.cc.ks.us / backup / bradford.20110725.etc.tar.gz / bradford.20110725.etc.tar / etc / default / su < prev    next >
Text File  |  2006-04-23  |  343b  |  12 lines

  1. # Per default, only "su -" will set a new PATH.
  2. # If this variable is changed to "yes" (default is "no"),
  3. # every su call will overwrite the PATH variable.
  4. ALWAYS_SET_PATH=no
  5.  
  6. # Default path. 
  7. PATH=/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin
  8.  
  9. # Default path for a user invoking su to root.
  10. SUPATH=/usr/sbin:/bin:/usr/bin:/sbin:/usr/X11R6/bin
  11.  
  12.