From: Peter Popovec Date: Tue, 28 Oct 2008 12:46:03 +0000 (+0100) Subject: 1st git worktree, removed config from usr X-Git-Tag: 0.7~2 X-Git-Url: http://zub.fei.tuke.sk/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6174683b70c23c405aa506bc962d37f74ef5572;p=ldapvmail 1st git worktree, removed config from usr --- diff --git a/debian/changelog b/debian/changelog index 7251943..19f4966 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ldapvmail (0.7) unstable; urgency=low + + * removed config link from usr + + -- Peter Popovec Tue, 28 Oct 2008 13:41:34 +0100 + ldapvmail (0.6) unstable; urgency=low * porting to 64 bit requires some pointer -> int -> poiter ->int changes diff --git a/web/usr/share/ldapVmail/config.php b/web/usr/share/ldapVmail/config.php deleted file mode 120000 index 7c638bb..0000000 --- a/web/usr/share/ldapVmail/config.php +++ /dev/null @@ -1 +0,0 @@ -/etc/ldapVmail/config.php \ No newline at end of file diff --git a/web/usr/share/ldapVmail/index.php b/web/usr/share/ldapVmail/index.php index 2cd8898..6da6848 100644 --- a/web/usr/share/ldapVmail/index.php +++ b/web/usr/share/ldapVmail/index.php @@ -8,7 +8,7 @@
"; global $dn,$uid,$mail,$alias,$forward; -require("config.php"); +require("/etc/ldapVmail/config.php"); $ds=@ldap_connect($LdapHost); if($ds==FALSE) {