Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
tails
tails
Commits
b03dcca7
Commit
b03dcca7
authored
Sep 27, 2012
by
Tails developers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Import newer htpdate.
Changes: 1cce4e6 Clarify what happens if --proxy is not used.
parent
e098f18a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
config/chroot_local-includes/usr/local/sbin/htpdate
config/chroot_local-includes/usr/local/sbin/htpdate
+1
-1
No files found.
config/chroot_local-includes/usr/local/sbin/htpdate
View file @
b03dcca7
...
...
@@ -98,7 +98,7 @@ sub parseCommandLine () {
[
'
neutral_pool=s@
',
"
neutral hostnames
"
],
[
'
foe_pool=s@
',
"
distrusted hostnames
"
],
[
'
allowed_per_pool_failure_ratio:f
',
"
ratio (0.0-1.0) of allowed per-pool failure
",
{
default
=>
1.0
}
],
[
'
proxy|p:s
',
"
what to pass to curl's --socks5-hostname
"
],
[
'
proxy|p:s
',
"
what to pass to curl's --socks5-hostname
(if unset, environment variables may affect curl's behavior -- see curl(1) for details)
"
],
);
usage
()
if
$opt
->
help
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment