Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Jul 2009 17:35:23 +0000 (UTC)
From:      Jilles Tjoelker <jilles@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/bin/ln ln.1 ln.c
Message-ID:  <200907191740.n6JHea4O086880@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jilles      2009-07-19 17:35:23 UTC

  FreeBSD src repository

  Modified files:
    bin/ln               ln.1 ln.c 
  Log:
  SVN rev 195768 on 2009-07-19 17:35:23Z by jilles
  
  Allow creating hard links to symlinks using ln(1).
  
  This implements the POSIX.1-2008 -L and -P flags.
  
  The default remains to create hard links to the target of symlinks.
  
  Approved by:    re (kib), ed (mentor)
  
  Revision  Changes    Path
  1.35      +26 -13    src/bin/ln/ln.1
  1.39      +15 -9     src/bin/ln/ln.c



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