Code

Added directory creation to fix problems with link installation
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 12 May 2006 08:34:47 +0000 (08:34 +0000)
committercajus <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
debian/control
debian/gosa.postinst

diff --git a/TODO b/TODO
index 8e841253466170171fc482d5e05b344820e1dca4..77b0a6736580ea10f65ccecae1c7773c1db64d92 100644 (file)
--- a/TODO
+++ b/TODO
@@ -34,7 +34,7 @@ Now:
 * 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:
index 0737bd229e45b44ef35628bcf2a1d86a9ad36ab2..791d61d1d81b075c45447085f5681da62c151ccd 100644 (file)
@@ -3,7 +3,7 @@ Section: web
 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
index b9c18e66bce011b10e3f8a4417be3c30010b3956..f320e7ebbf1cd8a55ae32870ddb4927bcf12c7fb 100755 (executable)
@@ -39,6 +39,7 @@ chown root.$WEBGROUP -R /var/spool/gosa
 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##*/}