X-Git-Url: https://mattmccutchen.net/rsync/rsync-patches.git/blobdiff_plain/36bbf3d1758aadd1232e6f3942ad2b522b4c9aab..52e09c4e076125dd724f969fe00062f2a0815de4:/netgroup-auth.diff diff --git a/netgroup-auth.diff b/netgroup-auth.diff index 502594a..5062a82 100644 --- a/netgroup-auth.diff +++ b/netgroup-auth.diff @@ -3,15 +3,20 @@ and hosts deny. This patch still needs autoconf support for portability. ---- orig/access.c 2005-02-14 00:53:43 -+++ access.c 2005-01-15 20:09:59 -@@ -22,12 +22,15 @@ - */ +To use this patch, run these commands for a successful build: + + patch -p1 - static int match_hostname(char *host, char *tok) { if (!host || !*host)