freebsd-dev/usr.bin/rdist
Nik Clayton 3be5f1f5ce Add $Id$, to make it simpler for members of the translation teams to
track.

The $Id$ line is normally at the bottom of the main comment block in the
man page, separated from the rest of the manpage by an empty comment,
like so;

     .\"    $Id$
     .\"

If the immediately preceding comment is a @(#) format ID marker than the
the $Id$ will line up underneath it with no intervening blank lines.
Otherwise, an additional blank line is inserted.

Approved by:            bde
1999-07-12 20:24:20 +00:00
..
cron.entry BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
defs.h Correctly operate on hardlink when source and destination are not on the same 1998-04-20 06:20:24 +00:00
docmd.c Prevent rdist from dumping core: do not free() pointer before using it. 1998-04-06 06:18:32 +00:00
expand.c Clean up some ambiguous nested if/elses. 1999-07-04 17:26:16 +00:00
gram.y Prevent rdist from dumping core: do not free() pointer before using it. 1998-04-06 06:18:32 +00:00
lookup.c Correctly operate on hardlink when source and destination are not on the same 1998-04-20 06:20:24 +00:00
main.c Prevent rdist from dumping core: do not free() pointer before using it. 1998-04-06 06:18:32 +00:00
Makefile Simplified by using new yacc rules and by not generating y.tab.h. 1998-05-04 19:25:41 +00:00
pathnames.h Remove the need for rdist(1) to run setuid, thus completely closing any 1996-08-10 07:54:17 +00:00
rdist.1 Add $Id$, to make it simpler for members of the translation teams to 1999-07-12 20:24:20 +00:00
rshrcmd.c Prevent rdist from dumping core: do not free() pointer before using it. 1998-04-06 06:18:32 +00:00
server.c Make sure we pass the length - 1 to readlink, since it adds its own 1998-06-09 04:10:08 +00:00