--- rdate-1.5/rdate.c.orig 2001-08-25 19:47:06.000000000 -0500 +++ rdate-1.5/rdate.c 2005-06-30 19:42:55.000000000 -0500 @@ -215,19 +215,7 @@ case 'm': maxchange = natural(optarg, "maxchange"); break; case 'c': mincount = natural(optarg, "mincount"); break; case 'h': - printf("\ -%s: print or set time based on remote time\n\ -Usage: %s [options] host..., where options are:\n\ - --help, -h -- print this help and exit\n\ - --udp, -u -- use UDP instead of TCP\n\ - --timeout, -t sec -- timeout for one host (0)\n\ - --print, -p -- print remote time (default)\n\ - --average, --avg, -a -- print the average remote time\n\ - --delta, -d -- print delta between local time - --set, -s -- set system time based on remote time\n\ - --maxchange, -m sec -- max local time change allowed (0)\n\ - --mincount, -c count -- min answers to set time (1)\n\ -", progname, progname); + printf("%s: print or set time based on remote time\nUsage: %s [options] host..., where options are:\n--help, -h -- print this help and exit\n--udp, -u -- use UDP instead of TCP\n--timeout, -t sec -- timeout for one host (0)\n--print, -p -- print remote time (default)\n--average, --avg, -a -- print the average remote time\n--delta, -d -- print delta between local time --set, -s -- set system time based on remote time\n--maxchange, -m sec -- max local time change allowed (0)\n--mincount, -c count -- min answers to set time (1)\n", progname, progname); return 0; default: usage(); --- rdate-1.5/Makefile.orig 2001-08-25 18:05:21.000000000 -0500 +++ rdate-1.5/Makefile 2005-06-30 20:01:03.000000000 -0500 @@ -13,9 +13,9 @@ install: all install -d $(prefix)/bin - install -d $(prefix)/man/man1 + install -d $(prefix)/share/man/man1 - install -s -m 555 rdate $(prefix)/bin + install -s -m 755 rdate $(prefix)/bin - install -m 444 rdate.1 $(prefix)/man/man1 + install -m 644 rdate.1 $(prefix)/share/man/man1 dname = $(PACKAGE)-$(VERSION)