summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7c0877d)
raw | patch | inline | side by side (parent: 7c0877d)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 12 May 2006 08:34:47 +0000 (08:34 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 12 May 2006 08:34:47 +0000 (08:34 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3312 594d385d-05f5-0310-b6e9-bd551577e9d8
TODO | patch | blob | history | |
debian/control | patch | blob | history | |
debian/gosa.postinst | patch | blob | history |
index 8e841253466170171fc482d5e05b344820e1dca4..77b0a6736580ea10f65ccecae1c7773c1db64d92 100644 (file)
--- a/TODO
+++ b/TODO
* evaluate what effects a ldap->cat(..., $this->attributes)
will have to other plugins in class_plugin.inc
* Changing LDAP-Servers -> start tab! Actions?
-* Can't rename servers!
+* finish show_ldap_error() extension
Target for 2.5:
diff --git a/debian/control b/debian/control
index 0737bd229e45b44ef35628bcf2a1d86a9ad36ab2..791d61d1d81b075c45447085f5681da62c151ccd 100644 (file)
--- a/debian/control
+++ b/debian/control
Priority: optional
Maintainer: Cajus Pollmeier <cajus@debian.org>
Build-Depends-Indep: debhelper(>= 4.1.16)
-Standards-Version: 3.6.1.0
+Standards-Version: 3.7.2.0
Package: gosa
Architecture: all
diff --git a/debian/gosa.postinst b/debian/gosa.postinst
index b9c18e66bce011b10e3f8a4417be3c30010b3956..f320e7ebbf1cd8a55ae32870ddb4927bcf12c7fb 100755 (executable)
--- a/debian/gosa.postinst
+++ b/debian/gosa.postinst
chmod 770 -R /var/spool/gosa
# Add links for safe mode
+[ ! -d /usr/share/gosa/bin ] && mkdir -p /usr/share/gosa/bin
for source in /usr/bin/convert /usr/bin/lpstat; do
if [ -e $source ]; then
target=/usr/share/gosa/bin/${source##*/}