Get the head revision up to date with cabal
This commit is contained in:
parent
e75315dae6
commit
571cfb5846
4 changed files with 7 additions and 5 deletions
1
THANKS
1
THANKS
|
@ -13,6 +13,7 @@ I would like to thank
|
|||
* Robert van der Meulen (early configuration code)
|
||||
* Cris van Pelt (small fixes)
|
||||
* Enrique Zanardi (for the Spanish translation)
|
||||
* Matias Carrasco (for the Spanish translation of the manual)
|
||||
|
||||
for their help, support and ideas. Thank you guys!
|
||||
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
dnl Process this file with autoconf to produce a configure script.
|
||||
|
||||
dnl $Id: configure.in,v 1.13.2.10 2000/10/16 11:35:10 zarq Exp $
|
||||
dnl $Id: configure.in,v 1.13.2.11 2000/10/18 19:44:11 zarq Exp $
|
||||
|
||||
AC_INIT(src/tincd.c)
|
||||
AM_INIT_AUTOMAKE(tinc, 1.0pre3)
|
||||
AM_INIT_AUTOMAKE(tinc, echelon)
|
||||
AM_CONFIG_HEADER(config.h)
|
||||
|
||||
dnl Include the macros from the m4/ directory
|
||||
|
|
4
debian/changelog
vendored
4
debian/changelog
vendored
|
@ -1,6 +1,6 @@
|
|||
tinc (1.0pre3-1) unstable; urgency=low
|
||||
tinc (1.0pre3-0.1) unstable; urgency=low
|
||||
|
||||
*
|
||||
* upgraded to upstream version 1.0pre3
|
||||
|
||||
-- Ivo Timmermans <itimmermans@bigfoot.com> Sun, 25 Jun 2000 00:00:00 +0200
|
||||
|
||||
|
|
3
debian/control
vendored
3
debian/control
vendored
|
@ -14,5 +14,6 @@ Description: Virtual Private Network daemon
|
|||
create an entire (moderately sized) VPN with only one daemon per
|
||||
participating computer.
|
||||
.
|
||||
You need to have two kernel modules installed, the manual will
|
||||
You need to have two kernel modules installed, on a Debian system
|
||||
they should already be there; if they are not, the manual will
|
||||
explain you how to do that.
|
||||
|
|
Loading…
Reference in a new issue