OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 17-May-2005 08:40:06
Branch: HEAD Handle: 2005051707400600
Modified files:
openpkg-src/inn inn.spec rc.inn
Log:
fix run-command script. Submitted by Bill Campell
Summary:
Revision Changes Path
1.96 +1 -1 openpkg-src/inn/inn.spec
1.20 +2 -1 openpkg-src/inn/rc.inn
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/inn/inn.spec
============================================================================
$ cvs diff -u -r1.95 -r1.96 inn.spec
--- openpkg-src/inn/inn.spec 24 Mar 2005 11:19:05 -0000 1.95
+++ openpkg-src/inn/inn.spec 17 May 2005 06:40:06 -0000 1.96
@@ -33,7 +33,7 @@
Group: News
License: ISC
Version: 2.4.2
-Release: 20041224
+Release: 20050517
# package options
%option with_fsl yes
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/inn/rc.inn
============================================================================
$ cvs diff -u -r1.19 -r1.20 rc.inn
--- openpkg-src/inn/rc.inn 22 Jul 2003 20:10:26 -0000 1.19
+++ openpkg-src/inn/rc.inn 17 May 2005 06:40:06 -0000 1.20
@@ -38,10 +38,11 @@
%quarterly -u @l_rusr@
rcService inn enable yes || exit 0
- rcService inn active yes && exit 0
+ rcService inn active no && exit 0
rcService inn_nntpsend enable yes && @l_prefix@/bin/nntpsend || true
%daily -u @l_rusr@
rcService inn enable yes || exit 0
+ rcService inn active no && exit 0
@l_prefix@/libexec/inn/news.daily expireover lowmark delayrm
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]