Code

Renamed files and updated compression rules
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 12 Apr 2011 09:04:25 +0000 (09:04 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 12 Apr 2011 09:04:25 +0000 (09:04 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20710 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/README.cn=config [deleted file]
gosa-core/README.ldap [new file with mode: 0644]
gosa-core/debian/gosa.docs
gosa-core/debian/rules

diff --git a/gosa-core/README.cn=config b/gosa-core/README.cn=config
deleted file mode 100644 (file)
index 65e295b..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-OpenLDAP setup using cn=config
-==============================
-
-In order to include additional schema files into your cn=config driven
-LDAP setup, add the required schema files this way:
-
-# ldapadd -Y EXTERNAL -H ldapi:/// -f your_schema_file.ldif
-
-The GOsa schema packages include .schema and .ldif versions of the
-schema files.
-
-This for loop might help when adding schema files to a (nearly) fully
-stuffed installation:
-
-8<----------------------------------------------------------------------------
-for schema in \
-       gosa/samba3.ldif \
-       gosa/gosystem.ldif \
-       gosa/gofon.ldif \
-       gosa/gofax.ldif \
-       gosa/goto.ldif \
-       gosa/goserver.ldif \
-       gosa/gosa-samba3.ldif \
-       gosa/goto-mime.ldif \
-       gosa/trust.ldif \
-       gosa/pureftpd.ldif \
-       gosa/fai.ldif \
-       gosa/sudo.ldif \
-       gosa/openssh-lpk.ldif \
-       gosa/nagios.ldif \
-       gosa/kolab2.ldif \
-       dyngroup.ldif; do
-
-       ldapadd -Y EXTERNAL -H ldapi:/// -f /etc/ldap/schema/$schema || exit 1
-done
-8<----------------------------------------------------------------------------
diff --git a/gosa-core/README.ldap b/gosa-core/README.ldap
new file mode 100644 (file)
index 0000000..65e295b
--- /dev/null
@@ -0,0 +1,36 @@
+OpenLDAP setup using cn=config
+==============================
+
+In order to include additional schema files into your cn=config driven
+LDAP setup, add the required schema files this way:
+
+# ldapadd -Y EXTERNAL -H ldapi:/// -f your_schema_file.ldif
+
+The GOsa schema packages include .schema and .ldif versions of the
+schema files.
+
+This for loop might help when adding schema files to a (nearly) fully
+stuffed installation:
+
+8<----------------------------------------------------------------------------
+for schema in \
+       gosa/samba3.ldif \
+       gosa/gosystem.ldif \
+       gosa/gofon.ldif \
+       gosa/gofax.ldif \
+       gosa/goto.ldif \
+       gosa/goserver.ldif \
+       gosa/gosa-samba3.ldif \
+       gosa/goto-mime.ldif \
+       gosa/trust.ldif \
+       gosa/pureftpd.ldif \
+       gosa/fai.ldif \
+       gosa/sudo.ldif \
+       gosa/openssh-lpk.ldif \
+       gosa/nagios.ldif \
+       gosa/kolab2.ldif \
+       dyngroup.ldif; do
+
+       ldapadd -Y EXTERNAL -H ldapi:/// -f /etc/ldap/schema/$schema || exit 1
+done
+8<----------------------------------------------------------------------------
index 729b65803e53267dc1ab3d3313ddb0a5e94f2503..6b903b6598ae0debcf0af01c17cb3833cf99a3a5 100644 (file)
@@ -1,4 +1,5 @@
 gosa-core/FAQ
 gosa-core/AUTHORS
 gosa-core/README
+gosa-core/README.ldap
 gosa-core/README.safemode
index 2d5b95a5090524f2cf54976b80b6ee65cd415375..efecd2fede088088786bd8a46b1391870c8ab8c9 100755 (executable)
@@ -4,7 +4,7 @@
        dh $@
 
 override_dh_compress:
-       dh_compress --exclude=gosa.conf
+       dh_compress --exclude=gosa.conf gosa.conf.5
 
 override_dh_install:
        dh_install --exclude=*ttf