Re: [Slackbuilds-users] recent rc.murmur 'Create piddir during init' patch

2021-07-17 Thread Robby Workman
On Sat, 17 Jul 2021 19:53:07 -0700 King Beowulf wrote: > Hello > > the patch needs to not explicitly use the default murmur:murmur since > this can be altered during build (see README) > > + chown murmur:murmur $(dirname $PIDFILE) > > to > > + chown @USER@:@GROUP@ $(dirname $PIDFILE) > >

[Slackbuilds-users] recent rc.murmur 'Create piddir during init' patch

2021-07-17 Thread King Beowulf
Hello the patch needs to not explicitly use the default murmur:murmur since this can be altered during build (see README) + chown murmur:murmur $(dirname $PIDFILE) to + chown @USER@:@GROUP@ $(dirname $PIDFILE) with corresponding added 'sed' and removal of '-e