On Sat, Nov 18, 2000 at 12:50:05PM +0100, Laurent Perrin wrote:
> if you define USE_LOGIN, kwrited will use login/logout to update utmp
> from TEPty.C:
[...]
> should be cool?
yes..you would assume that... :) I tried that and it builds just fine..
but crashes left and right...
Ivan
--
--
if you define USE_LOGIN, kwrited will use login/logout to update utmp
from TEPty.C:
#ifdef USE_LOGIN
#include
#include
#endif
#elif defined(USE_LOGIN)
char *tty_name=ttyname(0);
if (tty_name)
logout(tty_name);
#endif
#ifdef USE_LOGIN
...
login(&l_struct);
I wanted to update the status of this report by Achim...
> o /etc/kde and /etc/kde2
>
> Because config files are stored now in /etc/kde2 I've got
> quite so unused config files below /etc/kde. Try a
>
> dpkg -S /etc/kde/*
>
> Maybe one could add a preinstall
3 matches
Mail list logo