aboutsummaryrefslogtreecommitdiffstats
path: root/src/securetty.c
Commit message (Expand)AuthorAgeFilesLines
* Add a 'securetty' command that frobs /etc/securetty. Call it from the serial ...Bill Nottingham2008-04-031-0/+94
n/bug-13680'>user/erwan/bug-13680 Mageia Installer and base platform for many utilitiesThierry Vignaud [tv]
summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/remove-unused-packages
blob: bc54c3e1ca3c093e1ad5c3fd5274664d3ad03c52 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/perl

use lib qw(/usr/lib/libDrakX);
use pkgs;
use interactive;
use do_pkgs;
use standalone;

my $in = interactive->vnew('su');
my $do_pkgs = do_pkgs::do_pkgs($in);
pkgs::remove_unused_packages($in, $do_pkgs);