[csw-devel] SF.net SVN: gar:[11100] csw/mgar/pkg/apache2/trunk/files
bdwalton at users.sourceforge.net
bdwalton at users.sourceforge.net
Thu Sep 30 04:05:13 CEST 2010
Revision: 11100
http://gar.svn.sourceforge.net/gar/?rev=11100&view=rev
Author: bdwalton
Date: 2010-09-30 02:05:13 +0000 (Thu, 30 Sep 2010)
Log Message:
-----------
apache2: drop the postinstall/preremove scripts for suexec, drop the readme for ap2_worker stub
Removed Paths:
-------------
csw/mgar/pkg/apache2/trunk/files/CSWap2suexec.postinstall
csw/mgar/pkg/apache2/trunk/files/CSWap2suexec.preremove
csw/mgar/pkg/apache2/trunk/files/README.CSW.ap2_worker
Deleted: csw/mgar/pkg/apache2/trunk/files/CSWap2suexec.postinstall
===================================================================
--- csw/mgar/pkg/apache2/trunk/files/CSWap2suexec.postinstall 2010-09-30 02:04:19 UTC (rev 11099)
+++ csw/mgar/pkg/apache2/trunk/files/CSWap2suexec.postinstall 2010-09-30 02:05:13 UTC (rev 11100)
@@ -1,22 +0,0 @@
-#!/bin/sh
-
-CSW_PREFIX=${PKG_INSTALL_ROOT}/opt/csw
-AP2_PREFIX=$CSW_PREFIX/apache2
-AP2_BINDIR=$AP2_PREFIX/sbin
-AP2_LIBEXEC=$AP2_PREFIX/libexec
-AP2_CONFDIR=$AP2_PREFIX/etc
-AP2_CONFIG=$AP2_CONFDIR/httpd.conf
-
-# Enable the suexec module
-PKG_INSTALL_ROOT=${PKG_INSTALL_ROOT:-'/'}
-chroot $PKG_INSTALL_ROOT \
- $AP2_BINDIR/apxs -S LIBEXECDIR=$AP2_LIBEXEC -e -a -n suexec mod_suexec.so
-
-cat <<END
-
-NOTICE: mod_suexec is enabled in httpd.conf but the server was not restarted.
-Please configure suexec and restart apache.
-
-END
-
-exit 0
Deleted: csw/mgar/pkg/apache2/trunk/files/CSWap2suexec.preremove
===================================================================
--- csw/mgar/pkg/apache2/trunk/files/CSWap2suexec.preremove 2010-09-30 02:04:19 UTC (rev 11099)
+++ csw/mgar/pkg/apache2/trunk/files/CSWap2suexec.preremove 2010-09-30 02:05:13 UTC (rev 11100)
@@ -1,22 +0,0 @@
-#!/bin/sh
-
-CSW_PREFIX=${PKG_INSTALL_ROOT}/opt/csw
-AP2_PREFIX=$CSW_PREFIX/apache2
-AP2_BINDIR=$AP2_PREFIX/sbin
-AP2_LIBEXEC=$AP2_PREFIX/libexec
-AP2_CONFDIR=$AP2_PREFIX/etc
-AP2_CONFIG=$AP2_CONFDIR/httpd.conf
-
-# Enable the suexec module
-PKG_INSTALL_ROOT=${PKG_INSTALL_ROOT:-'/'}
-chroot $PKG_INSTALL_ROOT \
- $AP2_BINDIR/apxs -S LIBEXECDIR=$AP2_LIBEXEC -e -A -n suexec mod_suexec.so
-
-cat <<END
-
-NOTICE: mod_suexec is disabled in httpd.conf but the server was not restarted.
-Please check your configuration and restart apache.
-
-END
-
-exit 0
Deleted: csw/mgar/pkg/apache2/trunk/files/README.CSW.ap2_worker
===================================================================
--- csw/mgar/pkg/apache2/trunk/files/README.CSW.ap2_worker 2010-09-30 02:04:19 UTC (rev 11099)
+++ csw/mgar/pkg/apache2/trunk/files/README.CSW.ap2_worker 2010-09-30 02:05:13 UTC (rev 11100)
@@ -1,8 +0,0 @@
-Hello CSW User/Sysadmin,
-
-The package CSWap2worker is now just a placeholder to ensure
-dependencies can be met with other packages. It contains no useful
-files.
-
-Thanks
--The OpenCSW apache2 team.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list