26121d15ae
the KDE team's excellent work, I am initiating burn sequence for KDE 1.x. All base KDE1 ports are hereby nuked. I am also reluctantly reassuming maintainership of the KDE2 ports. Official KDE 2.1 packages built for FreeBSD 4.2-STABLE w/ XFree86 4.0.2 are available on KDE's official ftp mirrors now. Enjoy! Note: It seems that the KDE people rerolled their kdelibs and kdebase packages, and a quick examination of diffs reveal minor changes, but the port should still work. I'll fix the packaging problems that bento runs into. Approved by: kevlo
12 lines
332 B
C
12 lines
332 B
C
--- konsole/src/TEPty.C Sun Feb 18 10:28:28 2001
|
|
+++ konsole/src/TEPty.C.new Fri Feb 23 02:55:58 2001
|
|
@@ -238,7 +238,7 @@
|
|
#ifdef HAVE_UTEMPTER
|
|
removeLineFromUtmp(ttynam, fd);
|
|
#elif defined(USE_LOGIN)
|
|
- char *tty_name=ttyname(0);
|
|
+ char *tty_name=ttyname(fd);
|
|
if (tty_name)
|
|
{
|
|
if (strncmp(tty_name, "/dev/", 5) == 0)
|