- Small cleanups
- Updated dutch translation - Updated man pages
This commit is contained in:
parent
b7d4d4c177
commit
4811afa073
6 changed files with 525 additions and 445 deletions
|
@ -17,7 +17,7 @@
|
|||
along with this program; if not, write to the Free Software
|
||||
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
|
||||
$Id: net.c,v 1.35.4.55 2000/10/29 22:10:42 guus Exp $
|
||||
$Id: net.c,v 1.35.4.56 2000/10/30 00:22:53 guus Exp $
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
|
@ -162,7 +162,7 @@ cp
|
|||
*/
|
||||
|
||||
if(debug_lvl >= DEBUG_TRAFFIC)
|
||||
syslog(LOG_ERR, _("Writing packet of %d (%d) bytes to tap device"),
|
||||
syslog(LOG_ERR, _("Writing packet of %d bytes to tap device"),
|
||||
outpkt.len, outlen);
|
||||
|
||||
/* Fix mac address */
|
||||
|
|
23
src/tincd.c
23
src/tincd.c
|
@ -17,7 +17,7 @@
|
|||
along with this program; if not, write to the Free Software
|
||||
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
|
||||
$Id: tincd.c,v 1.10.4.21 2000/10/29 22:55:15 guus Exp $
|
||||
$Id: tincd.c,v 1.10.4.22 2000/10/30 00:22:54 guus Exp $
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
|
@ -102,14 +102,14 @@ usage(int status)
|
|||
else
|
||||
{
|
||||
printf(_("Usage: %s [option]...\n\n"), program_name);
|
||||
printf(_(" -c, --config=DIR Read configuration options from DIR.\n"
|
||||
" -D, --no-detach Don't fork and detach.\n"
|
||||
" -d Increase debug level.\n"
|
||||
" -k, --kill Attempt to kill a running tincd and exit.\n"
|
||||
" -n, --net=NETNAME Connect to net NETNAME.\n"));
|
||||
printf(_(" -K, --keygen[=BITS] Generate public/private RSA keypair.\n"
|
||||
" --help Display this help and exit.\n"
|
||||
" --version Output version information and exit.\n\n"));
|
||||
printf(_(" -c, --config=DIR Read configuration options from DIR.\n"
|
||||
" -D, --no-detach Don't fork and detach.\n"
|
||||
" -d Increase debug level.\n"
|
||||
" -k, --kill Attempt to kill a running tincd and exit.\n"
|
||||
" -n, --net=NETNAME Connect to net NETNAME.\n"));
|
||||
printf(_(" -K, --generate-keys[=BITS] Generate public/private RSA keypair.\n"
|
||||
" --help Display this help and exit.\n"
|
||||
" --version Output version information and exit.\n\n"));
|
||||
printf(_("Report bugs to tinc@nl.linux.org.\n"));
|
||||
}
|
||||
exit(status);
|
||||
|
@ -537,11 +537,6 @@ RETSIGTYPE
|
|||
sigusr2_handler(int a)
|
||||
{
|
||||
dump_subnet_list();
|
||||
/* FIXME: reprogram this.
|
||||
if(debug_lvl > DEBUG_NOTHING)
|
||||
syslog(LOG_NOTICE, _("Got USR2 signal, forcing new key generation"));
|
||||
regenerate_keys();
|
||||
*/
|
||||
}
|
||||
|
||||
RETSIGTYPE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue