From: cajus Date: Fri, 20 Apr 2007 06:27:52 +0000 (+0000) Subject: Style updates X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=ebd236682245cd078812f089834c8331b2f903d1;p=gosa.git Style updates git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6147 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/setup/setup_finish.tpl b/setup/setup_finish.tpl index 681505e9e..87b6732d3 100644 --- a/setup/setup_finish.tpl +++ b/setup/setup_finish.tpl @@ -6,8 +6,8 @@ {$msg2}

- # chown root.{$webgroup} {$CONFIG_DIR}/{$CONFIG_FILE}
- # chmod 640 {$CONFIG_DIR}/{$CONFIG_FILE} + chown root.{$webgroup} {$CONFIG_DIR}/{$CONFIG_FILE}
+ chmod 640 {$CONFIG_DIR}/{$CONFIG_FILE}

diff --git a/setup/setup_welcome.tpl b/setup/setup_welcome.tpl index ea5ed236f..7b1d939e0 100644 --- a/setup/setup_welcome.tpl +++ b/setup/setup_welcome.tpl @@ -30,7 +30,7 @@ {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}

- # echo -n {$auth_id} > /tmp/gosa.auth + echo -n {$auth_id} > /tmp/gosa.auth

{t}Click the 'Continue' button when you've finished.{/t}