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:
parent
806500cd09
commit
7c4dd94670
2
Makefile
2
Makefile
|
@ -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
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
# catar bash completion
|
||||
|
||||
complete -C 'catar bashcomplete' catar
|
|
@ -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
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
# pxar bash completion
|
||||
|
||||
complete -C 'pxar bashcomplete' pxar
|
|
@ -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> {
|
Loading…
Reference in New Issue