Edit

IABSD.fr/ports/sysutils/ruby-puppet/pkg/puppetmaster.rc

Branch :

  • Show log

    Commit

  • Author : rpe
    Date : 2018-01-11 19:27:01
    Hash : 9a8b5ccd
    Message : Change the shebang line from /bin/sh to /bin/ksh in all ports rc.d daemon scripts and bump subpackages that contain the *.rc scripts. discussed with and OK aja@ OK tb

  • sysutils/ruby-puppet/pkg/puppetmaster.rc
  • #!/bin/ksh
    #
    # $OpenBSD: puppetmaster.rc,v 1.2 2018/01/11 19:27:10 rpe Exp $
    
    daemon="${TRUEPREFIX}/bin/puppet master"
    
    . /etc/rc.d/rc.subr
    
    pexp="${RUBY} ${daemon}${daemon_flags:+ ${daemon_flags}}"
    rc_reload=NO
    
    rc_cmd $1