[dhcp-agent-commits] dhcp-agent/conf README,1.1,1.2
Status: Alpha
Brought to you by:
actmodern
From: <act...@us...> - 2003-05-11 17:02:00
|
Update of /cvsroot/dhcp-agent/dhcp-agent/conf In directory sc8-pr-cvs1:/tmp/cvs-serv5061/conf Modified Files: README Log Message: updated for new conf code Index: README =================================================================== RCS file: /cvsroot/dhcp-agent/dhcp-agent/conf/README,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** README 19 Dec 2002 03:55:54 -0000 1.1 --- README 11 May 2003 17:01:57 -0000 1.2 *************** *** 1,17 **** $Header$ ! Example configuration files. Copy these over to ! /etc/dhcp-client/[interface-name].conf where [interface-name] is ! the name of the interface you are configuring for. If the ! interface is called "eth0" you would do, as root: ! ! > cp conf-file /etc/dhcp-client/eth0.conf ! ! In addition to this please note that the directory is whatever ! the default directory for the client is. ! ! The example configuration files: ! ! basic-networking : basic networking. ip, dns, and router setup. ! ! Thamer Alharbash <tm...@wh...> --- 1,3 ---- $Header$ ! Default configuration files, and sysconf guile script. |