diff options
author | Karl Berry <karl@freefriends.org> | 2010-05-25 23:51:16 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-05-25 23:51:16 +0000 |
commit | 3ace2485d410c75ff6c6a53d4918b435f471021a (patch) | |
tree | 68e45a9c5f78b5f5ca8038341ed849b2ec013bfb /Master/tlpkg/TeXLive/TLConfig.pm | |
parent | c7fed993f019060c4227f8ecbb92d9d2a706eeea (diff) |
Assorted unrelated but small changes.
TLConfig.pm: set autobackup default to 1.
00texlive.installation.tlpsrc: doc fixes.
check-wrapper-consistency: do not check context w32 executables.
tl-update-images: enable full image rebuild.
install-tl: MANPATH msg.
tlmgr.pl: qualify which() call.
spanish.pdf: broken and removed on CTAN.
git-svn-id: svn://tug.org/texlive/trunk@18496 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive/TLConfig.pm')
-rw-r--r-- | Master/tlpkg/TeXLive/TLConfig.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/TeXLive/TLConfig.pm b/Master/tlpkg/TeXLive/TLConfig.pm index a3b394f8fb6..f3b271ee81f 100644 --- a/Master/tlpkg/TeXLive/TLConfig.pm +++ b/Master/tlpkg/TeXLive/TLConfig.pm @@ -126,7 +126,7 @@ our %TLPDBConfigs = ( our %TLPDBOptions = ( "autobackup" => - [ "n:-1..", 0, "autobackup", + [ "n:-1..", 1, "autobackup", "Number of backups to keep" ], "backupdir" => [ "p", "", "backupdir", |