rename catar into pxar

Seems impossible to stay compatible with the original catar specification,
so we change the name to avoid confusions.
This commit is contained in:
Dietmar Maurer 2019-03-14 10:14:32 +01:00
parent 806500cd09
commit 7c4dd94670
5 changed files with 6 additions and 6 deletions

View File

@ -8,7 +8,7 @@ SUBDIRS := etc www docs
# Binaries usable by users
USR_BIN := \
proxmox-backup-client \
catar
pxar
# Binaries usable by admins
USR_SBIN := proxmox-backup-manager

View File

@ -1,3 +0,0 @@
# catar bash completion
complete -C 'catar bashcomplete' catar

View File

@ -1,3 +1,3 @@
debian/proxmox-backup-manager.bash-completion proxmox-backup-manager
debian/proxmox-backup-client.bash-completion proxmox-backup-client
debian/catar.bash-completion catar
debian/pxar.bash-completion pxar

3
debian/pxar.bash-completion vendored Normal file
View File

@ -0,0 +1,3 @@
# pxar bash completion
complete -C 'pxar bashcomplete' pxar

View File

@ -50,7 +50,7 @@ fn print_goodby_entries(buffer: &[u8]) -> Result<(), Error> {
}
fn print_filenames(
param: Value,
_param: Value,
_info: &ApiMethod,
_rpcenv: &mut RpcEnvironment,
) -> Result<Value, Error> {