diff options
author | Pascal Rigaux <pixel@mandriva.com> | 1999-07-02 09:25:48 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 1999-07-02 09:25:48 +0000 |
commit | 755e511024f29df150d9d150d19c849e59c1e216 (patch) | |
tree | 008a780c08366ce366c55cc3bbe0d49703f544d6 /perl-install/modules.pm | |
parent | e82688c8b8f639705356d25c180ffe754c2b2c34 (diff) | |
download | drakx-755e511024f29df150d9d150d19c849e59c1e216.tar drakx-755e511024f29df150d9d150d19c849e59c1e216.tar.gz drakx-755e511024f29df150d9d150d19c849e59c1e216.tar.bz2 drakx-755e511024f29df150d9d150d19c849e59c1e216.tar.xz drakx-755e511024f29df150d9d150d19c849e59c1e216.zip |
*** empty log message ***
Diffstat (limited to 'perl-install/modules.pm')
-rw-r--r-- | perl-install/modules.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/modules.pm b/perl-install/modules.pm index 9d722f0b3..8ccf611ca 100644 --- a/perl-install/modules.pm +++ b/perl-install/modules.pm @@ -210,7 +210,7 @@ sub load($;$$) { load_raw($name, $type, $minor); } -sub unload($) { run_program::run("/bin/rmmod", $_[0]); } +sub unload($) { run_program::run("rmmod", $_[0]); } sub load_raw($$$@) { my ($name, $type, $minor, @options) = @_; |