diff options
author | Jeremy Katz <katzj@redhat.com> | 2004-01-23 04:01:21 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2004-01-23 04:01:21 +0000 |
commit | 34763ea403a95b0580fd9bd9e6a36f3cd5053d7b (patch) | |
tree | 5ce0456ca7d73cee615381246fe79f92bf812472 /command-stubs | |
parent | 06a5cbcb683eedee21c5a01e99c61b9c53e05a03 (diff) | |
download | anaconda-34763ea403a95b0580fd9bd9e6a36f3cd5053d7b.tar.gz anaconda-34763ea403a95b0580fd9bd9e6a36f3cd5053d7b.tar.xz anaconda-34763ea403a95b0580fd9bd9e6a36f3cd5053d7b.zip |
fix for pump dhcpclass stuff
Diffstat (limited to 'command-stubs')
-rwxr-xr-x | command-stubs/pump-stub | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/command-stubs/pump-stub b/command-stubs/pump-stub index 936315358..63f093be6 100755 --- a/command-stubs/pump-stub +++ b/command-stubs/pump-stub @@ -27,7 +27,7 @@ while (argv): else: usage() -ns = isys.pumpNetDevice(iface) +ns = isys.pumpNetDevice(iface, None) if ns: f = open("/etc/resolv.conf", "w") f.write("nameserver %s\n" % ns) |