From 7ced74e8ed3eaf2b213dcdbab4cc01650cbdfab4 Mon Sep 17 00:00:00 2001 From: Thomas Lotterer Date: Thu, 3 Jul 2003 12:31:23 +0000 Subject: [PATCH] remove syslog(3) usage --- msntp/msntp.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/msntp/msntp.spec b/msntp/msntp.spec index fcea9f8e18..8de463dac2 100644 --- a/msntp/msntp.spec +++ b/msntp/msntp.spec @@ -33,7 +33,7 @@ Distribution: OpenPKG [PLUS] Group: Network License: OSS-style Version: 1.6 -Release: 20030117 +Release: 20030703 # list of sources Source0: http://www.hpcf.cam.ac.uk/export/msntp-%{version}.tar.gz @@ -52,6 +52,7 @@ AutoReqProv: no %prep %setup -q + %{l_shtool} subst -e 's/syslog(LOG_.*;/return;/' unix.c %build CC="%{l_cc}"