From: Joe Z. <jz...@us...> - 2004-04-19 01:52:17
|
Update of /cvsroot/bobs/bobs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23423/bobs Modified Files: Makefile.am Makefile.in Log Message: Release 0.6.2 Index: Makefile.am =================================================================== RCS file: /cvsroot/bobs/bobs/Makefile.am,v retrieving revision 1.17 retrieving revision 1.18 diff -u -d -r1.17 -r1.18 --- Makefile.am 1 Apr 2004 03:28:23 -0000 1.17 +++ Makefile.am 19 Apr 2004 01:52:05 -0000 1.18 @@ -100,7 +100,7 @@ install-data-hook: - @if test -x "/sbin/chkconfig"; then \ + -@if test -x "/sbin/chkconfig"; then \ /sbin/chkconfig --add cmdloopd; \ else \ echo ""; \ Index: Makefile.in =================================================================== RCS file: /cvsroot/bobs/bobs/Makefile.in,v retrieving revision 1.15 retrieving revision 1.16 diff -u -d -r1.15 -r1.16 --- Makefile.in 1 Apr 2004 03:28:23 -0000 1.15 +++ Makefile.in 19 Apr 2004 01:52:05 -0000 1.16 @@ -525,7 +525,7 @@ install-data-hook: - @if test -x "/sbin/chkconfig"; then \ + -@if test -x "/sbin/chkconfig"; then \ /sbin/chkconfig --add cmdloopd; \ else \ echo ""; \ |