Bare.sh needs to be moved over too. - svc - Simple service scripts and examples, to be used everywhere.
       
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) LICENSE
       ---
 (DIR) commit eab8b0692604472d9cefb07620400c0023115ada
 (DIR) parent 13b0827a98a76961bf39b8306ef3e2371967c55d
 (HTM) Author: Christoph Lohmann <20h@r-36.net>
       Date:   Wed,  5 Feb 2014 19:02:15 +0100
       
       Bare.sh needs to be moved over too.
       
       Diffstat:
         svc.d/bare.sh                       |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/svc.d/bare.sh b/svc.d/bare.sh
       @@ -8,7 +8,7 @@ then
                shift 1
        fi
        
       -t[ -e "/etc/svc/default/$SERVICE" ] && . "/etc/svc/default/$SERVICE"
       +t[ -e "/bin/svc.d/default/$SERVICE" ] && . "/bin/svc.d/default/$SERVICE"
        
        BIN=""
        for p in /bin /sbin /usr/bin /usr/sbin /usr/local/bin /usr/local/sbin;