From: Amitai Schleier Date: Thu, 22 Mar 2018 17:13:26 +0000 (-0600) Subject: Added my patch to pkgsrc ikiwiki for evaluation. X-Git-Tag: 3.20190207~184 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/ee4992b23441a466abbcc4d0ed3ec536621d757a Added my patch to pkgsrc ikiwiki for evaluation. --- diff --git a/doc/bugs/ikiwiki-mass-rebuild_has_probably_never_worked_portably.mdwn b/doc/bugs/ikiwiki-mass-rebuild_has_probably_never_worked_portably.mdwn index 4b1394a67..435368cd7 100644 --- a/doc/bugs/ikiwiki-mass-rebuild_has_probably_never_worked_portably.mdwn +++ b/doc/bugs/ikiwiki-mass-rebuild_has_probably_never_worked_portably.mdwn @@ -19,3 +19,9 @@ The following patch works much better on the aforementioned platforms, as well a The `-m` may be overzealous. I have some sites running as users with `/sbin/nologin` for a shell, and this allows running a command as those users, though without some typical environment variables. This is probably wrong. Maybe I should be doing something else to limit shell access for those users, and the su arg should instead be `-`. --[[schmonz]] + +> To get some real-world and very cross-platform testing, I've committed +> a conservative version of this patch, with `-` in place of `-m`, to +> pkgsrc's ikiwiki package (rev 3.20180311nb1), and will report back. In +> the meanwhile, would this change cause any obvious regressions on +> Debian? --[[schmonz]]