Displaying 1 result from an estimated 1 matches for "apt_support".
Did you mean:
  ae_support
  
2003 Feb 01
0
Fw: Re: [Apt-rpm] I: [PATCH] 0.5.4cnc9: rsync method support
...- next part --------------
--- rsync-2.5.6/options.c.orig	2003-01-28 06:11:57 +0300
+++ rsync-2.5.6/options.c	2003-01-28 17:38:39 +0300
@@ -127,6 +127,8 @@ static int modify_window_set;
  * address, or a hostname. **/
 char *bind_address;
 
+/** Print information needed for APT rsync method */
+int apt_support = 0;
 
 static void print_rsync_version(enum logcode f)
 {
@@ -370,6 +372,7 @@ static struct poptOption long_options[] 
   {0,		      '4', POPT_ARG_VAL,    &default_af_hint,   AF_INET , 0, 0 },
   {0,		      '6', POPT_ARG_VAL,    &default_af_hint,   AF_INET6 , 0, 0 },
 #endi...