updated on Fri Jan 20 12:03:34 UTC 2012
[aur-mirror.git] / pump / pump.rc-conf
blob2e4822430b95279fa1ddeafeaf8e4f31e07ef53d
1 # Config file for pump - dhcp client.
3 # NOHOSTNAME has a higher preference than HOSTNAME so if either
4 # NOHOSTNAME and HOSTNAME are set, no hostname will be passed.
5 #NOHOSTNAME=1
7 # Pass a custom hostname
8 # If both HOSTNAME and NOHOSTNAME are unset then the script
9 # will use the output of `hostname`.
10 #HOSTNAME="beefcake"
12 # The interface that will be configured
13 # not setting this will default to eth0
14 #INTERFACE=eth0
16 # Set the lease time request, in either seconds or hours
17 # Default if unset: one hour
18 # ATTENTION: do not set both of them. The script will fart intentionally.
19 # Yes, it can do that.
20 #LEASEHOURS=1
21 #LEASESECS=3600
22 LEASEHOURS=3
24 # Use a custom config file rather than /etc/pump.conf
25 #CONFIG=/etc/pump-beefcake.conf
27 # Do not change the contents of /etc/resolv.conf
28 #NODNS=1
30 # Do not set a default gateway
31 #NOGW=1
33 # Explicitly do not use BOOTP
34 NOBOOTP=1
36 # Set the client identifier to match Windows
37 #WINCI=1
39 # vim: ft=conf ts=2 sw=2 et