[dhcp-agent-commits] dhcp-agent README,1.8,1.9 INSTALL,1.2,1.3
Status: Alpha
Brought to you by:
actmodern
From: <act...@us...> - 2003-06-28 02:21:32
|
Update of /cvsroot/dhcp-agent/dhcp-agent In directory sc8-pr-cvs1:/tmp/cvs-serv427 Modified Files: README INSTALL Log Message: more to the top level documentation Index: README =================================================================== RCS file: /cvsroot/dhcp-agent/dhcp-agent/README,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** README 28 Jun 2003 02:19:15 -0000 1.8 --- README 28 Jun 2003 02:21:29 -0000 1.9 *************** *** 77,80 **** --- 77,87 ---- a warm fuzzy feeling. + Contributing + ------------ + + dhcp-agent is free software. If you find it useful consider + contributing back patches, comments, bug reports, or becoming + involved with its development. + -- Thamer Alharbash <tm...@wh...> Index: INSTALL =================================================================== RCS file: /cvsroot/dhcp-agent/dhcp-agent/INSTALL,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** INSTALL 9 Jun 2003 02:02:50 -0000 1.2 --- INSTALL 28 Jun 2003 02:21:29 -0000 1.3 *************** *** 71,74 **** --- 71,80 ---- http://www.mathematik.uni-kl.de/~obachman/Texi2html + --enable-fail-on-warning + + Passes -Werror to the compiler. The GCC compiler will + fail on any warning. Other compilers may not like the + option. + -- Thamer Alharbash <tm...@wh...> |