File: NEWS

package info (click to toggle)
ikeyd 0.6.0
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny
  • size: 600 kB
  • ctags: 41
  • sloc: sh: 3,417; ansic: 526; makefile: 58
file content (16 lines) | stat: -rw-r--r-- 468 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Wed,  9 Jan 2002 22:49:26 +0100

Now finally the new release of ikeyd is ready!
It's a complete rewrite from scratch, and does no longer depend on:
	- eject
	- libpopt
	- glib

Now ikeyd should write it's pid into the pidfile (/var/run/ikeyd.pid)
and can be "stopped" by simply doing kill `cat /var/run/ikeyd.pid`.
(maybe with start-stop-daemon)

It should also accept some command line parameters, see the manpage for
details.

Stefan Pfetzing <dreamind@dreamind.de>