projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f137ed0
)
ovs-monitor-ipsec: Fix typo in comment.
author
Ben Pfaff
<blp@nicira.com>
Thu, 22 Sep 2011 23:08:46 +0000
(16:08 -0700)
committer
Ben Pfaff
<blp@nicira.com>
Fri, 23 Sep 2011 16:10:43 +0000
(09:10 -0700)
debian/ovs-monitor-ipsec
patch
|
blob
|
history
diff --git
a/debian/ovs-monitor-ipsec
b/debian/ovs-monitor-ipsec
index a9af8eca5b96e6edb0822df40d42f99e7d71422a..019da232aa6613ce6f4a5d2c2192c9df006abfdd 100755
(executable)
--- a/
debian/ovs-monitor-ipsec
+++ b/
debian/ovs-monitor-ipsec
@@
-136,7
+136,7
@@
path certificate "%s";
def reload(self):
exitcode = subprocess.call(["/etc/init.d/racoon", "reload"])
if exitcode != 0:
- # Racoon is finicky about it
'
s configuration file and will
+ # Racoon is finicky about its configuration file and will
# refuse to start if it sees something it doesn't like
# (e.g., a certificate file doesn't exist). Try restarting
# the process before giving up.