summaryrefslogtreecommitdiff
path: root/src/htsalias.c
diff options
context:
space:
mode:
authorXavier Roche <xroche@users.noreply.github.com>2013-09-13 16:06:39 +0000
committerXavier Roche <xroche@users.noreply.github.com>2013-09-13 16:06:39 +0000
commitcc8a7a40777c64b0cf3a341fb188fc2874842908 (patch)
tree2c520cf77929fa8f599ede89c892d8d800b3a838 /src/htsalias.c
parent60644a7309e8c5de3f1f8202f0fd1545ad1c67e3 (diff)
Removed chroot and setuid features (this is definitely not our business)
Diffstat (limited to 'src/htsalias.c')
-rw-r--r--src/htsalias.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/htsalias.c b/src/htsalias.c
index 657c092..1583859 100644
--- a/src/htsalias.c
+++ b/src/htsalias.c
@@ -88,7 +88,6 @@ void hts_lowcase(char *s);
const char *hts_optalias[][4] = {
/* {"","","",""}, */
{"path", "-O", "param1", "output path"},
- {"chroot", "-%O", "param1", "default top path"},
{"mirror", "-w", "single", ""},
{"mirror-wizard", "-W", "single", ""},
{"get-files", "-g", "single", ""},
@@ -212,7 +211,6 @@ const char *hts_optalias[][4] = {
{"debug-xfrstats", "-#T", "single", ""},
{"advanced-wait", "-#u", "single", ""},
{"debug-ratestats", "-#Z", "single", ""},
- {"exec", "-#!", "param1", ""},
{"fast-engine", "-#X", "single", "Enable fast routines"},
{"debug-overflows", "-#X0", "single", "Attempt to detect buffer overflows"},
{"debug-cache", "-#C", "param1", "List files in the cache"},
@@ -258,10 +256,6 @@ const char *hts_optalias[][4] = {
{"add", "", "param0", "add URLs"},
/* */
- /* Specific */
- {"user", "-%U", "param1", "output path"},
- /* */
-
/* Internal */
{"catchurl", "--catchurl", "single", "catch complex URL through proxy"},
{"updatehttrack", "--updatehttrack", "single",