[dhcp-agent-commits] dhcp-agent/conf Makefile.am,1.3,1.4 README,1.2,1.3 default.conf,1.4,NONE defaul
Status: Alpha
Brought to you by:
actmodern
From: <act...@us...> - 2003-07-05 19:30:53
|
Update of /cvsroot/dhcp-agent/dhcp-agent/conf In directory sc8-pr-cvs1:/tmp/cvs-serv22027 Modified Files: Makefile.am README Removed Files: default.conf default.sysconf Log Message: moved configuration files to subdirectories Index: Makefile.am =================================================================== RCS file: /cvsroot/dhcp-agent/dhcp-agent/conf/Makefile.am,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Makefile.am 18 May 2003 02:58:59 -0000 1.3 --- Makefile.am 5 Jul 2003 19:30:51 -0000 1.4 *************** *** 4,8 **** # ! SUBDIRS = . ! dhcpsysconf_client_DATA = default.conf default.sysconf ! EXTRA_DIST = default.conf default.sysconf --- 4,6 ---- # ! SUBDIRS = dhcp-client dhcp-server Index: README =================================================================== RCS file: /cvsroot/dhcp-agent/dhcp-agent/conf/README,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** README 11 May 2003 17:01:57 -0000 1.2 --- README 5 Jul 2003 19:30:51 -0000 1.3 *************** *** 1,3 **** $Header$ ! Default configuration files, and sysconf guile script. --- 1,7 ---- $Header$ ! Configuration files. ! ! dhcp-client : configuration files for the client. ! dhcp-server : configuration files for the server. ! --- default.conf DELETED --- --- default.sysconf DELETED --- |