diff options
author | Ben Lutgens <lamer@gentoo.org> | 2001-07-15 01:21:11 +0000 |
---|---|---|
committer | Ben Lutgens <lamer@gentoo.org> | 2001-07-15 01:21:11 +0000 |
commit | 3f3d7490147a9a97dd77a8dce14dd0fe74820563 (patch) | |
tree | d8e284b9b22c9189ab627b6c73e0b4a9270c1a67 /net-misc/pump/files | |
parent | Pump kicks ass. It's the best dhcp client I've ever used. (diff) | |
download | gentoo-2-3f3d7490147a9a97dd77a8dce14dd0fe74820563.tar.gz gentoo-2-3f3d7490147a9a97dd77a8dce14dd0fe74820563.tar.bz2 gentoo-2-3f3d7490147a9a97dd77a8dce14dd0fe74820563.zip |
Added sample config file
Diffstat (limited to 'net-misc/pump/files')
-rw-r--r-- | net-misc/pump/files/pump.conf | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net-misc/pump/files/pump.conf b/net-misc/pump/files/pump.conf new file mode 100644 index 000000000000..d6456b9d7581 --- /dev/null +++ b/net-misc/pump/files/pump.conf @@ -0,0 +1,12 @@ +# sample /etc/pump.conf file +# See "man pump" for more information +#domainsearch "my.own.org own.org at.work.com" + +#retries 3 +#device eth1 { +#nodns +#} + + + + |