summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: cc8841d)
raw | patch | inline | side by side (parent: cc8841d)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 20 Apr 2007 06:27:52 +0000 (06:27 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 20 Apr 2007 06:27:52 +0000 (06:27 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6147 594d385d-05f5-0310-b6e9-bd551577e9d8
setup/setup_finish.tpl | patch | blob | history | |
setup/setup_welcome.tpl | patch | blob | history |
diff --git a/setup/setup_finish.tpl b/setup/setup_finish.tpl
index 681505e9e70f9512ed9505d4b77ee2783e6bbf01..87b6732d378c6d61156ecccc01b1b191e66e5b01 100644 (file)
--- a/setup/setup_finish.tpl
+++ b/setup/setup_finish.tpl
{$msg2}
</p>
<tt>
- # chown root.{$webgroup} {$CONFIG_DIR}/{$CONFIG_FILE}<br>
- # chmod 640 {$CONFIG_DIR}/{$CONFIG_FILE}
+ chown root.{$webgroup} {$CONFIG_DIR}/{$CONFIG_FILE}<br>
+ chmod 640 {$CONFIG_DIR}/{$CONFIG_FILE}
</tt>
<p>
<input type='submit' name='getconf' value='{t}Download configuration{/t}'>
index ea5ed236fcdea4c1aedf3f55f4b7f6d565eafb33..7b1d939e02bc114b87f468119ca5e15533793987 100644 (file)
--- a/setup/setup_welcome.tpl
+++ b/setup/setup_welcome.tpl
{t}For security reasons you need to authenticate for the installation by creating the file '/tmp/gosa.auth', containing the current session ID on the servers local filesystem. This can be done by executing the following command:{/t}
</p>
<tt>
- # echo -n <b>{$auth_id}</b> > /tmp/gosa.auth
+ echo -n <b>{$auth_id}</b> > /tmp/gosa.auth
</tt>
<p>
{t}Click the 'Continue' button when you've finished.{/t}