projects
/
people
/
pmueller
/
ipfire-2.x.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63041e3
)
Fixed typo in secrets include statement
author
Dirk Wagner
<glotzi@ipfire.org>
Fri, 16 Jul 2010 07:54:23 +0000
(09:54 +0200)
committer
Dirk Wagner
<glotzi@ipfire.org>
Fri, 16 Jul 2010 07:54:23 +0000
(09:54 +0200)
html/cgi-bin/vpnmain.cgi
patch
|
blob
|
blame
|
history
diff --git
a/html/cgi-bin/vpnmain.cgi
b/html/cgi-bin/vpnmain.cgi
index
2ed83f0
..
8a74063
100644
(file)
--- a/
html/cgi-bin/vpnmain.cgi
+++ b/
html/cgi-bin/vpnmain.cgi
@@
-293,7
+293,7
@@
sub writeipsecfiles {
print CONF "include /etc/ipsec.user.conf\n";
print CONF "\n";
- print SECRETS "include /etc/ipsec.user
/
secrets\n";
+ print SECRETS "include /etc/ipsec.user
.
secrets\n";
if (-f "${General::swroot}/certs/hostkey.pem") {
print SECRETS ": RSA ${General::swroot}/certs/hostkey.pem\n"