--- ./doc/remsync.texi Thu Nov 30 18:15:37 1995 +++ ../sharutils-4.2.1/./doc/remsync.texi Wed Apr 5 17:42:18 2000 @@ -7,6 +7,17 @@ @c %**end of header @ifinfo +@format +INFO-DIR-SECTION Shell Archive utilities +START-INFO-DIR-ENTRY +* Remsync: (remsync). Synchronize remote files. +* mail-files: (remsync)mail-files invocation. Send files to remote site. +* mailshar: (remsync)mailshar invocation. Make and send a shell archive. +END-INFO-DIR-ENTRY +@end format +@end ifinfo + +@ifinfo This file documents the @code{remsync} command and friends, which have the purpose of synchronizing remote directory trees using email. --- ./doc/sharutils.texi Fri Nov 24 21:42:52 1995 +++ ../sharutils-4.2.1/./doc/sharutils.texi Wed Apr 5 17:42:05 2000 @@ -16,15 +16,11 @@ @ifinfo @format +INFO-DIR-SECTION Shell Archive utilities START-INFO-DIR-ENTRY * Shar utilities: (sharutils). GNU shar utilities. -* mail-files: (sharutils)mail-files invocation. Send files to remote site. -* mailshar: (sharutils)mailshar invocation. Make and send a shell archive. -* remsync: (sharutils)remsync invocation. Synchronize remote files. * shar: (sharutils)shar invocation. Make a shell archive. * unshar: (sharutils)unshar invocation. Explode a shell archive. -* uudecode: (sharutils)uudecode invocation. Restore file from 7-bits. -* uuencode: (sharutils)uuencode invocation. Force binary file to 7-bits. END-INFO-DIR-ENTRY @end format @end ifinfo --- ./src/shar.c Fri Sep 10 15:20:41 1999 +++ ../sharutils-4.2.1/./src/shar.c Wed Apr 5 17:09:54 2000 @@ -696,7 +696,7 @@ const char *local_name; const char *restore_name; { - fprintf (output, "# %6ld %s %s\n", struct_stat.st_size, + fprintf (output, "# %6ld %s %s\n", (long)struct_stat.st_size, mode_string (struct_stat.st_mode), restore_name); return 0; }