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:41:17
Branch: OPENPKG_2_3_SOLID Handle: 2005051707411700
Modified files: (Branch: OPENPKG_2_3_SOLID)
openpkg-src/inn inn.spec rc.inn
Log:
MFC: fix run-command script
Summary:
Revision Changes Path
1.94.2.2 +1 -1 openpkg-src/inn/inn.spec
1.19.8.1 +2 -1 openpkg-src/inn/rc.inn
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/inn/inn.spec
============================================================================
$ cvs diff -u -r1.94.2.1 -r1.94.2.2 inn.spec
--- openpkg-src/inn/inn.spec 21 Feb 2005 17:07:07 -0000 1.94.2.1
+++ openpkg-src/inn/inn.spec 17 May 2005 06:41:17 -0000 1.94.2.2
@@ -34,7 +34,7 @@
Group: News
License: ISC
Version: 2.4.2
-Release: 2.3.0
+Release: 2.3.1
# package options
%option with_fsl yes
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/inn/rc.inn
============================================================================
$ cvs diff -u -r1.19 -r1.19.8.1 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:41:17 -0000 1.19.8.1
@@ -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]