#!/usr/bin/perl use lib qw(/usr/lib/libDrakX); use standalone; #- warning, standalone must be loaded very first, for 'explanations' use common; use interactive; use security::level; use authentication; use any; my $users = []; my $in; if (my @l = grep { ! /^-/ } @ARGV) { $users = [ map { { name => $_, realname => $_ } } @l ]; } else { $in = 'interactive'->vnew('su'); any::ask_users($in, $users, security::level::get(), []); } any::add_users($users, authentication::get()); $in->exit(0) if $in; cgit logo index : ldetect-lst
Hardware List for the Light Hardware Detection ToolThierry Vignaud [tv]
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2005-04-28 18:20:18 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2005-04-28 18:20:18 +0000
commit064223a75403b9b9cd3efca9821b62b01ef76bd1 (patch)
tree2fdf4b03999871fb3adb270ebcd9608de6c5c40b
parent541f9807822d0b0a2ec54ba7ce5f83d7e594c881 (diff)
downloadldetect-lst-064223a75403b9b9cd3efca9821b62b01ef76bd1.tar
ldetect-lst-064223a75403b9b9cd3efca9821b62b01ef76bd1.tar.gz
ldetect-lst-064223a75403b9b9cd3efca9821b62b01ef76bd1.tar.bz2
ldetect-lst-064223a75403b9b9cd3efca9821b62b01ef76bd1.tar.xz
ldetect-lst-064223a75403b9b9cd3efca9821b62b01ef76bd1.zip
add a new ATI SATA controller from kernel-2.6.11.8mdk
Diffstat