diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-09-18 21:58:19 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-09-18 21:58:19 +0000 |
commit | 620542ed60cb5f4853b8c89b619ba10948e997f8 (patch) | |
tree | 2f51a46cbcfda0ae76ebb9db8ffefa4c41d747a3 /doc/patchqueue | |
parent | db15adb019142cc5e6c17bf5f90e9544f758cee1 (diff) |
web commit by JamesWestby
Diffstat (limited to 'doc/patchqueue')
-rw-r--r-- | doc/patchqueue/various_fixes.mdwn | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/patchqueue/various_fixes.mdwn b/doc/patchqueue/various_fixes.mdwn index 176b30a21..318e7e941 100644 --- a/doc/patchqueue/various_fixes.mdwn +++ b/doc/patchqueue/various_fixes.mdwn @@ -85,6 +85,8 @@ much help I'm afraid. >>> and source directory sane (755) and make the cgi suid to your user, >>> which is how it's designed to work. +>>>> I realise that now, and I now have a much more sane setup that works. + ---- --- IkiWiki.pm @@ -162,3 +164,9 @@ informative if that code path is ever taken, but I hope that it never is. >>> Given that verification, an untaint contingent on the value of $^V >>> sounds reasonable and I'd accept such a patch. I'm not quite sure which >>> version(s) of perl it should check for. + +>>>> I'm not going to write one though. I don't know what versions either, +>>>> but I think the evil of the special case is too much in this case. If +>>>> you are happy to insist on a newer version of perl then I will leave +>>>> it at that and sort something out locally. If you want the patch I will +>>>> code it though, as I realise you may want to support sarge installs. |