Package: zorp / 3.9.5-4

0003-zorpconfig_man.diff.patch Patch series | download
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
From: SZALAY Attila <sasa@debian.org>
Date: Thu, 2 Feb 2012 22:18:55 +0100
Subject: [PATCH] zorpconfig_man.diff

===================================================================
---
 doc/man/zorp-config.1 |   60 +++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 60 insertions(+), 0 deletions(-)
 create mode 100644 doc/man/zorp-config.1

diff --git a/doc/man/zorp-config.1 b/doc/man/zorp-config.1
new file mode 100644
index 0000000..9b6ef36
--- /dev/null
+++ b/doc/man/zorp-config.1
@@ -0,0 +1,60 @@
+.\" Copyright (c) 2003-2004 BalaBit IT Ltd.
+.TH ZORP-CONFIG 5 "March 10, 2004"
+.SH NAME
+zorp-config \- Zorp compilation environment
+.SH SYNOPSIS
+zorp-config [\-\-prefix\fI[=DIR]\fP] [\-\-exec\-prefix\fI[=DIR]\fP] [\-\-version] [\-\-libs] [\-\-cflags]
+.SH DESCRIPTION
+
+Zorp is a new generation proxy firewall suite for Unix based operating
+systems. 
+
+\fIzorp-config\fP is a tool that is used to configure to determine
+the compiler and linker flags that should be used to compile Zorp modules.
+
+.SH OPTIONS
+
+.TP
+.B --prefix
+
+.TP
+.B --exec-prefix
+
+.TP
+.B --version
+
+.TP
+.B --cppflags
+
+.TP
+.B --cflags
+
+.TP
+.B --libs
+
+.TP
+.B --local-cppflags
+
+.TP
+.B --local-cflags
+
+.TP
+.B --local-libs
+
+.TP
+.B --datadir
+
+.TP
+.B --moduledir
+
+.TP
+.B --trace
+
+.TP
+.B --debug
+
+.SH SEE ALSO
+.BR zorp (8)
+.SH AUTHOR
+This manual page was written by rpd Magosnyi <mag@debian.org> and Balzs
+Scheidler <bazsi@balabit.hu>.
--