summaryrefslogtreecommitdiffstats
path: root/perl-install/commands.pm
diff options
context:
space:
mode:
authorDavid odin <dindinx@mandriva.com>2000-02-08 16:09:37 +0000
committerDavid odin <dindinx@mandriva.com>2000-02-08 16:09:37 +0000
commit0f6ab4f1ba3cdbd64babc02db5944e5cff26fcc4 (patch)
tree5afcee185ee4b0805b13d3bbb8f54cb125f6a1cd /perl-install/commands.pm
parent45725fb2b59a8771f3afca5f74cf148f71456aec (diff)
downloaddrakx-backup-do-not-use-0f6ab4f1ba3cdbd64babc02db5944e5cff26fcc4.tar
drakx-backup-do-not-use-0f6ab4f1ba3cdbd64babc02db5944e5cff26fcc4.tar.gz
drakx-backup-do-not-use-0f6ab4f1ba3cdbd64babc02db5944e5cff26fcc4.tar.bz2
drakx-backup-do-not-use-0f6ab4f1ba3cdbd64babc02db5944e5cff26fcc4.tar.xz
drakx-backup-do-not-use-0f6ab4f1ba3cdbd64babc02db5944e5cff26fcc4.zip
Various comments additions.
Diffstat (limited to 'perl-install/commands.pm')
-rw-r--r--perl-install/commands.pm7
1 files changed, 7 insertions, 0 deletions
diff --git a/perl-install/commands.pm b/perl-install/commands.pm
index fc4653b64..3284354a6 100644
--- a/perl-install/commands.pm
+++ b/perl-install/commands.pm
@@ -1,3 +1,10 @@
+#-########################################################################
+#- This file implement many common shell commands:
+#- true, false, cat, which, dirname, basename, rmdir, lsmod, grep, tr,
+#- mount, umount, mkdir, mknod, ln, rm, chmod, chown, mkswap, swapon,
+#- swapoff, ls, cp, ps, dd, head, tail, strings, hexdump, more, insmod,
+#- modprobe, route, df, kill, lspci, dmesg, sort, du,
+#-########################################################################
package commands;
use diagnostics;