search for: lp_include_from

Displaying 2 results from an estimated 2 matches for "lp_include_from".

2004 Jun 01
1
what does lp_log_file mean??
I have some problems when I read the code of the rsync. There are many reference such as lp_log_file, lp_uid, lp_include_from, etc. in the file clientserver.c and log.c . Who can tell what do they mean? Are they functions? Where I can find the particular information about them? Thanks! _________________________________________________________________ Ãâ·ÑÏÂÔØ MSN Explorer: http://explorer.msn.com/lccn/
2004 Mar 10
4
HFS+ resource forks: WIP patch included
..., P_LOCAL, &sDefault.refuse_options,NULL, 0}, {"dont compress", P_STRING, P_LOCAL, &sDefault.dont_compress,NULL, 0}, {NULL, P_BOOL, P_NONE, NULL, NULL, 0} @@ -370,6 +372,7 @@ FN_LOCAL_STRING(lp_include, include) FN_LOCAL_STRING(lp_include_from, include_from) FN_LOCAL_STRING(lp_log_format, log_format) +FN_LOCAL_STRING(lp_hfs_mode, hfs_mode) FN_LOCAL_STRING(lp_refuse_options, refuse_options) FN_LOCAL_STRING(lp_dont_compress, dont_compress) FN_LOCAL_INTEGER(lp_timeout, timeout) diff -u rsync-2.6.0/options.c rsync-2.6.0-dar/options.c ---...