diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2007-10-08 19:59:18 +0000 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2007-10-08 19:59:18 +0000 |
commit | d50e491b7b77b9817c2ab7801ae6e99e731bf52a (patch) | |
tree | ebe5fd9cc9e569bf2259818eb7f5c59875fc4e16 /src | |
parent | 496e76cbdf341dd3c5e6ed8b5bc559327e0fc3c5 (diff) | |
download | strongswan-d50e491b7b77b9817c2ab7801ae6e99e731bf52a.tar.bz2 strongswan-d50e491b7b77b9817c2ab7801ae6e99e731bf52a.tar.xz |
added RCSID
Diffstat (limited to 'src')
-rw-r--r-- | src/_updown/_updown.8 | 2 | ||||
-rw-r--r-- | src/_updown/_updown.in | 2 | ||||
-rw-r--r-- | src/_updown_espmark/_updown_espmark | 2 | ||||
-rw-r--r-- | src/_updown_espmark/_updown_espmark.8 | 2 | ||||
-rw-r--r-- | src/ipsec/ipsec.8 | 2 | ||||
-rwxr-xr-x | src/ipsec/ipsec.in | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/src/_updown/_updown.8 b/src/_updown/_updown.8 index 5107d3694..b91cde35d 100644 --- a/src/_updown/_updown.8 +++ b/src/_updown/_updown.8 @@ -1,6 +1,6 @@ .TH _UPDOWN 8 "27 Apr 2006" .\" -.\" RCSID $Id: _updown.8,v 1.2 2006/04/17 06:48:49 as Exp $ +.\" RCSID $Id$ .\" .SH NAME ipsec _updown \- route and firewall manipulation script diff --git a/src/_updown/_updown.in b/src/_updown/_updown.in index 2e9a8f577..3b990f67a 100644 --- a/src/_updown/_updown.in +++ b/src/_updown/_updown.in @@ -16,7 +16,7 @@ # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License # for more details. # -# RCSID $Id: _updown.in,v 1.2 2006/04/17 15:06:29 as Exp $ +# RCSID $Id$ # CAUTION: Installing a new version of strongSwan will install a new # copy of this script, wiping out any custom changes you make. If diff --git a/src/_updown_espmark/_updown_espmark b/src/_updown_espmark/_updown_espmark index 3627d470d..2b41ef207 100644 --- a/src/_updown_espmark/_updown_espmark +++ b/src/_updown_espmark/_updown_espmark @@ -16,7 +16,7 @@ # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License # for more details. # -# RCSID $Id: _updown_espmark.in,v 1.4 2005/09/14 14:33:05 as Exp $ +# RCSID $Id$ diff --git a/src/_updown_espmark/_updown_espmark.8 b/src/_updown_espmark/_updown_espmark.8 index 91eaa5cb7..35fcf39c7 100644 --- a/src/_updown_espmark/_updown_espmark.8 +++ b/src/_updown_espmark/_updown_espmark.8 @@ -1,6 +1,6 @@ .TH _UPDOWN_ESPMARK 8 "7 Apr 2005" .\" -.\" RCSID $Id: _updown_espmark.8,v 1.1 2005/04/07 21:34:19 as Exp $ +.\" RCSID $Id$ .\" .SH NAME ipsec _updown_espmark \- manages routes and firewall rules diff --git a/src/ipsec/ipsec.8 b/src/ipsec/ipsec.8 index b37ac2c3a..120f60262 100644 --- a/src/ipsec/ipsec.8 +++ b/src/ipsec/ipsec.8 @@ -1,5 +1,5 @@ .TH IPSEC 8 "9 February 2006" -.\" RCSID $Id: ipsec.8,v 1.3 2006/02/09 19:47:38 as Exp $ +.\" RCSID $Id$ .SH NAME ipsec \- invoke IPsec utilities .SH SYNOPSIS diff --git a/src/ipsec/ipsec.in b/src/ipsec/ipsec.in index e154e2a09..d1cb680ab 100755 --- a/src/ipsec/ipsec.in +++ b/src/ipsec/ipsec.in @@ -14,7 +14,7 @@ # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License # for more details. # -# RCSID $Id: ipsec.in,v 1.13 2006/03/09 20:09:33 as Exp $ +# RCSID $Id$ # name and version of the ipsec implementation IPSEC_NAME="@IPSEC_NAME@" |