Skip to content

Instantly share code, notes, and snippets.

mkdir initrd
cd initrd
xz -dc < /path/to/initrd.img | cpio -idmv
# modify
find . 2>/dev/null | cpio -c -o | gzip > /path/to/new.img
diff --git a/net/rsync/Makefile b/net/rsync/Makefile
index 044e413c4..4406a4ef0 100644
--- a/net/rsync/Makefile
+++ b/net/rsync/Makefile
@@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=rsync
-PKG_VERSION:=3.2.0
+PKG_VERSION:=3.2.1
diff --git a/main.c b/main.c
index b41a394..dd49f87 100644
--- a/main.c
+++ b/main.c
@@ -572,14 +572,6 @@ static pid_t do_cmd(char *cmd, char *machine, char *user, char **remote_argv, in
args[argc++] = "-l";
args[argc++] = user;
}
-#ifdef AF_INET
- if (default_af_hint == AF_INET && strcmp(t, "ssh") == 0)