[dhcp-agent-commits] dhcp-agent/conf networking-basic.conf,1.3,1.4 networking-basic.sysconf,1.1,NONE
Status: Alpha
Brought to you by:
actmodern
From: <act...@us...> - 2003-05-11 07:50:38
|
Update of /cvsroot/dhcp-agent/dhcp-agent/conf In directory sc8-pr-cvs1:/tmp/cvs-serv6511 Modified Files: networking-basic.conf Removed Files: networking-basic.sysconf Log Message: no need for old sysconf recipes Index: networking-basic.conf =================================================================== RCS file: /cvsroot/dhcp-agent/dhcp-agent/conf/networking-basic.conf,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** networking-basic.conf 3 Jan 2003 21:29:44 -0000 1.3 --- networking-basic.conf 11 May 2003 07:50:35 -0000 1.4 *************** *** 16,27 **** # - # # IP address requests are implicit we just ask for the other options below. # request subnet-mask, ip-address-lease-time, renewal-time, rebinding-time, ! domain-name-servers, domain-name, interface-mtu; - # # The require directive makes us ignore servers which do not return # all the options we ask for. Uncomment this to accept as --- 16,25 ---- # # IP address requests are implicit we just ask for the other options below. # request subnet-mask, ip-address-lease-time, renewal-time, rebinding-time, ! domain-name-servers, domain-name, interface-mtu, routers; # The require directive makes us ignore servers which do not return # all the options we ask for. Uncomment this to accept as *************** *** 32,36 **** domain-name-servers, domain-name; - # # Additional variable settings. # --- 30,33 ---- --- networking-basic.sysconf DELETED --- |