From 63fbfcb0961e33d0e24acdee78689295c0f1faa9 Mon Sep 17 00:00:00 2001 From: "http://www.tobez.org/" Date: Sun, 27 Feb 2011 23:58:13 +0000 Subject: --- doc/bugs/Perl_scripts_depend_on___47__usr__47__bin__47__perl.mdwn | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'doc/bugs') diff --git a/doc/bugs/Perl_scripts_depend_on___47__usr__47__bin__47__perl.mdwn b/doc/bugs/Perl_scripts_depend_on___47__usr__47__bin__47__perl.mdwn index e6a29c48f..d68d506f7 100644 --- a/doc/bugs/Perl_scripts_depend_on___47__usr__47__bin__47__perl.mdwn +++ b/doc/bugs/Perl_scripts_depend_on___47__usr__47__bin__47__perl.mdwn @@ -1 +1,6 @@ -On FreeBSD, perl defaults to installation in `/usr/local/bin/perl` since it is not a part of the base system. If the option to create symlinks in `/usr/bin` is not selected, building and running ikiwiki will fail because the shebang lines use `#!/usr/bin/perl [args]`. Changing this to `#!/usr/bin/env -S perl [args]` fixes the issue. +> On FreeBSD, perl defaults to installation in `/usr/local/bin/perl` since it is not a part of the base system. If the option to create symlinks in `/usr/bin` is not selected, > building and running ikiwiki will fail because the shebang lines use `#!/usr/bin/perl [args]`. Changing this to `#!/usr/bin/env -S perl [args]` fixes the issue. + +I think this should be a concern of ikiwiki's official FreeBSD port. + +At any rate, even if it is decided that ikiwiki should be fixed, then it is probably better to use +`$installbin/perl` from `-MConfig` and not the `env` hack. -- cgit v1.2.3 From b156dbdcc25aa5f1e8124d0ae14d9aa75835b606 Mon Sep 17 00:00:00 2001 From: justint Date: Tue, 1 Mar 2011 14:46:17 +0000 Subject: --- doc/bugs/logout_in_ikiwiki.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/bugs') diff --git a/doc/bugs/logout_in_ikiwiki.mdwn b/doc/bugs/logout_in_ikiwiki.mdwn index 7b5346864..6696cc689 100644 --- a/doc/bugs/logout_in_ikiwiki.mdwn +++ b/doc/bugs/logout_in_ikiwiki.mdwn @@ -33,7 +33,7 @@ It looks like there is no way to logout of ikiwiki at present, meaning that if y I was referred to this page from posting to the forum. I am also interested in being able to use user class and status to modify the page. I will try to put together a plugin. From what I can see there needs to be a few items in it. -* It should expose a link to a dedicated login page that, once logged in, returns the user to the calling page, or at least the home page. +* It should expose a link to a dedicated login page that, once logged in, returns the user to the calling page, or at least the home page. I have started a plugin to do this: [[/plugins/contrib/justlogin]] * it needs to expose a link to a little json explaining the type of user and login status. -- cgit v1.2.3