diff options
author | Stew Benedict <stewb@mandriva.org> | 2004-01-26 23:28:01 +0000 |
---|---|---|
committer | Stew Benedict <stewb@mandriva.org> | 2004-01-26 23:28:01 +0000 |
commit | 45597973229a8a665a01a9f5210592eb08e62042 (patch) | |
tree | ccbab81d800921764879a40b1b5410b206fdf08c /perl-install/standalone | |
parent | 2ce4f907697332a5f71a397226ee1cfa3940fc69 (diff) | |
download | drakx-backup-do-not-use-45597973229a8a665a01a9f5210592eb08e62042.tar drakx-backup-do-not-use-45597973229a8a665a01a9f5210592eb08e62042.tar.gz drakx-backup-do-not-use-45597973229a8a665a01a9f5210592eb08e62042.tar.bz2 drakx-backup-do-not-use-45597973229a8a665a01a9f5210592eb08e62042.tar.xz drakx-backup-do-not-use-45597973229a8a665a01a9f5210592eb08e62042.zip |
Remove unused sub.
Diffstat (limited to 'perl-install/standalone')
-rwxr-xr-x | perl-install/standalone/drakTermServ | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/perl-install/standalone/drakTermServ b/perl-install/standalone/drakTermServ index 73de784ba..872e3d296 100755 --- a/perl-install/standalone/drakTermServ +++ b/perl-install/standalone/drakTermServ @@ -58,7 +58,7 @@ my $changes_made = 0; my $client_cfg = "/etc/dhcpd.conf.etherboot.clients"; #- make sure terminal server and friends are installed -my $ts = system("rpm -qa | grep terminal-server > /dev/null"); +my $ts = system("rpm -q terminal-server > /dev/null"); if ($ts == 256) { if ($ENV{DISPLAY}) { system("urpmi --X terminal-server > /dev/null"); @@ -478,20 +478,6 @@ sub restart_dm() { } } -sub about() { - text_view(N(" - Coprright (C) 2002-2004 by MandrakeSoft - Stew Benedict sbenedict\@mandrakesoft.com - -") . $::license . N(" - - Thanks: - - LTSP Project http://www.ltsp.org - - Michael Brown <mbrown\@fensystems.co.uk> - -"), "close"); -} - sub text_view { my ($text, $option) = @_; my $box; |