ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/doc/gvpectrl.8.pod
Revision: 1.5
Committed: Mon Sep 1 05:31:29 2008 UTC (15 years, 8 months ago) by pcg
Branch: MAIN
CVS Tags: rel-2_2, rel-2_21, rel-2_22, rel-2_25
Changes since 1.4: +2 -2 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 pcg 1.1 =head1 NAME
2    
3     C<gvpectrl> - GNU Virtual Private Ethernet Control Program
4    
5     =head1 SYNOPSIS
6    
7     C<gvpectrl> [B<-ckgs>] [B<--config=>I<DIR>] [B<--generate-keys>] [B<--help>]
8     [B<--kill>[B<=>I<SIGNAL>]] [B<--show-config>] [B<--version>]
9    
10     =head1 DESCRIPTION
11    
12     This is the control program for the C<gvpe>, the virtual private ethernet daemon.
13    
14     =head1 OPTIONS
15    
16     =over 4
17    
18     =item B<-c>, B<--config=>I<DIR>
19    
20     Read configuration options from I<DIR>.
21    
22     =item B<-g>, B<--generate-keys>
23    
24 pcg 1.5 Generate public/private RSA key-pair and exit.
25 pcg 1.1
26 pcg 1.4 =item B<-q>, B<--quiet>
27    
28     Suppresses messages the author finds nonessential for scripting purposes.
29    
30 pcg 1.1 =item B<--help>
31    
32     Display short list of options.
33    
34     =item B<--kill>[B<=>I<SIGNAL>]
35    
36     Attempt to kill a running C<gvpectrl> (optionally with the specified
37     I<SIGNAL> instead of C<SIGTERM>) and exit.
38    
39     =item B<--show-config>
40    
41     Show a summary of the configuration, and how gvpe interprets it. Can also be very useful
42     when designing firewall scripts.
43    
44     =item B<--version>
45    
46     Output version information and exit.
47    
48     =back
49    
50     =head1 BUGS
51    
52 pcg 1.3 If you find any bugs, report them to C<gvpe@schmorp.de>.
53 pcg 1.1
54     =head1 SEE ALSO
55    
56     gvpe(5), gvpe.conf(5), gvpe(8).
57    
58 pcg 1.5 GVPE comes with ABSOLUTELY NO WARRANTY. This is free software, and you are
59 pcg 1.1 welcome to redistribute it under certain conditions; see the file COPYING
60     for details.
61    
62 pcg 1.2 =head1 AUTHOR
63 pcg 1.1
64 pcg 1.3 Marc Lehmann C<< <gvpe@schmorp.de> >>.
65 pcg 1.2