Add Modules manpage to .spec

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6837 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2007-07-10 14:12:55 +00:00
parent 7ac8657c23
commit 8118b8475a
8 changed files with 8 additions and 7 deletions

View File

@ -3,7 +3,7 @@
#
# /usr/share/shorewall/macro.GRE
#
# This macro handles Generic Routing Encapsulation traffic (RFC 1701)
# This macro (bi-directional) handles Generic Routing Encapsulation traffic (RFC 1701)
#
###############################################################################
#ACTION SOURCE DEST PROTO DEST SOURCE ORIGINAL RATE USER/

View File

@ -3,7 +3,7 @@
#
# /usr/share/shorewall/macro.IPIP
#
# This macro handles IPIP capsulation traffic
# This macro (bidirectional) handles IPIP capsulation traffic
#
###############################################################################
#ACTION SOURCE DEST PROTO DEST SOURCE ORIGINAL RATE USER/

View File

@ -3,7 +3,7 @@
#
# /usr/share/shorewall/macro.IPsec
#
# This macro handles IPsec traffic
# This macro (bidirectional) handles IPsec traffic
#
###############################################################################
#ACTION SOURCE DEST PROTO DEST SOURCE ORIGINAL RATE USER/

View File

@ -3,7 +3,7 @@
#
# /usr/share/shorewall/macro.IPsecah
#
# This macro handles IPsec authentication (AH) traffic.
# This macro (bidirectional) handles IPsec authentication (AH) traffic.
# This is insecure. You should use ESP with encryption for security.
#
###############################################################################

View File

@ -3,7 +3,7 @@
#
# /usr/share/shorewall/macro.IPsecnat
#
# This macro handles IPsec traffic and Nat-Traversal
# This macro (bidirectional) handles IPsec traffic and Nat-Traversal
#
###############################################################################
#ACTION SOURCE DEST PROTO DEST SOURCE ORIGINAL RATE USER/

View File

@ -3,7 +3,7 @@
#
# /usr/share/shorewall/macro.L2TP
#
# This macro handles Layer 2 Tunneling Protocol traffic (RFC 2661)
# This macro (bidirectional) handles Layer 2 Tunneling Protocol traffic (RFC 2661)
#
###############################################################################
#ACTION SOURCE DEST PROTO DEST SOURCE ORIGINAL RATE USER/

View File

@ -3,7 +3,7 @@
#
# /usr/share/shorewall/macro.SMBBI
#
# This macro handles Microsoft SMB traffic.
# This macro (bidirectional) handles Microsoft SMB traffic.
#
# Beware! This macro opens a lot of ports, and could possibly be used
# to compromise your firewall if not used with care. You should only

View File

@ -238,6 +238,7 @@ fi
%attr(0644,root,root) %{_mandir}/man5/shorewall-interfaces.5.gz
%attr(0644,root,root) %{_mandir}/man5/shorewall-maclist.5.gz
%attr(0644,root,root) %{_mandir}/man5/shorewall-masq.5.gz
%attr(0644,root,root) %{_mandir}/man5/shorewall-modules.5.gz
%attr(0644,root,root) %{_mandir}/man5/shorewall-nat.5.gz
%attr(0644,root,root) %{_mandir}/man5/shorewall-nesting.5.gz
%attr(0644,root,root) %{_mandir}/man5/shorewall-netmap.5.gz