git: DragonFly_RELEASE_4_6 rc.subr: Add ${name}_env and ${name}_prepend.

Sascha Wildner swildner at crater.dragonflybsd.org
Sun Nov 27 14:11:58 PST 2016


commit ab44448ce1ffbe43e02b07a7291a3b9ea8c4678c
Author: Michael Neumann <mneumann at ntecs.de>
Date:   Sun Nov 27 22:51:40 2016 +0100

    rc.subr: Add ${name}_env and ${name}_prepend.
    
    ${name}_env is an argument list which will be passed to env(1).
    ${name}_prepend is simply prepended to the command line for $command.
    
    This fixes issues I had with starting up www/h2o as described [here][1].
    
    Taken-From: FreeBSD (commit 77616d41a2ce3744b35e68b8a3c12e562283a322)
    
    [1]: https://github.com/DragonFlyBSD/DeltaPorts/issues/663

Summary of changes:
 etc/rc.subr              | 12 +++++++++++-
 share/man/man8/rc.subr.8 | 14 ++++++++++++++
 2 files changed, 25 insertions(+), 1 deletion(-)

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


-- 
DragonFly BSD source repository



More information about the Commits mailing list