diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-10-23 10:05:58 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-10-23 10:05:58 +0000 |
commit | c9c3b43f8c06671a0e0a94678e278e7f265cc018 (patch) | |
tree | 4aac570c094f2c9d6015586b8a095067f21e4eee /ftp/axelq/files | |
parent | f5a2ab11cf95896d668df005bd39a73de40cc7d6 (diff) | |
download | ports-c9c3b43f8c06671a0e0a94678e278e7f265cc018.tar.gz ports-c9c3b43f8c06671a0e0a94678e278e7f265cc018.zip |
Notes
Diffstat (limited to 'ftp/axelq/files')
-rw-r--r-- | ftp/axelq/files/axelq.rc | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/ftp/axelq/files/axelq.rc b/ftp/axelq/files/axelq.rc new file mode 100644 index 000000000000..bdc301290345 --- /dev/null +++ b/ftp/axelq/files/axelq.rc @@ -0,0 +1,20 @@ +# $etcdir/axelq.rc: system-wide configuration for axelq + +# Use command to specify the location (and command-line parameters) of axel, +# e.g. command=/usr/local/bin/axel +command=%%PREFIX%%/bin/axel + +# failaction specifies what to do when an error occurs. You can specify +# ask, remove, maintain or move. ask makes axelq ask each time what to do. +# remove will auto-remove the download and start the next. maintain will +# retry and move will move the download to the end of the queue. This +# setting is case-sensitive. +# +# NOTE: best is to keep this to its default. maintain will cause axelq to +# retry until it dies. This is not good, since it will cause unnecessary +# bandwidth consumption for both you and the server. This is rude. +# move will act like maintain, if there is only one file in the queue. +failaction=ask + +# qfile lets you specify where to store your queue. +qfile=~/.axelq |