summaryrefslogtreecommitdiff
path: root/dist/ntp/scripts/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'dist/ntp/scripts/Makefile.in')
0 files changed, 0 insertions, 0 deletions
n='3' class='logmsg'> 2006-04-03fix a typo in LINKS.yamt 2006-04-03Clean up a bit.perry 2006-04-03Remove vestiges of the ACULOG support. It depended on the suid supportperry (which is now gone) and it is woefully obsolete -- if something analogous is ever needed in the future, syslog is the way to do it. 2006-04-03Now we use tip-as-cu, not Taylor UUCP cu.tls These programs are no longer setuid, and now lock devices with flock, not file locks in /var/spool/. They will no longer lock against UUCP itself unless we modify UUCP to lock with flock, but this seems highly unlikely to be an issue in the present day. 2006-04-03The ~C / ~+ command is no longer optional.tls 2006-04-03Remove support for uucp style locking.perry This means we can get rid of the suid/sgid parts of the code (which have been removed). The program is now installed with normal permissions. To prevent accidents, we now flock the tty line, attempting to get an exclusive lock. Reviewed by: tls 2006-04-03Whoops. We don't *use* log.o, so don't *build* it.tls 2006-04-02Fix the conditional compilation on ACULOG so it actually works.tls Turn it off by default -- it hardly saves any space, but it's one of the reasons why the executable is installed setuid, and other versions of tip/cu don't write a log file anyway. We can add syslog support later if we ever really want this back, the file-writing is all encapsulated in log.c. 2006-04-02Don't build any of the dialers except Hayes. If anyone is using any oftls the others (maybe "Courier", but I doubt it) we can easily enough turn them back on. Saves 20-30K depending on platform. Not totally insignificant, since this often goes on install media, or very small systems. 2006-04-02Default baud rate to 9600 (was 1200) to match Taylor cu.tls 2006-03-16warns=4christos 2004-04-23constify and warns = 3christos 1997-11-22WARNSify, KNFify, using ANSI string functions, cleanup .Nm usagelukem 1997-10-24use CPPFLAGS instead of CFLAGSlukem 1997-10-20disable WARNS here for now.mrg 1997-10-11Make these executables world-readable.mycroft 1997-05-08Back out the .PATH.c changes. The .depend problem (and others)gwr will be fixed using the new .NOPATH make feature instead. 1997-05-06Use .PATH.c: ...gwr 1996-12-29add -ansi -pedantic to CFLAGS, so that people won't try to use the behaviourcgd of the old zzhack-access macros, which with the current macro definitions would cause a cast value to be used as an lvalue, which is a gcc extension, but _not_ what we want.