diff options
author | Cy Schubert <cy@FreeBSD.org> | 2002-06-05 14:06:39 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2002-06-05 14:06:39 +0000 |
commit | 74551bbdb78dd6e2e2000fd68551ca7fc08773be (patch) | |
tree | 36d02e301f202d120464278e61dec67e0a7632b1 /news/slurp | |
parent | 3603088ae081403c2829de8b06018a05a9ae533a (diff) | |
download | ports-74551bbdb78dd6e2e2000fd68551ca7fc08773be.tar.gz ports-74551bbdb78dd6e2e2000fd68551ca7fc08773be.zip |
Notes
Diffstat (limited to 'news/slurp')
-rw-r--r-- | news/slurp/Makefile | 1 | ||||
-rw-r--r-- | news/slurp/files/patch-misc.c | 11 |
2 files changed, 12 insertions, 0 deletions
diff --git a/news/slurp/Makefile b/news/slurp/Makefile index 4b6956cbdcf5..c432aefe1c31 100644 --- a/news/slurp/Makefile +++ b/news/slurp/Makefile @@ -7,6 +7,7 @@ PORTNAME= slurp PORTVERSION= 1.10 +PORTREVISION= 1 CATEGORIES= news MASTER_SITES= ftp://ftp.demon.co.uk/pub/news/slurp/ EXTRACT_SUFX= .tar.Z diff --git a/news/slurp/files/patch-misc.c b/news/slurp/files/patch-misc.c new file mode 100644 index 000000000000..bb4de48e9238 --- /dev/null +++ b/news/slurp/files/patch-misc.c @@ -0,0 +1,11 @@ +--- misc.c.orig Tue Feb 7 06:32:01 1995 ++++ misc.c Wed Jun 5 06:12:43 2002 +@@ -108,7 +108,7 @@ + (void) strcat (buf, "\n"); + #ifdef SYSLOG + if (!debug_flag) +- syslog (LOG_ERR, buf); ++ syslog (LOG_ERR, "%s", buf); + else + #endif + (void) fprintf (stderr, "%s: %s", pname, buf); |