From: Wilfried Göesgens Date: Thu, 28 Dec 2006 12:17:59 +0000 (+0000) Subject: * cleanup X-Git-Tag: v7.86~3740 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=3c76ca40f54b771fe23591b5761bcdb235d0b5e6;p=citadel.git * cleanup --- diff --git a/citadel/debian/control b/citadel/debian/control index b9fa37c13..afd535073 100644 --- a/citadel/debian/control +++ b/citadel/debian/control @@ -2,7 +2,7 @@ Source: citadel Section: mail Priority: optional Maintainer: Wilfried Goesgens -Build-Depends: debhelper (>= 4.0.0), libical0-dev, autotools-dev, zlib1g-dev , libssl-dev, libncurses5-dev, libdb4.4-dev|libdb4.3-dev, libldap2-dev, libsasl2-dev, libgnutls-dev | libgnutls11-dev, libgcrypt11-dev, bison, libpam0g-dev, gettext, libsieve2-dev +Build-Depends: debhelper (>= 4.0.0), libical0-dev, autotools-dev, zlib1g-dev , libssl-dev, libncurses5-dev, libdb4.4-dev|libdb4.3-dev, libldap2-dev, bison, libpam0g-dev, libsieve2-dev Standards-Version: 3.6.1 Package: citadel-server @@ -38,12 +38,6 @@ Description: This is the commandline-client to the citadel BBS system. software that helps them work, play, stay in touch... without calling attention to itself. -Package: citadel-unixlogin -Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} -Description: This enables your citadel server to sync its passwords with - unix system accounts. - Package: citadel-mta Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, citadel-server diff --git a/citadel/techdoc/roadmap.txt b/citadel/techdoc/roadmap.txt index e4fcf455d..43557cf61 100644 --- a/citadel/techdoc/roadmap.txt +++ b/citadel/techdoc/roadmap.txt @@ -78,7 +78,7 @@ some code and deciding what to work on. * backtraces in the log in case of panics, etc. -* auto-login should move from compile to installtime. +* auto-login should move from compile to installtime.(done) * scheduled restarts there should be a way to notify all users (whether via imap or webcit) that citadel is going to be unavailable.