move rsync to base_common

This commit is contained in:
Tobias Powalowski 2023-02-14 06:43:36 +01:00
parent 1ec816f496
commit de3a3ac015
2 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@ build ()
kill killall more ps pwd rmdir true cat mkdir echo false sleep kmod pidof touch chmod \
find wc uname bsdtar yes awk halt shutdown reboot poweroff insmod modprobe sh dd \
sort zstd date tee mktemp install pgrep mkfs.btrfs rmmod mountpoint gzip \
ldconfig nscd ln top df cut stat sln file tr passwd od
ldconfig nscd ln top df cut stat sln file tr passwd od rsync
### add nano
add_binary nano

View file

@ -5,7 +5,7 @@
build ()
{
map add_binary findssl.sh scp sftp ssh-add ssh-agent ssh-copy-id ssh-keygen ssh-keyscan sshd \
rsync exportfs nfsstat rpc.idmapd rpc.mountd rpc.nfsd rpc.statd rpcdebug showmount \
exportfs nfsstat rpc.idmapd rpc.mountd rpc.nfsd rpc.statd rpcdebug showmount \
sm-notify start-statd rpcbind rpcinfo rpc.gssd \
nfsdcltrack gssproxy screen tmux
map add_file "/etc/screenrc" "/etc/ssh/ssh_config" "/etc/ssh/sshd_config" "/etc/ssh/moduli" \