diff options
author | Daniel Black <dragonheart@gentoo.org> | 2004-07-18 04:25:08 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2004-07-18 04:25:08 +0000 |
commit | 62e9fd145539347884f4a05cc689a07ef1167d73 (patch) | |
tree | c4ae5ac1b42dc9a943fdbf0d7de442fa6449253a /net-www/mod_ssl | |
parent | Manifest fix - files/mod_mp3.conf size mismatch (Manifest recommit) (diff) | |
download | gentoo-2-62e9fd145539347884f4a05cc689a07ef1167d73.tar.gz gentoo-2-62e9fd145539347884f4a05cc689a07ef1167d73.tar.bz2 gentoo-2-62e9fd145539347884f4a05cc689a07ef1167d73.zip |
Manifest fix - files/ssl.default-vhost.conf size mismatch, files/mod_ssl.conf size mismatch, files/gentestcrt.sh size mismatch
Diffstat (limited to 'net-www/mod_ssl')
-rw-r--r-- | net-www/mod_ssl/files/gentestcrt.sh | 2 | ||||
-rw-r--r-- | net-www/mod_ssl/files/mod_ssl.conf | 2 | ||||
-rw-r--r-- | net-www/mod_ssl/files/ssl.default-vhost.conf | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/net-www/mod_ssl/files/gentestcrt.sh b/net-www/mod_ssl/files/gentestcrt.sh index adecb609226f..5cd721d8f95c 100644 --- a/net-www/mod_ssl/files/gentestcrt.sh +++ b/net-www/mod_ssl/files/gentestcrt.sh @@ -1,5 +1,5 @@ #!/bin/sh -## $Header: /var/cvsroot/gentoo-x86/net-www/mod_ssl/files/gentestcrt.sh,v 1.2 2002/05/04 23:23:02 woodchip Exp $ +## $Header: /var/cvsroot/gentoo-x86/net-www/mod_ssl/files/gentestcrt.sh,v 1.3 2004/07/18 04:25:08 dragonheart Exp $ ## ## gentestcrt -- Create self-signed test certificate ## (C) 2001 Jean-Michel Dault <jmdault@mandrakesoft.com> and Mandrakesoft diff --git a/net-www/mod_ssl/files/mod_ssl.conf b/net-www/mod_ssl/files/mod_ssl.conf index fb84b872e7e0..8a846b05c9e5 100644 --- a/net-www/mod_ssl/files/mod_ssl.conf +++ b/net-www/mod_ssl/files/mod_ssl.conf @@ -1,4 +1,4 @@ -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_ssl/files/mod_ssl.conf,v 1.2 2002/05/04 23:23:02 woodchip Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_ssl/files/mod_ssl.conf,v 1.3 2004/07/18 04:25:08 dragonheart Exp $ <IfModule mod_ssl.c> ##-------------------------------------------------------------------------- diff --git a/net-www/mod_ssl/files/ssl.default-vhost.conf b/net-www/mod_ssl/files/ssl.default-vhost.conf index a755674b6471..c66734650cc1 100644 --- a/net-www/mod_ssl/files/ssl.default-vhost.conf +++ b/net-www/mod_ssl/files/ssl.default-vhost.conf @@ -1,4 +1,4 @@ -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_ssl/files/ssl.default-vhost.conf,v 1.5 2004/04/16 11:27:48 zul Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_ssl/files/ssl.default-vhost.conf,v 1.6 2004/07/18 04:25:08 dragonheart Exp $ <IfModule mod_ssl.c> <VirtualHost _default_:80> |