1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109
|
remote-tty (4.0-13) unstable; urgency=low
* Fold in Ubuntu changes for tmpfs /var/run (closes: #587107)
* Fix remote-tty help output to not include -s or -x options; we
don't compile in TCPIP or DEBUG support (closes: #518555)
* Add basic README.Debian with details on how to configure.
* Lintian/updated policy inspired cleanups:
* Add ${misc:Depends} to binary deps.
* Add build-arch + build-indep targets.
* Don't ignore errors in postinst/postrm.
* Bump debhelper compat level to 8.
* Bump policy version to 3.9.2
-- Jonathan McDowell <noodles@earth.li> Sun, 27 Nov 2011 12:28:44 -0800
remote-tty (4.0-12ubuntu1) maverick; urgency=low
[ Jean-Baptiste Lallement ]
* Create /var/run/remote-tty/{sock,pid} in init script (LP: #409805)
[ Stefano Rivera ]
* Depend on $remote_fs in init script
-- Jean-Baptiste Lallement <jeanbaptiste.lallement@gmail.com> Wed, 23 Jun 2010 20:09:50 +0200
remote-tty (4.0-12) unstable; urgency=low
* Fixed typo/bashism in init script (=, not ==, bah) (closes: #477730)
-- Jonathan McDowell <noodles@earth.li> Sat, 26 Apr 2008 12:04:45 +0100
remote-tty (4.0-11) unstable; urgency=low
* Remove bashism from delrconsole (closes: #465023)
* Check for device config directory before rotating logs (closes: #436016)
* Update to Standards-Version 3.7.3.0 (no changes)
-- Jonathan McDowell <noodles@earth.li> Wed, 20 Feb 2008 17:02:28 +0000
remote-tty (4.0-10) unstable; urgency=low
* Add LSB section to init script.
-- Jonathan McDowell <noodles@earth.li> Mon, 21 May 2007 17:20:56 +0100
remote-tty (4.0-9) unstable; urgency=medium
* Fix typo leading to creation of /share directory (closes: #400211)
-- Jonathan McDowell <noodles@earth.li> Sun, 26 Nov 2006 20:52:54 +0000
remote-tty (4.0-8) unstable; urgency=low
* Fix getopt variables to be ints, not chars in rtty.c & ttysrv.c
* Remove bashism from debian/rules (closes: #374549)
-- Jonathan McDowell <noodles@earth.li> Tue, 20 Jun 2006 09:49:00 +0100
remote-tty (4.0-7) unstable; urgency=low
* Initial Debian upload. Closes: #365167
* Add man pages for remote-tty, delrconsole, ttysrv and startsrv.
-- Jonathan McDowell <noodles@earth.li> Tue, 23 May 2006 12:20:32 +0100
remote-tty (4.0-6) unstable; urgency=low
* Add delrconsole (from Simon Huggins).
* Set restricted mode by default in rconsole-user.
* Fix up insecure tmpfile usage in startsrv.
-- Jonathan McDowell <noodles@earth.li> Wed, 10 Aug 2005 13:02:17 +0100
remote-tty (4.0-5) unstable; urgency=low
* Make adduser quiet about adding rttymgr to dialout group.
* Remove -q from savelog as woody's version doesn't support this.
-- Jonathan McDowell <noodles@earth.li> Mon, 15 Nov 2004 13:00:31 +0000
remote-tty (4.0-4) unstable; urgency=low
* Fix typo of group name in cron.daily rotation.
-- Jonathan McDowell <noodles@earth.li> Thu, 14 Oct 2004 09:41:35 +0100
remote-tty (4.0-3) unstable; urgency=low
* Fix silly bug with printing incorrect baud rates.
* Make sure we return the right new baud rate.
* Add support for higher baudrates (57600, 115200, 230400, 460800).
-- Jonathan McDowell <noodles@earth.li> Wed, 13 Oct 2004 11:16:58 +0100
remote-tty (4.0-2) unstable; urgency=low
* Don't try to start/stop anything if nothing's configured.
* Don't use logrotate, instead add a cron.daily which can check which
files we need to rotate.
* Fix baudrate setting to work (previously geared up for BSD).
* Add man pages for rconsole, rconsole-user and addrconsole.
-- Jonathan McDowell <noodles@earth.li> Tue, 12 Oct 2004 11:16:25 +0100
remote-tty (4.0-1) unstable; urgency=low
* Initial debianization.
-- Jonathan McDowell <noodles@earth.li> Thu, 11 Mar 2004 13:06:30 +0000
|