git: daemon(8): Sync with FreeBSD. Some ports need options we didn't have.

Sascha Wildner swildner at crater.dragonflybsd.org
Wed Jan 29 08:52:07 PST 2020


commit a9783bc67beed1f4b1718558910fb3de2a0d042c
Author: Sascha Wildner <saw at online.de>
Date:   Wed Jan 29 17:46:49 2020 +0100

    daemon(8): Sync with FreeBSD. Some ports need options we didn't have.
    
    Mainly for -T, see https://github.com/DragonFlyBSD/DeltaPorts/issues/914
    
    Most of the changes revolve around supporting logging the program's
    output with syslog(3).
    
    Reported-by: kworr
    Taken-from:  FreeBSD

Summary of changes:
 usr.sbin/daemon/Makefile |   2 +-
 usr.sbin/daemon/daemon.8 |  97 ++++++++--
 usr.sbin/daemon/daemon.c | 494 +++++++++++++++++++++++++++++++++++++----------
 3 files changed, 479 insertions(+), 114 deletions(-)

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


-- 
DragonFly BSD source repository



More information about the Commits mailing list