Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Jun 2008 08:27:59 +0000 (UTC)
From:      Giorgos Keramidas <keramida@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/bin/ln ln.1 ln.c
Message-ID:  <200806060828.m568SDK1075838@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200806060828.m568SDK1075838>