git: install(1): Add a -l flag for creating hard or soft links

Francois Tigeot ftigeot at crater.dragonflybsd.org
Fri Jul 27 23:51:32 PDT 2018


commit a23d58e77370ee6d927e708fda68195d71417ded
Author: François Tigeot <ftigeot at wolfpond.org>
Date:   Sat Jul 28 08:50:52 2018 +0200

    install(1): Add a -l flag for creating hard or soft links
    
    * This flag was originally introduced in NetBSD in March 1997 and then added
      to FreeBSD in January 2013.
    
    * It will make it easier to update dports(7) from FreeBSD ports.
    
    * The previous DragonFly-specific -l flag was no longer used.
    
    Obtained-from: NetBSD and FreeBSD

Summary of changes:
 usr.bin/xinstall/Makefile   |   4 +
 usr.bin/xinstall/install.1  |  32 ++-
 usr.bin/xinstall/xinstall.c | 484 ++++++++++++++++++++++++++++++++------------
 3 files changed, 383 insertions(+), 137 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/a23d58e77370ee6d927e708fda68195d71417ded


-- 
DragonFly BSD source repository


More information about the Commits mailing list