cvs commit: src/bin/ln ln.1 ln.c

Giorgos Keramidas keramida at FreeBSD.org
Fri Jun 6 08:28:13 UTC 2008


keramida    2008-06-06 08:27:59 UTC

  FreeBSD src repository

  Modified files:
    bin/ln               ln.1 ln.c 
  Log:
  SVN rev 179603 on 2008-06-06 08:27:59Z by keramida
  
  Add a -w warning flag to ln(1).  When the -w option is enabled,
  ln(1) checks to see if the source of a symlink, i.e. the file it
  should point to actually exists.  The default is the old ln
  behavior, that does not check, to avoid surprising people who may
  be using ln(1) in scripts or other non-interactive places.
  
  PR:             bin/7265
  Submitted by:   Joel Ray Holveck, detlev!joelh at mail.camalott.com
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.33      +10 -5     src/bin/ln/ln.1
  1.37      +37 -2     src/bin/ln/ln.c


More information about the cvs-src mailing list