aboutsummaryrefslogtreecommitdiffstats
path: root/packdrake-pm
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2004-07-22 08:25:37 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2004-07-22 08:25:37 +0000
commitb253cf5b1fb2682ff08aa31cddf28ceab496b7d7 (patch)
tree4f414063b337e61738753393e41e9014722e45d6 /packdrake-pm
parent2042214abb62aae04263d18cc2e161fda5354a6e (diff)
downloadrpmtools-b253cf5b1fb2682ff08aa31cddf28ceab496b7d7.tar
rpmtools-b253cf5b1fb2682ff08aa31cddf28ceab496b7d7.tar.gz
rpmtools-b253cf5b1fb2682ff08aa31cddf28ceab496b7d7.tar.bz2
rpmtools-b253cf5b1fb2682ff08aa31cddf28ceab496b7d7.tar.xz
rpmtools-b253cf5b1fb2682ff08aa31cddf28ceab496b7d7.zip
4.5-22mdk: Updates for the new media layout in cooker4.5.22
Diffstat (limited to 'packdrake-pm')
-rw-r--r--packdrake-pm/packdrake.pm14
1 files changed, 7 insertions, 7 deletions
diff --git a/packdrake-pm/packdrake.pm b/packdrake-pm/packdrake.pm
index 3766d81..722b151 100644
--- a/packdrake-pm/packdrake.pm
+++ b/packdrake-pm/packdrake.pm
@@ -7,14 +7,14 @@ $VERSION = "0.04";
=head1 NAME
-packdrake - Mandrake Simple Archive Extractor/Builder
+packdrake - Simple Archive Extractor/Builder
=head1 SYNOPSIS
require packdrake;
- packdrake::cat_archive("/export/Mandrake/base/hdlist.cz",
- "/export/Mandrake/base/hdlist2.cz");
+ packdrake::cat_archive("/export/media/media_info/hdlist.cz",
+ "/export/media/media_info/hdlist2.cz");
packdrake::list_archive("/tmp/modules.cz2");
my $packer = new packdrake("/tmp/modules.cz2");
@@ -24,12 +24,12 @@ packdrake - Mandrake Simple Archive Extractor/Builder
(\*STDIN, "/lib/modules", "/tmp/modules.cz2",
400000, "bzip2", "bzip2 -d");
my $packer = packdrake::build_archive
- (\*STDIN, "/export/Mandrake/base/hdlist.cz",
+ (\*STDIN, "/export/media/media_info/hdlist.cz",
400000, "gzip -9", "gzip -d");
=head1 DESCRIPTION
-C<packdrake> is a very simple archive extractor and builder used by MandrakeSoft.
+C<packdrake> is a very simple archive extractor and builder used by Mandrakesoft.
=head1 IMPLEMENTATION
@@ -62,11 +62,11 @@ TOC_TRAILER for summary.
=head1 SEE ALSO
-packdrake command is a simple executable perl script using this module.
+The packdrake command is a simple executable perl script using this module.
=head1 COPYRIGHT
-Copyright (C) 2000 MandrakeSoft <fpons@mandrakesoft.com>
+Copyright (C) 2000-2004 Mandrakesoft <fpons@mandrakesoft.com>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by