From 8d1e59ef00f023c9d13eb27ac4c7f84057084540 Mon Sep 17 00:00:00 2001 From: cajus Date: Fri, 13 Jun 2008 15:05:53 +0000 Subject: [PATCH] Updated rules and readme git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@11333 594d385d-05f5-0310-b6e9-bd551577e9d8 --- debian/README.debian | 12 ++++++++++++ debian/rules | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/debian/README.debian b/debian/README.debian index a560d701f..e20cf4a2e 100644 --- a/debian/README.debian +++ b/debian/README.debian @@ -1,6 +1,16 @@ README.Debian for GOsa 2.5 -------------------------- +* Migrating from earlier Versions + +There was a schema change somewhere before 2.5. If you have goServer objects +inside of your LDAP, you need to export your LDAP contents and add a + +objectClass: GOhard + +to every entry containing the goServer objectclass. + + * Configure GOsa By default you can point your favorite browser to the GOsa setup by @@ -78,5 +88,7 @@ This can be achieved by running: # Remove the comment for /etc/gosa/gosa.secrets in /etc/gosa/apache.conf # /etc/init.d/apache2 reload + + ---- Cajus Pollmeier Fri 02 Jun 2006 16:23:50 +0200 diff --git a/debian/rules b/debian/rules index 5121664e5..8654e0f25 100755 --- a/debian/rules +++ b/debian/rules @@ -73,7 +73,7 @@ install-stamp: -mv debian/gosa/usr/share/gosa/bin/* debian/gosa/usr/bin -rm -rf debian/gosa/usr/share/gosa/bin -rm -rf debian/gosa/usr/share/doc/gosa/marketing - -find debian/gosa -type f -exec chmod -x {} \; &> /dev/null + -find debian/gosa -type f -exec chmod -x {} \; >/dev/null 2>&1 -chmod +x debian/gosa/usr/bin/mkntpasswd -rm -rf debian/gosa/usr/share/gosa/doc/guide/user/*/lyx-source -rm -rf debian/gosa/usr/share/gosa/doc/guide/admin -- 2.30.2