From: cajus Date: Fri, 12 May 2006 08:34:47 +0000 (+0000) Subject: Added directory creation to fix problems with link installation X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=2631ce5d6acecbbb2c7b926fe1c6ea67e3d048c1;p=gosa.git Added directory creation to fix problems with link installation git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3312 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/TODO b/TODO index 8e8412534..77b0a6736 100644 --- 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: diff --git a/debian/control b/debian/control index 0737bd229..791d61d1d 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: web Priority: optional Maintainer: Cajus Pollmeier 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 b9c18e66b..f320e7ebb 100755 --- a/debian/gosa.postinst +++ b/debian/gosa.postinst @@ -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##*/}