diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-05-19 13:17:45 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-05-19 13:17:45 -0400 |
commit | c6e75e7397fccb26a0a756cda1fd0d85af7cff38 (patch) | |
tree | 28644dbf73e17aef4a33f0aaea0d2c236c5c07f1 /doc/bugs | |
parent | 1b8989953440d444fed2f4b395e9e911a637ed79 (diff) |
response
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/Insecure_dependency_in_mkdir.mdwn | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/bugs/Insecure_dependency_in_mkdir.mdwn b/doc/bugs/Insecure_dependency_in_mkdir.mdwn index 28304b3d3..1effbb882 100644 --- a/doc/bugs/Insecure_dependency_in_mkdir.mdwn +++ b/doc/bugs/Insecure_dependency_in_mkdir.mdwn @@ -127,3 +127,13 @@ dubious </pre> >>>> I get this over and over... I haven't touched that AFAICT, at all. --[[simonraven]] + +>>>>> Take a look at your `/usr/bin/ikiwiki`. The first +>>>>> line should not contain -T. If it does, remove it, +>>>>> and maybe try to work out or give details about how +>>>>> you installed ikiwiki and why it got the -T in there, +>>>>> which certianly doesn't happen by default when ikiwiki +>>>>> is installed by the Makefile.PL or by any package I know of. +>>>>> (If there's +>>>>> no -T, then something *really* weird is going on..) +>>>>> --[[Joey]] |