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: 23-Jun-2007 09:44:24
Branch: HEAD Handle: 2007062308442300
Modified files:
openpkg-src/apache apache.spec rc.apache
Log:
we already check whether apache is already running or not so we don't
need to pass '-k start'
Summary:
Revision Changes Path
1.415 +1 -1 openpkg-src/apache/apache.spec
1.26 +1 -1 openpkg-src/apache/rc.apache
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/apache/apache.spec
============================================================================
$ cvs diff -u -r1.414 -r1.415 apache.spec
--- openpkg-src/apache/apache.spec 22 Jun 2007 19:28:44 -0000 1.414
+++ openpkg-src/apache/apache.spec 23 Jun 2007 07:44:23 -0000 1.415
@@ -33,7 +33,7 @@
Group: Web
License: ASF
Version: 2.2.4
-Release: 20070622
+Release: 20070623
# package options (generic)
%option with_mpm prefork
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/apache/rc.apache
============================================================================
$ cvs diff -u -r1.25 -r1.26 rc.apache
--- openpkg-src/apache/rc.apache 22 Jun 2007 17:36:08 -0000 1.25
+++ openpkg-src/apache/rc.apache 23 Jun 2007 07:44:23 -0000 1.26
@@ -46,7 +46,7 @@
( cd @l_prefix@/var/apache/run
[ -e @l_prefix@/etc/apache/apache.sh ] &&
. @l_prefix@/etc/apache/apache.sh
- @l_prefix@/sbin/apache -k start
+ @l_prefix@/sbin/apache
) || exit $?
%stop -u @l_susr@
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]