summaryrefslogtreecommitdiffstats
path: root/RPM4/examples/hdinfo
diff options
context:
space:
mode:
Diffstat (limited to 'RPM4/examples/hdinfo')
-rwxr-xr-xRPM4/examples/hdinfo8
1 files changed, 4 insertions, 4 deletions
diff --git a/RPM4/examples/hdinfo b/RPM4/examples/hdinfo
index 3d3de25..cbbb9dc 100755
--- a/RPM4/examples/hdinfo
+++ b/RPM4/examples/hdinfo
@@ -19,13 +19,13 @@
# $Id$
use strict;
-use Hdlist;
+use RPM4;
-my $arch = Hdlist::getarchname();
+my $arch = RPM4::getarchname();
print "arch = " . $arch . "\n";
-my $os = Hdlist::getosname();
+my $os = RPM4::getosname();
print "os = " . $os . "\n";
-my $host = Hdlist::buildhost();
+my $host = RPM4::buildhost();
print "host = " . $host . "\n";