summaryrefslogtreecommitdiffstats
path: root/perl-install/commands
blob: baa02f232894cf56c9688e9580bc7e31c36f3f0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/perl

use diagnostics;
use strict;

use lib qw(/usr/bin/perl-install .);
use common;
use commands;

my $progname = basename($0);

# hack as some functions are defined by perl... so chmod -> chmod_
&{$commands::{$progname} || $commands::{$progname . "_"} || \&err}(@ARGV), exit 0;

sub err { die "$0: unknown program (unimplemented)\n"; }
ass='ctrl'>
authorStew Benedict <stewb@mandriva.org>2002-10-14 18:34:52 +0000
committerStew Benedict <stewb@mandriva.org>2002-10-14 18:34:52 +0000
commitb98f2d4acfc39dbcabe21e142c683b95bf74df55 (patch)
tree3bac3b4571e51e6dcb8e4fa11014e6bcc9f00484 /perl-install/drakxtools.spec
parentf9af3135d2a26c64028b52d13a9c1b431f21e91b (diff)
downloaddrakx-b98f2d4acfc39dbcabe21e142c683b95bf74df55.tar
drakx-b98f2d4acfc39dbcabe21e142c683b95bf74df55.tar.gz
drakx-b98f2d4acfc39dbcabe21e142c683b95bf74df55.tar.bz2
drakx-b98f2d4acfc39dbcabe21e142c683b95bf74df55.tar.xz
drakx-b98f2d4acfc39dbcabe21e142c683b95bf74df55.zip
Finish thin client setup option.
Diffstat (limited to 'perl-install/drakxtools.spec')
0 files changed, 0 insertions, 0 deletions