diff options
author | Amitai Schleier <schmonz-web-ikiwiki@schmonz.com> | 2018-04-24 13:48:47 -0400 |
---|---|---|
committer | Amitai Schleier <schmonz-web-ikiwiki@schmonz.com> | 2018-04-24 13:48:47 -0400 |
commit | 9065e7ddfb985be179497ebb1f2206a332fd44d4 (patch) | |
tree | 4f7603167a4dc08d63f5464f433fb7412da0d040 /doc/bugs | |
parent | ab9cb284149d51ef8c0be44893be3ecdf955a939 (diff) | |
download | ikiwiki-9065e7ddfb985be179497ebb1f2206a332fd44d4.tar ikiwiki-9065e7ddfb985be179497ebb1f2206a332fd44d4.tar.gz |
Maybe we should just suggested-depends on sudo
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/ikiwiki-mass-rebuild_has_probably_never_worked_portably.mdwn | 10 |
1 files changed, 10 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 0d4f1d5f3..3bae33ada 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 @@ -128,3 +128,13 @@ The `-m` may be overzealous. I have some sites running as users with `/sbin/nolo >> it because traditional Unix terminal handling is also a disaster >> area, and I don't see a good solution. >> --[[smcv]] + +>>> After reading this, appreciating your effort writing it, and then +>>> ignoring it for a while, I think our easiest option might be to take +>>> a dependency on sudo. It's ubiquitous-ish, and where it's not +>>> already present the dependency feels more "suggested" than +>>> "required": ikiwiki is plenty useful for many/most uses without a working +>>> `ikiwiki-mass-rebuild` (as I can vouch). A slightly more annoying +>>> and thorough option might be to make the run-as-user command +>>> configurable, with some strong suggestions and warnings. Thoughts? +>>> --[[schmonz]] |