Commit Graph

18 Commits

Author SHA1 Message Date
bde
3c2ee02d21 Removed unused `-I.'s from CFLAGS.
"." means the object directory, so it is just confusing to use it
when nothing is included from the object directory unless the object
directory is also the source directory.  It is confusing for "."
not to mean the source directory anyway, so used `-I.'s should be
replaced by `-I${.OBJDIR}'.
1996-09-04 22:25:35 +00:00
wosch
e99625b29c sync copyright with /usr/share/examples/etc/bsd-style-copyright 1996-08-27 20:04:45 +00:00
wosch
179f760ed3 add pathnames.h, -Wall cleanup 1996-08-20 23:51:20 +00:00
jkh
b6fb079423 Only print the selected timezone in verification rather than the bogus time. 1996-07-03 01:17:34 +00:00
joerg
9931e45bc6 Copy /etc/localtime, unless it's already a symlink. 1996-04-01 08:17:49 +00:00
joerg
7ffaf3cfb7 Another round of fixes:
. Replace my NIH-suffering code to detect the number of lines on
  the terminal by the curses variable LINES.

. Fix the selection code for countries with more than one screenful
  of locations.  The very few people living in America/US/Pacific
  now won't be charged for Indiana any longer... :)

. Removed the gross code that copied over the timezone file to
  /etc/localtime, and create a symlink now instead.
1996-03-31 09:55:02 +00:00
joerg
6094e82d91 All this was horribly broken. The menues were overflowing, the `diff'
calculation wrong, bogus `reboot now!' hints given, and the displayed
month off by one.

Fix all of this.

Requested by:	jkh
1996-03-22 22:22:40 +00:00
wosch
4bfb4f1baf Convert "time zone" to "timezone" in NAME section
Submitted by:	obrien@cs.ucdavis.edu (David E. O'Brien)
1996-02-27 00:27:21 +00:00
wosch
b48086b266 add a manpage 1996-01-24 00:11:58 +00:00
peter
639da796bd recording cvs-1.6 file death 1995-12-30 19:02:48 +00:00
jkh
17a140cae6 Don't put up bogus confirmation dialog. 1995-10-06 02:46:23 +00:00
rgrimes
8f6e1a9b69 Merge RELENG_2_0_5 into HEAD 1995-06-11 19:33:05 +00:00
rgrimes
5a145b5eb1 Remove trailing whitespace. 1995-05-30 03:57:47 +00:00
wollman
5ef9836ca0 Grand new all-singing, dialog-wielding tzsetup(8). Still needs a man page. 1995-04-24 21:04:35 +00:00
ache
b7a021a0c3 Restore back -i for adjkerntz 1994-11-02 09:43:38 +00:00
ache
a08efc8fea Remove -i option from adjkerntz 1994-11-02 00:00:17 +00:00
ache
be7830a2c9 Add 'rm -f /etc/localtime' before cp to /etc/localtime,
I have a link here and got strange results without 'rm'
1994-09-18 18:27:30 +00:00
wollman
887ed56978 A little script to help users in setting up their timezone. (Try it!) 1994-09-13 23:01:59 +00:00