]> pd.if.org Git - newsd/commitdiff
Fixed uninitialized compare warning. Unset PrintError for DBI.
authorNathan Wagner <nw@hydaspes.if.org>
Thu, 1 Dec 2011 08:58:34 +0000 (03:58 -0500)
committerNathan Wagner <nw@hydaspes.if.org>
Thu, 1 Dec 2011 08:58:34 +0000 (03:58 -0500)
Makefile

index 2d12af3bdd637e7877ad554c15d8209e95559176..86cb338d546a725e457ac8b7ffc6790a3d5a38e0 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -37,6 +37,7 @@ loadnewsgroups:       newsgroups
        touch $@
 
 testserver:
        touch $@
 
 testserver:
+       -test -f newsd.pid && kill `cat newsd.pid`
        rm -f news.log
        PERL5LIB=./Net-Server-NNTP/lib ./newsd conf_file=test.conf
 
        rm -f news.log
        PERL5LIB=./Net-Server-NNTP/lib ./newsd conf_file=test.conf