Control: tags -1 + moreinfo On Mon, 2018-02-26 at 13:14 +0100, Carsten Leonhardt wrote: > here is a new version of the patch. I now additionally let > bacula-common.preinst check for the existence of > bacula-director-common.postrm and comment out the offending line if > found (first chunk in the diff). I chose to use bacula-common because > it > is depended upon by all other bacula packages. > > I've also amended the text in the changelog, otherwise the rest of > the > patch is the same as the previous version.
- --oknodo --exec $DAEMON --chuid $BUSER:$BGROUP -- -c $CONFIG + --oknodo --exec $DAEMON -- -g $BUSER -g $BGROUP -c $CONFIG The first of those "-g" is presumably supposed to be "-u". I realise this may seem a small point, but it does make me wonder how it wasn't caught in testing. Regards, Adam