Fabrice FACORAT <[EMAIL PROTECTED]> writes:
> > One particular thing that I always pointed out about BUS was that you
> > didn't have to hack to your system, it learned your system on it's own
> > (this is due to a lot of great code by Yoann, e.g., xml function check).
>
> great! there's not enough config tools that use the variables of your
> system
boarf, drakxtools manages this
(at least when it's easy, handling all the lilo and XF86Config options is *hard* :)
in the given example, the pam_filesize seems to be written, but not read? ;)
my $s =
'in any case, I much prefer the "interactive" solution used in DrakX and the
drakxtools... though it lacks the XML buzzword. But you hate XML, don't you?';
use lib '/usr/lib/libDrakX';
use interactive;
'interactive'->vnew->ask_yesorno('', $s, 1);