[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gforge-devel] [ gforge-Patches-400 ] gforge-ldap-openldap package in d
From: |
noreply |
Subject: |
[Gforge-devel] [ gforge-Patches-400 ] gforge-ldap-openldap package in debian and err variable |
Date: |
Sun, 15 Jun 2003 12:30:42 -0500 |
Patches item #400, was opened at 2003-06-15 19:30
You can respond by visiting:
http://gforge.org/tracker/?func=detail&atid=106&aid=400&group_id=1
Category: SiteWide
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Vicente Ruiz (vjrj)
Assigned to: Nobody (None)
Summary: gforge-ldap-openldap package in debian and err variable
Initial Comment:
I had problems with the variable err in
gforge-ldap-openldap.postinst because it's not defined.
This is a patch to solve this issue.
BR,
Vicente
--- gforge/debian/gforge-ldap-openldap.postinst Sat Jun
14 19:40:45 2003
+++ gforge/debian/gforge-ldap-openldap.postinst.ok Sun
Jun 15 19:26:50 2003
@@ -88,6 +88,7 @@
db_stop
# Setup our LDAP
+ err=0
/usr/lib/gforge/bin/install-ldap.sh configure || err=$?
case $err in
0)
----------------------------------------------------------------------
You can respond by visiting:
http://gforge.org/tracker/?func=detail&atid=106&aid=400&group_id=1
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gforge-devel] [ gforge-Patches-400 ] gforge-ldap-openldap package in debian and err variable,
noreply <=