[Webapps-common-discuss] webapps-common/examples/debian webapp-test-apache-inline.config, NONE, 1.1 webapp-test-apache-inline.dirs, 1.1, 1.2 webapp-test-apache-inline.postinst, NONE, 1.1 webapp-test-apache-inline.postrm, NONE, 1.1 webapp-test-apache-template.config, NONE, 1.1 webapp-test-apache-template.dirs, 1.1, 1.2 webapp-test-apache-template.postinst, NONE, 1.1 webapp-test-apache-template.postrm, NONE, 1.1

seanius at haydn.debian.org seanius at haydn.debian.org
Wed Aug 3 04:48:43 UTC 2005


Update of /cvsroot/webapps-common/webapps-common/examples/debian
In directory haydn:/org/alioth.debian.org/chroot/home/users/seanius/tmp/cvs-serv3429/examples/debian

Modified Files:
	webapp-test-apache-inline.dirs 
	webapp-test-apache-template.dirs 
Added Files:
	webapp-test-apache-inline.config 
	webapp-test-apache-inline.postinst 
	webapp-test-apache-inline.postrm 
	webapp-test-apache-template.config 
	webapp-test-apache-template.postinst 
	webapp-test-apache-template.postrm 
Log Message:
now providing initial support for all three basic flavors (simple,
inline, template) of apache using webapps


--- NEW FILE: webapp-test-apache-inline.config ---
#!/bin/sh

set -e

. /usr/share/debconf/confmodule
. /usr/share/webapps-common/dpkg/config
wc_apache_conf_style="inline"
wc_go webapp-test-apache-inline $@

Index: webapp-test-apache-inline.dirs
===================================================================
RCS file: /cvsroot/webapps-common/webapps-common/examples/debian/webapp-test-apache-inline.dirs,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- webapp-test-apache-inline.dirs	30 Jul 2005 09:37:06 -0000	1.1
+++ webapp-test-apache-inline.dirs	3 Aug 2005 04:48:40 -0000	1.2
@@ -1,2 +1,3 @@
 usr/share/webapps-common/install/webapp-test-apache-inline/httpd
 usr/share/webapp-test-apache-inline/www
+etc/webapp-test-apache-inline

--- NEW FILE: webapp-test-apache-inline.postinst ---
#!/bin/sh

set -e

. /usr/share/debconf/confmodule
. /usr/share/webapps-common/dpkg/postinst
wc_apache_conf_style="inline"
wc_go webapp-test-apache-inline $@

#DEBHELPER#

--- NEW FILE: webapp-test-apache-inline.postrm ---
#!/bin/sh

set -e

. /usr/share/debconf/confmodule
. /usr/share/webapps-common/dpkg/postrm
wc_go webapp-test-apache-inline $@

#DEBHELPER#

--- NEW FILE: webapp-test-apache-template.config ---
#!/bin/sh

set -e

. /usr/share/debconf/confmodule
. /usr/share/webapps-common/dpkg/config
wc_apache_conf_style="template"
wc_go webapp-test-apache-template $@

Index: webapp-test-apache-template.dirs
===================================================================
RCS file: /cvsroot/webapps-common/webapps-common/examples/debian/webapp-test-apache-template.dirs,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- webapp-test-apache-template.dirs	30 Jul 2005 09:37:06 -0000	1.1
+++ webapp-test-apache-template.dirs	3 Aug 2005 04:48:40 -0000	1.2
@@ -1,2 +1,3 @@
 usr/share/webapps-common/install/webapp-test-apache-template/httpd
 usr/share/webapp-test-apache-template/www
+etc/webapp-test-apache-template

--- NEW FILE: webapp-test-apache-template.postinst ---
#!/bin/sh

set -e

. /usr/share/debconf/confmodule
. /usr/share/webapps-common/dpkg/postinst
wc_apache_conf_style="template"
wc_go webapp-test-apache-template $@

#DEBHELPER#

--- NEW FILE: webapp-test-apache-template.postrm ---
#!/bin/sh

set -e

. /usr/share/debconf/confmodule
. /usr/share/webapps-common/dpkg/postrm
wc_go webapp-test-apache-template $@

#DEBHELPER#




More information about the Webapps-common-discuss mailing list