Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Jan 2009 11:58:24 +0000 (UTC)
From:      Giorgos Keramidas <keramida@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/bin/ln ln.1 ln.c
Message-ID:  <200901231158.n0NBwb4T012071@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
keramida    2009-01-23 11:58:24 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    bin/ln               ln.1 ln.c 
  Log:
  SVN rev 187629 on 2009-01-23 11:58:24Z by keramida
  
  MFC 179603 and 179636 from /head
  
    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
  
  Revision  Changes    Path
  1.31.2.2  +10 -5     src/bin/ln/ln.1
  1.34.2.2  +37 -2     src/bin/ln/ln.c



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