From 8d0b1e6bc185094eac6bfee8609435013223fca7 Mon Sep 17 00:00:00 2001 From: Nathan Wagner Date: Thu, 1 Dec 2011 03:58:34 -0500 Subject: [PATCH] Fixed uninitialized compare warning. Unset PrintError for DBI. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 2d12af3..86cb338 100644 --- a/Makefile +++ b/Makefile @@ -37,6 +37,7 @@ loadnewsgroups: newsgroups touch $@ testserver: + -test -f newsd.pid && kill `cat newsd.pid` rm -f news.log PERL5LIB=./Net-Server-NNTP/lib ./newsd conf_file=test.conf -- 2.40.0