From 8284e56d5b902181e32dfb20a01591beec4970c4 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Mon, 5 Jan 2015 13:44:16 +0100 Subject: [PATCH] _updown: Remove obsolete man pages --- src/_updown/Makefile.am | 1 - src/_updown/_updown.8 | 16 ---------------- src/_updown_espmark/Makefile.am | 1 - src/_updown_espmark/_updown_espmark.8 | 15 --------------- 4 files changed, 33 deletions(-) delete mode 100644 src/_updown/_updown.8 delete mode 100644 src/_updown_espmark/_updown_espmark.8 diff --git a/src/_updown/Makefile.am b/src/_updown/Makefile.am index b6a81f547d..32fa0423a0 100644 --- a/src/_updown/Makefile.am +++ b/src/_updown/Makefile.am @@ -1,6 +1,5 @@ ipsec_SCRIPTS = _updown CLEANFILES = _updown -dist_man8_MANS = _updown.8 EXTRA_DIST = _updown.in _updown : _updown.in diff --git a/src/_updown/_updown.8 b/src/_updown/_updown.8 deleted file mode 100644 index 8c88e5fb83..0000000000 --- a/src/_updown/_updown.8 +++ /dev/null @@ -1,16 +0,0 @@ -.TH _UPDOWN 8 "27 Apr 2006" -.SH NAME -ipsec _updown \- route and firewall manipulation script -.SH SYNOPSIS -.I _updown -is invoked by pluto when it has brought up a new connection. This script -is used to insert the appropriate routing entries for IPsec operation. -It can also be used to insert and delete dynamic iptables firewall rules. -The interface to the script is documented in the pluto man page. -.SH "SEE ALSO" -ipsec(8), ipsec_pluto(8). -.SH HISTORY -Man page written for the Linux FreeS/WAN project -by Michael Richardson. Original program written by Henry Spencer. Extended -for the Linux strongSwan project by Andreas -Steffen. diff --git a/src/_updown_espmark/Makefile.am b/src/_updown_espmark/Makefile.am index 4567026906..88ae4ad3d3 100644 --- a/src/_updown_espmark/Makefile.am +++ b/src/_updown_espmark/Makefile.am @@ -1,2 +1 @@ dist_ipsec_SCRIPTS = _updown_espmark -dist_man8_MANS = _updown_espmark.8 diff --git a/src/_updown_espmark/_updown_espmark.8 b/src/_updown_espmark/_updown_espmark.8 deleted file mode 100644 index 34383cb8e7..0000000000 --- a/src/_updown_espmark/_updown_espmark.8 +++ /dev/null @@ -1,15 +0,0 @@ -.TH _UPDOWN_ESPMARK 8 "7 Apr 2005" -.SH NAME -ipsec _updown_espmark \- manages routes and firewall rules -.SH SYNOPSIS -.I _updown_espmark -is invoked by pluto when it has brought up a new connection. This script -is used to insert the appropriate routing and iptables firewall entries for -IPsec operation. The incoming ESP traffic must be marked by a static rule -in the mangle table. The default value for the mark is 50. -The interface to the script is documented in the pluto man page. -.SH "SEE ALSO" -ipsec(8), ipsec_pluto(8). -.SH HISTORY -Man page written for the Linux strongSwan project -by Andreas Steffen. Original program written by Henry Spencer. -- 2.47.2