~ubuntu-branches/ubuntu/wily/netkit-telnet-ssl/wily-proposed

« back to all changes in this revision

Viewing changes to telnetd/termstat.c

  • Committer: Bazaar Package Importer
  • Author(s): Ian Beckwith
  • Date: 2008-06-13 13:11:15 UTC
  • mfrom: (4.1.4 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080613131115-mei7twd2pz89jxg8
Tags: 0.17.24+0.1-21
* Update debian/NEWS with details of openssl problems
  and key rollover.
* debian/control Depends:
  + Explicitly depend on fixed openssl.
  + Remove versioned dependencies on versions of dpkg and base-files
    that long predate oldstable.
  + Depend on passwd, needed for {user,group}del.
* telnetd-ssl postinst/postrm: fix update-inetd --remove regexp.
* Added stub debian/watch (upstream is dead).
* Standards-Version: 3.8.0 (no changes).

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
 * From: @(#)termstat.c 5.10 (Berkeley) 3/22/91
36
36
 */
37
37
char termstat_rcsid[] = 
38
 
  "$Id: termstat.c,v 1.1.1.1 2004-10-14 13:19:53 ianb Exp $";
 
38
  "$Id: termstat.c,v 1.1 2004-10-14 13:19:53 ianb Exp $";
39
39
 
40
40
#include "telnetd.h"
41
41