jkh
00f6b2130e
Bring in Joerg's which command. It's small, it's simple, it will stop
...
people (like me! :) from whining!
Submitted by: joerg
1995-01-25 19:18:33 +00:00
paul
7e417f9885
More parser fixes. Store attributes properly for each field and
...
don't emit a second declaration unless it's different to the default.
1995-01-25 07:56:10 +00:00
paul
572d159840
Quash another bug where if no link alias is specified a
...
duplicate declaration was emitted.
1995-01-25 07:10:53 +00:00
paul
bf1a2df634
Correct default calculation of menu field widths.
1995-01-25 06:32:40 +00:00
paul
5b582b5c4d
Fix a serious bug where changes to a field changed all fields
...
in the forms that used the same field declaration.
1995-01-25 06:04:02 +00:00
paul
3c1200ce0b
Improve the forms language quite a bit. Most things now
...
default to sensible values so you don't have to spell out
every little detail for every field. Also, auto-detect
the field type from the syntax.
1995-01-25 03:27:34 +00:00
ache
3fc909228f
Merge.
1995-01-24 00:41:11 +00:00
ache
91f1983c7d
Upgrade. My recent fix applied by author.
1995-01-24 00:37:11 +00:00
ache
38d8a0f015
This commit was generated by cvs2svn to compensate for changes in r5825,
...
which included commits to RCS files with non-trunk default branches.
1995-01-24 00:37:11 +00:00
jkh
37a294f6f3
Bring in a number of changes from NetBSD's make, fixing quite a few
...
problems in the process:
1. Quoting should work properly now. In particular, Chet's reported bash
make problem has gone away.
2. A lot of memory that just wasn't being free'd after use is now freed.
This should cause make to take up a LOT less memory when dealing with
archive targets.
3. Give proper credit to Adam de Boor in a number of files.
Obtained from: NetBSD (and Adam de Boor)
1995-01-23 21:03:17 +00:00
wollman
973de866ee
Don't print protocol-cloned routes by default (enabled by -a flag).
...
Print non-zero expiration timers.
Use err(3) for error reporting.
1995-01-23 20:19:16 +00:00
paul
1f71b5c74f
A forms interface builder. Basically, it reads a forms spec file and
...
spits out a frm.tab.h file with all the definitions needed by the
libforms interface.
1995-01-23 14:43:38 +00:00
bde
7e0bb04ca3
Update comments about MISSING and GNU versions.
1995-01-21 14:47:33 +00:00
bde
72beaa2c03
Don't default to -g in ${CFLAGS}. Developers can still use `make g=-g ...'
...
for debugging. The default ${CFLAGS} still clobbers the system default
of -O2 to -O.
1995-01-21 14:41:45 +00:00
bde
9b9fa2b031
Use exactly the same checks in excluded() as in inlist(): ignore stabs and
...
stringless symbols in excluded(); check for too-small (nonzero) string table
offsets in inlist().
1995-01-21 10:24:18 +00:00
ache
43c32831ea
Better protection against too long pathes and 8bit controls in file
...
names, locate dumps core instead
1995-01-21 05:50:50 +00:00
ache
2ace66ee5a
Not go to interactive mode, if login failed for URLs, just
...
exit(1). Dedicated to Jordan.
1995-01-21 01:37:22 +00:00
wollman
a9a644156c
In the non-PARANOID case, make sure to set `notickets' to 0 sothat login.c
...
doesn't complain.
1995-01-20 23:07:10 +00:00
wollman
73f8dfbd08
Update for new kpasswd interface.
1995-01-20 22:03:36 +00:00
wollman
1553a89f03
Added mk_cmds.
1995-01-19 22:31:17 +00:00
wollman
56a8633bc6
Port to FreeBSD. (Sorry there's no man page yet.)
1995-01-19 22:27:58 +00:00
wollman
1a2bf8adfb
This commit was generated by cvs2svn to compensate for changes in r5719,
...
which included commits to RCS files with non-trunk default branches.
1995-01-19 21:30:25 +00:00
wollman
3c7d166730
Other part of SIPB subsystem library, the program to make command tables.
1995-01-19 21:30:25 +00:00
wollman
ff12ba544d
Kill old Kerberos password-changing support:
...
1) It was export-controlled.
2) It used some ad-hoc protocol invented by Berkeley in ignorance of the
standard MIT distribution's way of doing it (which makes it useless
to most people).
This should be fixed once we have `kadmin'/`kadmind'.
1995-01-19 21:03:48 +00:00
bde
c19d2b51dc
Add option `-x excludelist'. This will be used for removing variously
...
spelled g*compiled* symbols from the kernel so that ddb doesn't have to
do it. The symbols are currently removed by dbsym but dbsym will go
away when symbols are loaded by the boot loader.
Document -m option in usage message.
Check for overrunning some arrays.
Fix some misformatting.
1995-01-17 07:20:26 +00:00
bde
755fa40fa0
Obtained from: looked at the fix in 1.1.5 and rewrote it
...
Fix entabbing.
1995-01-17 07:02:31 +00:00
jkh
e8aad0f7e9
The Makefile contained in usr.bin/tconv contains a bogus
...
reference to the absolute path /usr/src/lib/libmytinfo. The enclosed
patch fixes this.
Submitted by: Remy Card <Remy.Card@masi.ibp.fr>
1995-01-15 06:19:01 +00:00
wollman
76d5de78e8
Add a `-p' option, allowing the super-user to directly set a user's
...
encrypted password. Kerberized `login' might use this, if I get around
to implementing the complete Allspice System behavior.
1995-01-14 23:14:25 +00:00
wollman
d7880059b4
Modify klogin to:
...
1) Don't spit out an error message if Kerberos is installed but not yet
set up.
2) Don't attempt to verify the ticket you got back, as workstations
are not intended to have srvtab files of their own.
Both behaviors can be re-enabled with KLOGIN_PARANOID.
1995-01-14 22:57:41 +00:00
wollman
394758ceb2
Fix include directive bobble.
1995-01-14 22:30:32 +00:00
wollman
f3dfe8155e
Upgrade to latest released SIPB version I can find. (Unfortunately, the
...
original releases were not numbered.)
1995-01-14 22:29:34 +00:00
wollman
c1856588a9
Added compile_et.
1995-01-14 20:58:58 +00:00
wollman
f912b6357b
Slight makefile cleanup.
1995-01-14 20:58:00 +00:00
wollman
3cafb714ea
Fix Sharnoff complain bin/136 (-e flag doesn't work).
1995-01-14 20:36:22 +00:00
dg
98c25c4610
Added 'pages in VM cache' statistic.
1995-01-10 05:52:59 +00:00
dg
b48de0b68d
Fixed two bugs: some malloced space wasn't freed after it was no longer
...
needed and the file wasn't closed when the -t option was used.
Originally by thomas@mathematik.uni-Bremen.de , but were incomplete.
Submitted by: thomas@mathematik.uni-Bremen.de and myself
1995-01-09 05:59:04 +00:00
dg
029e053897
Old fix from Robert Crowe <bob@speakez.com> that has been sitting in
...
my mailbox since early last year. Fixes a problem with running out of
fds (by hitting the limit or whatever) when ar is given a long list of
objects. The fix was to add a missing close().
Submitted by: Robert Crowe <bob@speakez.com>
1995-01-09 04:50:30 +00:00
jkh
ef3ac5d522
Add Sean Eric Fagan's support for a ~/.nofinger file for user who prefer
...
their privacy.
Submitted by: sef
1995-01-04 01:02:43 +00:00
ache
cde6c872cc
Upgrade
1995-01-03 17:25:13 +00:00
ache
893ebd4ad2
Merge
1995-01-03 17:22:35 +00:00
ache
73e7d767e2
Upgrade
1995-01-03 17:18:21 +00:00
ache
79bc29d507
This commit was generated by cvs2svn to compensate for changes in r5360,
...
which included commits to RCS files with non-trunk default branches.
1995-01-03 17:18:21 +00:00
ats
ba03fd9b3b
Correct the usage of the maxmaxcode so that compress -b 12 works again.
...
Thanks to Dave Rivers for reporting that problem.
1995-01-02 10:04:02 +00:00
ache
719d7e5ec7
Reflects $HOME dir handling
1994-12-31 12:32:01 +00:00
ache
92ef61b76b
Fix for two problems:
...
Calendar not cd $HOME when running by user
Calendar calls cpp with # lines allowed
1994-12-31 12:15:27 +00:00
jkh
87012d0b5d
Add David River's patch fix to use the passed in number of bits (-b <n>)
...
properly.
Submitted by: rivers
1994-12-31 04:40:52 +00:00
ache
6e55af89fa
Add check for writeable terminal
...
Submitted by: mark@grondar.za (and slightly modified)
1994-12-30 16:09:31 +00:00
ache
da190124ea
Fix bug with printing out short archive entries,
...
incorrect padding
1994-12-28 14:11:21 +00:00
ache
9185040489
Additional longname fix
...
Submitted by: dufault@hda.com
1994-12-28 13:19:39 +00:00
ache
4bd676919b
Fix for handling long archive names
...
Submitted by: dufault@hda.com
1994-12-28 00:47:24 +00:00
bde
1a4b09b93b
Document the arch flag. It has always worked in 2.0.
...
Document aliases for the flags.
The formatting of the section describing the flags is poor.
1994-12-27 16:49:08 +00:00
ats
9f9964ce84
My prevoius commit missed some things. The out_line didn't need
...
to be padded to 8 chars. Simply make sure that never more than 8 chars
are printed ( %-.8s ). The former commit otherwise hosed the width
calculation and landed on different positions for the time output.
Also the strlen(xx_out_line) hoses the wide
calculation, so that it sometimes make it much larger than necessary.
Simply use always 8 chars for the out_line calculation now. Looks good
this way.
1994-12-27 00:53:14 +00:00
ats
ad4b7014ed
The out_line doesn't need to be zero terminated, so print it not with %s
...
but with a %-8.8s instead. this prevents funny output, if the out_line
contains a long hostname that is larger than 8 chars.
1994-12-26 17:29:03 +00:00
ache
fb92c84ee8
Merging.
...
v1.9.0 - December 22, 1994. The program won't exit from the interactive shell
if it's working from a tty. For example, it won't exit if you do an mget
on a pattern that won't match anything. Added padding around jmp_buf's
for SunOS. SunOS needs sigjmp_buf's, but plenty of OS's don't support
sigjmp_buf's yet. Fixed the tips to reflect the new archive site.
v1.8.9 - December 20, 1994. Can now set "passive" user variable, or use
passive command to toggle PASV/PORT ftp. Debug mode now prints remote
responses. Can now get around buggy FTP servers like boombox.micro.umn.edu,
that give back invalid port numbers to PASV.
v1.8.8 - December 19, 1994. Now falls back to port FTP if passive FTP fails.
1994-12-24 01:15:19 +00:00
ache
962de1ff22
Update
1994-12-24 01:01:48 +00:00
ache
fc6a3e5e76
This commit was generated by cvs2svn to compensate for changes in r5216,
...
which included commits to RCS files with non-trunk default branches.
1994-12-24 01:01:48 +00:00
nate
2b85911694
Subject: ranlib fix for odd length long final file names (PR #82 )
...
Submitted by: Peter Dufault <dufault@hda.com>
1994-12-23 22:55:00 +00:00
nate
047d3abc50
Updated to recent version of Paul K.'s shlib code. This code has better
...
warning handling and allows for link-time warnings with a modified
version of gas.
Note: Not all of the newer bits were updated such as some of the non-x86
machine-dependant code is relevant to FreeBSD right now.
Obtained from: NetBSD
1994-12-23 22:31:35 +00:00
wollman
ce1834141c
Added much-needed new options -[lL], to suppress printing of either the
...
call-graph or the flat profile, since often you only want one of them.
1994-12-22 20:52:15 +00:00
ache
001116dce9
Use ASCII lock instead of BINARY one.
1994-12-19 01:57:17 +00:00
ache
131f4d2164
Use proper device names.
...
Remove fix-cua script, does nothing good.
1994-12-19 01:22:21 +00:00
ache
768686879c
Use proper dialout device name
1994-12-19 01:14:58 +00:00
ache
8aac7026cb
Use proper LOCKDIR name
1994-12-19 01:07:59 +00:00
ache
23cb50cb62
Use proper lock dir name
1994-12-19 01:02:11 +00:00
ache
79c287feb6
Skip nulls in putback to don't confuse with EOFs
1994-12-19 00:26:20 +00:00
ache
44a01bec5c
Make m4 more 8bit clean.
...
Don't use is*(EOF)
This fix core dump when LANG setted to 8bit wide charset
and ENABLE_STARTUP_LOCALE
1994-12-18 23:58:25 +00:00
jkh
12fa25db82
Nuke bogus duplicate decls.
1994-12-18 11:59:37 +00:00
ache
8208ca5c30
strip not close files on error
...
Submitted by: jc@irbs.com
1994-12-18 01:18:17 +00:00
ache
9b983f8f9b
Fix odd length long names
...
Submitted by: dufault@hda.com
also Obtained from: 1.1.5.1
1994-12-17 05:59:33 +00:00
wollman
d579313f8d
Document new route flags.
1994-12-14 18:55:01 +00:00
wollman
2815c0cbf5
Make it possible to correctly print out new route flags, and do so.
1994-12-13 22:34:34 +00:00
ache
2aacf92f19
Merge...
1994-12-13 21:03:46 +00:00
ache
9f8a13aa70
Upgrade...
1994-12-13 20:43:57 +00:00
ache
206bf73a97
This commit was generated by cvs2svn to compensate for changes in r5093,
...
which included commits to RCS files with non-trunk default branches.
1994-12-13 20:43:57 +00:00
ache
847f097bee
Point that we use GNU version of uucp
1994-12-13 19:48:51 +00:00
ache
b9665ad3e1
Fix includes, tputs argument, ospeed setting, printing
...
attributes started with 'l'
1994-12-12 06:14:42 +00:00
ats
00eb70825c
change a .TH VMSTAT 1 to a .TH VMSTAT 8 .
1994-12-12 00:26:08 +00:00
ats
e29f36e542
Changed a nslookup(1) to nslookup(8).
1994-12-12 00:24:31 +00:00
ats
30383496a9
Changed the usage of the new not existant manpage macros CMD_EXT, INDOT
...
and SYS_OPS_EXT to the normal numbers. Garrett, don't kill me :-).
1994-12-12 00:23:00 +00:00
ats
fae3396f06
Changed one uucico(1) to uucico(8).
1994-12-12 00:19:19 +00:00
ache
cadfa3e269
Remove links before creating them
1994-12-08 22:27:49 +00:00
pst
aa283de558
Remove extra newline introduced in 44lite (oops)
1994-12-05 10:01:39 +00:00
pst
d72d6db86e
Remove extra newline introduced in Net/2
1994-12-05 10:01:23 +00:00
ache
359f1e4eb9
Don't install as 'cu', it breaks Taylor 'cu' installed in the same
...
directory. Taylor 'cu' is much more powerful than this cheap 'tip'
1994-12-04 22:20:42 +00:00
ache
fb6252e418
Remove iso8859-1 to proper name
1994-12-04 21:13:56 +00:00
ache
84b42cbdbd
Dig out full locale names set for ISO8859-1 (great success!)
1994-12-04 21:11:29 +00:00
ache
14a6cf2109
Found at least one proper name for ISO8859-1 locale,
...
still need more names
1994-12-04 20:46:33 +00:00
ache
264a8f6c5f
Comment out iso88591 installation until proper name set will be found
...
(see README.locale_name). Please, anybody tell me language set
and countries set described in iso88591 to produce proper name set.
1994-12-04 20:27:31 +00:00
ache
e4a64194ac
Add quick description of rules how to build locale name,
...
f.e. iso_8859_1 name is completely incorrect
1994-12-04 20:12:10 +00:00
ache
2ba8bf9157
Fix encoding scheme UTF2 --> None
1994-12-04 19:54:19 +00:00
ache
5cfd007601
Reorganize data to not mess with sources
1994-12-04 19:52:31 +00:00
ache
b371615607
Fix wrong encoding scheme UTF2 --> NONE
1994-12-04 19:41:35 +00:00
jkh
7ad0579439
Install Kaleb's iso_8859_1 by default.
1994-12-04 12:22:45 +00:00
jkh
ec693af768
From: Kaleb Keithley <kaleb@x.org>
...
Here's something that should be a big selling point for European users.
Note that Linux still doesn't support anything other than the POSIX locale.
This is a superset of the POSIX locale with support for all the accented
characters. You need this to do compose processing in XFree86 3.x. I'm
using this on my 1.1.5.1 system. Don't know whether it works on 2.0, but
can't think of any reason why it wouldn't.
Submitted by: kaleb
1994-12-04 12:19:25 +00:00
bde
507c04bcc3
extern.h, iostat.c, main.c, vmstat.c:
...
Use the correct value of hz (stathz if it is nonzero) for
interpretion of dk_time[] and cp_time[] in iostat.c. Avoid
multiple conversions of this value in iostat.c and vmstat.c
iostat.c:
Implement the display of cp_time[CP_INTR]. Fix the display
of cp_time[CP_IDLE] (the display was always null because
cp_time[CP_INTR] == 0 was displayed instead).
systat.1:
Document the display of cp_time[CP_INTR].
vmstat.c:
Implement the display of cp_time[CP_INTR].
1994-12-03 10:06:40 +00:00
ats
5151cf56b6
Submitted by: Philippe Charnier
...
Fixed a little typo: lable -> label.
1994-12-01 22:19:02 +00:00
ugen
d93eef03a6
Sorry..forgot something for yesterdays login patch..
...
(Umm..i hope nobody "make world" this time:)
1994-12-01 12:35:54 +00:00
ugen
8ad6e3251b
Patch of password expired bug.
...
Now password changed for right user and
no longer possible to skip password change.
I hope it will be ok....
1994-11-30 15:40:09 +00:00
ache
32ed38ead8
Get rid of gets
...
Submitted by: Ollivier Robert
1994-11-29 01:11:43 +00:00
dg
fb5bb563e2
Moved "VMSTAT" column up by one row so that it displays properly on 24
...
row displays.
1994-11-25 03:48:04 +00:00
ache
ea93a0e17c
add missing tconv
1994-11-22 00:47:14 +00:00
phk
1a81bac89a
Another absolute path...
1994-11-21 01:07:02 +00:00
phk
87c94514b6
-I${.CURDIR}/../..
1994-11-21 00:54:28 +00:00
phk
3c6e7145ab
Absolute path to /sys again...
1994-11-21 00:53:32 +00:00
phk
5969f0545c
More absolute paths
1994-11-21 00:17:10 +00:00
wollman
6f83a72187
Add distribution=krb for P-HK
1994-11-20 23:23:28 +00:00
jkh
008eb04590
Add getopt. 1.x used to have it, it's gone from 2.0, I need it, end
...
of story.
1994-11-20 14:21:25 +00:00
nate
4e3e94f6b1
NetBSD -> FreeBSD
...
(Bring to 2.0 please)
1994-11-19 18:19:27 +00:00
ats
a478cc7ac5
Correct the dig manpage that has some macros in it, that our man system
...
doesn't understand.
1994-11-19 13:12:37 +00:00
ats
43d40a56f0
Fixed a typo. Seems this manual page has stemmed from the rwall
...
man page :-).
1994-11-18 21:37:40 +00:00
ats
5e6122808a
Fixed the PATH and cleanenv setting in su. This was totally broken in the
...
4.4BSD Lite source.
1994-11-17 16:56:58 +00:00
phk
f3cc8692bf
A little fix for "make distribute".
1994-11-14 21:28:46 +00:00
bde
d1be7de765
Fix logic in previous commit.
1994-11-14 07:13:12 +00:00
lars
50630f0206
Added chat
1994-11-12 05:32:46 +00:00
lars
618a2b1931
chat for ppp, from ppp 2.1.2
1994-11-12 05:25:32 +00:00
lars
3718ba6d64
This commit was generated by cvs2svn to compensate for changes in r4374,
...
which included commits to RCS files with non-trunk default branches.
1994-11-12 05:25:32 +00:00
lars
7141958b03
chat for ppp, from ppp 2.1.2
1994-11-12 05:25:32 +00:00
lars
f84d7d9abf
chat for ppp, from ppp 2.1.2
1994-11-12 05:25:32 +00:00
ache
99297c6bd2
Fix beforeinstall target:
...
use chflags /usr/bin/chpass ONLY if chpass present
1994-11-08 14:59:22 +00:00
ache
5087bcc0e9
Set given term name exactly, not first name from termcap entry.
...
It helps for rlogin/telnet to another systems without our termcap
1994-11-07 20:26:35 +00:00
phk
fcd393a845
Always make the salt a 8 char string (incl '\0') for algorithms that can use it
1994-11-06 21:08:19 +00:00
ache
71f06f6803
Better tuning for FreeBSD 2.0
1994-11-04 06:59:17 +00:00
ache
262fc78bc6
Merge changes with new version
1994-11-04 06:11:39 +00:00
ache
e4ff209da9
Initial import 1.8.6
1994-11-04 05:36:00 +00:00
ache
2b0c966dab
This commit was generated by cvs2svn to compensate for changes in r4135,
...
which included commits to RCS files with non-trunk default branches.
1994-11-04 05:36:00 +00:00
ache
2ab6cc91f0
Prepare for 1.8.6 import
1994-11-04 05:34:16 +00:00
ache
5def2f702c
Simplify __FreeBSD__ block since __386BSD_ eliminated
1994-11-04 04:53:13 +00:00
jkh
5446d45c75
__386BSD__ -> __FreeBSD__
...
I know that many of these entries are bogus and need to be revisited,
but let's get the tree working again for now and then do a pass through
looking at all the __FreeBSD__ entries, shall we?
1994-11-04 02:14:13 +00:00
bde
3e82d5d1af
Give up instead of looping endlessly for unknown speeds.
1994-10-30 21:01:04 +00:00
ache
3c59c5a8ee
More 8bit/ctype fixes, command mode
1994-10-30 04:05:50 +00:00
ache
2dcd3b75fb
Make window 8bit clean and ctype oriented.
...
Fix restart after ^Z hang.
1994-10-30 03:09:58 +00:00
ache
efe303f9ea
Fix hang on exit: needs to restore SIGIO reaction _before_
...
tcsetattr, because tcsetattr cause SIGIO in wakeup
1994-10-30 01:43:09 +00:00
ache
9a9c874b31
Fix print class mistype
1994-10-28 23:31:48 +00:00
jkh
dff094b274
Andreas Klemm's tape erase patches from 1.1.5.1.
...
Submitted by: andreas
1994-10-28 13:21:57 +00:00
ache
eff7ae253b
Remove VMIN_BUG from CFLAGS, add 57600, 115200
1994-10-27 22:52:14 +00:00
pst
82209f9283
lorder(1) manual page not properly installed due to makefile usurping
...
install rule.
1994-10-27 19:23:30 +00:00
ljo
35974ba8f2
Remove the f77 script now that we are instead installing a f77 program
...
(that does the same as the script). The f77 program lives in cc/f77.
1994-10-27 16:37:39 +00:00
ache
91bf889cda
Partially back out previous fix (in cases ':' and '!'),
...
leave case '.' as valid user name, not host reference.
Document new behaviour.
1994-10-24 05:42:34 +00:00
ache
db2f18a27b
Remove undocumented talk behaviour, when names like
...
aa.bb aa:bb and aa!bb treated as user+host and not as local user
names (especially aa.bb is common case).
Only @ is valid user/host separator according to manpage.
Pointed-by: doctor@dream.demos.su
1994-10-24 03:48:44 +00:00
wollman
11c82d3064
Use new NFS sysctl interface to get statistics rather than reading /dev/kmem,
...
unless the user specifies a dead kernel to operate on.
1994-10-23 23:25:43 +00:00
guido
c129ac0583
The talkd security hole can ealso be exploited by wall (and thus rwall).
...
write and talk are not affected.
Now print out escape sequences in the same way as is done by write(1).
1994-10-23 15:33:55 +00:00
adam
4750b85d84
P was missing from getopt string
1994-10-19 11:15:30 +00:00
ache
e414a5d4d0
Prevents segm. fault on unknown option
1994-10-19 05:10:06 +00:00
pst
ccb1b7b8b1
Remove which per Rod's request.
1994-10-19 03:14:13 +00:00
pst
c08105f1f8
Added which
1994-10-19 00:34:23 +00:00
pst
e3801229c7
Include most of the logdaemon v4.4 S/key changes
1994-10-19 00:03:45 +00:00
dg
f1b1cbd47d
Made zero-fill stats a bit more clear.
1994-10-18 15:17:09 +00:00
dg
126ffa95cf
Updated to changes in struct vmmeter.
1994-10-18 15:03:10 +00:00
dg
842a8efe85
Updated to changes in struct vmmeter and reorganized -s stats to be more
...
logical.
1994-10-18 15:00:06 +00:00
phk
c451d9bf51
Spelling mistakes.
...
Submitted by: Chris Kukulies
1994-10-17 17:16:47 +00:00