Quoting Jonas Smedegaard (2018-09-17 19:26:34)
> Quoting Diego Roversi (2018-09-17 17:45:22)
> > Dear maintener,
> > 
> >   instead to revert changes to do_command, you can also just apply this 
> > simple patch:
> > 
> > --- do_command.orig     2018-07-10 10:41:47.000000000 +0000
> > +++ do_command  2018-09-17 15:28:57.799075703 +0000
> > @@ -80,7 +80,7 @@
> >      ERRORS="$((ERRORS+$?))"
> >    done 4< <(find "$UWSGI_APPS_CONFDIRS" \
> >                    -regextype posix-basic \
> > -                  -iregex ".*\\.${UWSGI_CONFFILE_TYPES_REGEXP}\$" -a 
> > -xtype f \
> > +                  -iregex ".*\.${UWSGI_CONFFILE_TYPES_REGEXP}\$" -a -xtype 
> > f \
> >                    -print0 \
> >              | sed -e "s:\\(^\\|\\x0\\)${UWSGI_CONFDIR}/:\\1:g" \
> >                    -e 
> > "s:\\([^\\x0/]\\+\\)\\([^\\x0]\\+\\)\\?/\\([^/\\x0]\\+\\)\\.${UWSGI_CONFFILE_TYPES_REGEXP}\\x0:\\1/\\3\\x0:g"
> >  \
> > 
> >   It should be enough. It worked for me: I tested on a fresh vm with 
> > testing and sysvinit. 
> 
> Thanks a lot.  Above looks actually sensible (unlike reverting the whole 
> patch, which I looked into but then backed off from.

No wait, sorrym, not even that makes sense to me.

Please describe exactly what failed before above change which succeeds 
with that change applied.  I.e. which uwsgi file paths were ignored 
before which now gets included?

 - Jonas

-- 
 * Jonas Smedegaard - idealist & Internet-arkitekt
 * Tlf.: +45 40843136  Website: http://dr.jones.dk/

 [x] quote me freely  [ ] ask before reusing  [ ] keep private

Attachment: signature.asc
Description: signature

Reply via email to