]> sipb.mit.edu Git - ikiwiki.git/blobdiff - auto.setup
po test suite failure
[ikiwiki.git] / auto.setup
index 9cf5e7725ede534f1d5e16c1d7f06a8064156ed0..b3d2513d9ec7cd2903af8f8d0f7e27bca6d16535 100644 (file)
@@ -17,7 +17,7 @@ our $wikiname=IkiWiki::Setup::Automator::ask(
 our $rcs=IkiWiki::Setup::Automator::ask(
        gettext("What revision control system to use?"), "git");
 our $admin=IkiWiki::Setup::Automator::ask(
-       gettext("What wiki user (or openid) will be wiki admin?"), $ENV{USER});
+       gettext("Which user (wiki account or openid) will be admin?"), $ENV{USER});
 use Net::Domain q{hostfqdn};
 our $domain=hostfqdn() || ikiwiki::setup::automator::ask(
        gettext("What is the domain name of the web server?"), "");
@@ -40,5 +40,4 @@ IkiWiki::Setup::Automator->import(
        rss => 1,
        atom => 1,
        syslog => 1,
-       hardlink => 1,
 )