OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 28-Jul-2003 23:17:16
Branch: HEAD Handle: 2003072822171500
Modified files:
openpkg-src/nntpcache nntpcache.spec
Log:
get rid of embedded HTTP server; adjust correct file; PR#202 run-time
check and related issues
Summary:
Revision Changes Path
1.39 +5 -6 openpkg-src/nntpcache/nntpcache.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/nntpcache/nntpcache.spec
============================================================================
$ cvs diff -u -r1.38 -r1.39 nntpcache.spec
--- openpkg-src/nntpcache/nntpcache.spec 28 Jul 2003 14:02:56 -0000 1.38
+++ openpkg-src/nntpcache/nntpcache.spec 28 Jul 2003 21:17:15 -0000 1.39
@@ -84,12 +84,11 @@
%{l_shtool} subst \
-e 's;/etc/nntpcache/\(newshound\.conf\);%{l_prefix}/etc/nntpcache/\1;' \
contrib/newshound/getconf.c
- %{l_shtool} subst -s \
- -e 's;^\(pidFile .*\);#\1 ;' \
- -e 's;^\(adminEmail \).*;\1 [EMAIL PROTECTED];' \
- -e 's;^/usr/local/\(etc|var.*\);%{l_prefix}/\1;' \
- cf/nntpcache.config-dist
- %{l_shtool} subst -s \
+ %{l_shtool} subst \
+ -e 's;^\(string adminEmail\) .*;\1 "[EMAIL PROTECTED]";' \
+ -e 's;^\(bool httpServer\) .*;\1 no;' \
+ cf/nnconf.cf.in
+ %{l_shtool} subst \
-e 's;$libexecDir/nntpcache-gdb\.sh;true;' \
configure
( echo "nc_cv_UID=%{l_musr}"
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]