aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/ikiwiki-mass-rebuild_has_probably_never_worked_portably.mdwn
diff options
context:
space:
mode:
authorAmitai Schleier <schmonz-web-ikiwiki@schmonz.com>2018-03-22 11:13:26 -0600
committerAmitai Schleier <schmonz-web-ikiwiki@schmonz.com>2018-03-22 11:13:26 -0600
commitee4992b23441a466abbcc4d0ed3ec536621d757a (patch)
treeee02b3de9f1d815ab38c993371af828fc726ee10 /doc/bugs/ikiwiki-mass-rebuild_has_probably_never_worked_portably.mdwn
parent7e39bb4dad342afaec1415408749a406ad507ba8 (diff)
downloadikiwiki-ee4992b23441a466abbcc4d0ed3ec536621d757a.tar
ikiwiki-ee4992b23441a466abbcc4d0ed3ec536621d757a.tar.gz
Added my patch to pkgsrc ikiwiki for evaluation.
Diffstat (limited to 'doc/bugs/ikiwiki-mass-rebuild_has_probably_never_worked_portably.mdwn')
-rw-r--r--doc/bugs/ikiwiki-mass-rebuild_has_probably_never_worked_portably.mdwn6
1 files changed, 6 insertions, 0 deletions
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]]