search for: poptreaddefaultconfig

Displaying 9 results from an estimated 9 matches for "poptreaddefaultconfig".

2004 Nov 13
1
Archive Delete Mode
Patch to add an archive mode that includes deletion. -Rob -------------- next part -------------- Adds an archive mode that includes the delete option. --- orig/options.c 2004-09-23 13:39:05.000000000 -0400 +++ options.c 2004-11-13 09:56:27.000000000 -0500 @@ -39,6 +39,7 @@ int whole_file = -1; int archive_mode = 0; +int archive_delete_mode = 0; int keep_dirlinks = 0; int copy_links = 0;
2004 Mar 16
2
Rsync 2.6.0 compile problem
...g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c popt/popt.c -o popt/popt.o popt/popt.c: In function `poptAddAlias': popt/popt.c:1058: warning: unused parameter `flags' gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c popt/poptconfig.c -o popt/poptconfig.o popt/poptconfig.c: In function `poptReadDefaultConfig': popt/poptconfig.c:162: warning: unused parameter `useEnv' gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c popt/popthelp.c -o popt/popthelp.o popt/popthelp.c: In function `displayArgs': popt/popthelp.c:20: warning: unused parameter `foo' popt/popthelp.c:22: warning: unused...
2004 Feb 20
1
[patch] fix for "refuse options" ignored due to popt
Hello, I found the reason why "refuse options" is ignored on the server side. When then 5th argument (int val) in the poptOption struct is set to zero, the parsing function poptGetNextOpt() just continues with the next arg, without returning. So check_refuse_options() is simply not called in such cases. The attached patch makes "refuse options" work with checksum and
2002 Mar 19
0
BSD/OS and 2.5.2-current
...-O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c popt/popt.c -o popt/popt .o popt/popt.c: In function `poptAddAlias': popt/popt.c:673: warning: unused parameter `flags' gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c popt/poptconfig.c -o pop t/poptconfig.o popt/poptconfig.c: In function `poptReadDefaultConfig': popt/poptconfig.c:121: warning: unused parameter `useEnv' gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c popt/popthelp.c -o popt/ popthelp.o popt/popthelp.c: In function `displayArgs': popt/popthelp.c:11: warning: unused parameter `foo' popt/popthelp.c:13: warning: unus...
2002 Feb 20
1
Errors compiling rsync 2.5.2 on Solaris 8
...bscript has type `char' popt/poptconfig.c:28: warning: subscript has type `char' popt/poptconfig.c:30: warning: subscript has type `char' popt/poptconfig.c: In function `poptReadConfigFile': popt/poptconfig.c:93: warning: subscript has type `char' popt/poptconfig.c: In function `poptReadDefaultConfig': popt/poptconfig.c:121: warning: unused parameter `useEnv' gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c popt/popthelp.c -o popt/popthelp.o popt/popthelp.c: In function `displayArgs': popt/popthelp.c:11: warning: unused parameter `foo' popt/popthelp.c:13: warning: unused...
2003 Apr 29
6
Connection refused
I've added the: /etc/services /etc/inetd entries as well as /etc/rsync.conf with the contents: [io] path = //Volumes/Mac_OS_X/Library/WebServer/iolanguage.com/Io comment = iolanguage source code But I get this error: % rsync -rvR --progress localhost:/ . localhost.dekorte.com: Connection refused rsync: connection unexpectedly closed (0 bytes read so far) rsync error:
2002 Jan 29
1
Solaris 2.8/2.5.2 build issues
...bscript has type `char' popt/poptconfig.c:28: warning: subscript has type `char' popt/poptconfig.c:30: warning: subscript has type `char' popt/poptconfig.c: In function `poptReadConfigFile': popt/poptconfig.c:93: warning: subscript has type `char' popt/poptconfig.c: In function `poptReadDefaultConfig': popt/poptconfig.c:121: warning: unused parameter `useEnv' gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c popt/popthelp.c -o popt/popthelp.o In file included from popt/system.h:55, from popt/popthelp.c:7: popt/popt.h:117: warning: type qualifiers ignored on functi...
2002 Mar 12
1
Problems with 2.5.3 under Debian Linux
.... -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c popt/popt.c -o popt/popt.o popt/popt.c: In function `poptAddAlias': popt/popt.c:673: warning: unused parameter `flags' gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c popt/poptconfig.c -o popt/poptconfig.o popt/poptconfig.c: In function `poptReadDefaultConfig': popt/poptconfig.c:121: warning: unused parameter `useEnv' gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c popt/popthelp.c -o popt/popthelp.o popt/popthelp.c: In function `displayArgs': popt/popthelp.c:11: warning: unused parameter `foo' popt/popthelp.c:13: warning: unused...
2002 Nov 15
0
building rsync on MacOSX 10.2.2
...ion return type gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c popt/poptconfig.c -o popt/poptconfig.o In file included from popt/system.h:55, from popt/poptconfig.c:5: popt/popt.h:117: warning: type qualifiers ignored on function return type popt/poptconfig.c: In function `poptReadDefaultConfig': popt/poptconfig.c:121: warning: unused parameter `useEnv' gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c popt/popthelp.c -o popt/popthelp.o In file included from popt/system.h:55, from popt/popthelp.c:7: popt/popt.h:117: warning: type qualifiers ignored on functi...