[Fusionforge-commits] r10205 - in trunk/src/packaging: cron.d dirs install links
Christian Bayle
cbayle at libremir.placard.fr.eu.org
Thu Jul 8 15:28:40 CEST 2010
Author: cbayle
Date: 2010-07-08 15:28:40 +0200 (Thu, 08 Jul 2010)
New Revision: 10205
Modified:
trunk/src/packaging/cron.d/00phpcron
trunk/src/packaging/cron.d/backup2
trunk/src/packaging/cron.d/dns-bind9
trunk/src/packaging/cron.d/ftp-proftpd
trunk/src/packaging/cron.d/fusionforge
trunk/src/packaging/cron.d/lists-mailman
trunk/src/packaging/cron.d/shell-postgresql
trunk/src/packaging/cron.d/web-apache2
trunk/src/packaging/cron.d/web-apache2-vhosts
trunk/src/packaging/dirs/common
trunk/src/packaging/dirs/db-postgresql
trunk/src/packaging/dirs/dns-bind9
trunk/src/packaging/dirs/ftp-proftpd
trunk/src/packaging/dirs/lists-mailman
trunk/src/packaging/dirs/mta-exim4
trunk/src/packaging/dirs/mta-postfix
trunk/src/packaging/dirs/shell-postgresql
trunk/src/packaging/dirs/web-apache2
trunk/src/packaging/dirs/web-apache2-vhosts
trunk/src/packaging/install/common
trunk/src/packaging/install/db-postgresql
trunk/src/packaging/install/dns-bind9
trunk/src/packaging/install/ftp-proftpd
trunk/src/packaging/install/lists-mailman
trunk/src/packaging/install/mta-exim4
trunk/src/packaging/install/mta-postfix
trunk/src/packaging/install/shell-postgresql
trunk/src/packaging/install/web-apache2
trunk/src/packaging/install/web-apache2-vhosts
trunk/src/packaging/links/web-apache2
Log:
Rename gforge @OLDPACKAGE@
Modified: trunk/src/packaging/cron.d/00phpcron
===================================================================
--- trunk/src/packaging/cron.d/00phpcron 2010-07-08 13:12:05 UTC (rev 10204)
+++ trunk/src/packaging/cron.d/00phpcron 2010-07-08 13:28:40 UTC (rev 10205)
@@ -1,9 +1,9 @@
-FFDIR=/usr/share/gforge
+FFDIR=/usr/share/@OLDPACKAGE@
FFCRON=$FFDIR/cronjobs
-FFUSER=gforge
+FFUSER=@OLDPACKAGE@
# You may need to change the pathname to php CLI (command line interface)
-PHP="/usr/bin/php -q -d include_path=.:/etc/gforge:/usr/share/gforge:/usr/share/gforge/www/include"
+PHP="/usr/bin/php -q -d include_path=.:/etc/@OLDPACKAGE@:/usr/share/@OLDPACKAGE@:/usr/share/@OLDPACKAGE@/www/include"
# Don't mail command output to anyone.
MAILTO=""
Modified: trunk/src/packaging/cron.d/backup2
===================================================================
--- trunk/src/packaging/cron.d/backup2 2010-07-08 13:12:05 UTC (rev 10204)
+++ trunk/src/packaging/cron.d/backup2 2010-07-08 13:28:40 UTC (rev 10205)
@@ -1,4 +1,4 @@
# Daily incremental backup to /backup
# we have to discuss this
-#15 23 * * * root $FFCRON/gforge-db-backup.sh
+#15 23 * * * root $FFCRON/@OLDPACKAGE at -db-backup.sh
Modified: trunk/src/packaging/cron.d/dns-bind9
===================================================================
--- trunk/src/packaging/cron.d/dns-bind9 2010-07-08 13:12:05 UTC (rev 10204)
+++ trunk/src/packaging/cron.d/dns-bind9 2010-07-08 13:28:40 UTC (rev 10205)
@@ -3,4 +3,4 @@
#
# DNS Update
-0 * * * * root [ -f /var/lib/gforge/bind/dns.head ] && [ -x /usr/share/gforge/bin/dns_conf.pl ] && /usr/share/gforge/bin/dns_conf.pl && /usr/sbin/invoke-rc.d --quiet bind9 reload
+0 * * * * root [ -f /var/lib/@OLDPACKAGE@/bind/dns.head ] && [ -x /usr/share/@OLDPACKAGE@/bin/dns_conf.pl ] && /usr/share/@OLDPACKAGE@/bin/dns_conf.pl && /usr/sbin/invoke-rc.d --quiet bind9 reload
Modified: trunk/src/packaging/cron.d/ftp-proftpd
===================================================================
--- trunk/src/packaging/cron.d/ftp-proftpd 2010-07-08 13:12:05 UTC (rev 10204)
+++ trunk/src/packaging/cron.d/ftp-proftpd 2010-07-08 13:28:40 UTC (rev 10205)
@@ -2,10 +2,10 @@
# Regular cron jobs for the ftp-proftpd package
#
-INCLUDE_PATH=/etc/gforge:/usr/share/gforge/:/usr/share/gforge/www:/usr/share/gforge/common
+INCLUDE_PATH=/etc/@OLDPACKAGE@:/usr/share/@OLDPACKAGE@/:/usr/share/@OLDPACKAGE@/www:/usr/share/@OLDPACKAGE@/common
# FTP update
-0 * * * * root [ -x /usr/share/gforge/bin/install-ftp.sh ] && /usr/share/gforge/bin/install-ftp.sh update > /dev/null 2>&1
+0 * * * * root [ -x /usr/share/@OLDPACKAGE@/bin/install-ftp.sh ] && /usr/share/@OLDPACKAGE@/bin/install-ftp.sh update > /dev/null 2>&1
# create and mount project directory in user's home directory
-0 * * * * root [ -x /usr/share/gforge/bin/ftp_create_group_access.php ] && /usr/bin/php -d include_path=$INCLUDE_PATH /usr/share/gforge/bin/ftp_create_group_access.php > /dev/null 2>&1
+0 * * * * root [ -x /usr/share/@OLDPACKAGE@/bin/ftp_create_group_access.php ] && /usr/bin/php -d include_path=$INCLUDE_PATH /usr/share/@OLDPACKAGE@/bin/ftp_create_group_access.php > /dev/null 2>&1
Modified: trunk/src/packaging/cron.d/fusionforge
===================================================================
--- trunk/src/packaging/cron.d/fusionforge 2010-07-08 13:12:05 UTC (rev 10204)
+++ trunk/src/packaging/cron.d/fusionforge 2010-07-08 13:28:40 UTC (rev 10205)
@@ -1,10 +1,10 @@
# THIS FILE IS GENERATED, PLEASE DON'T EDIT, RATHER USE Makefile
-FFDIR=/usr/share/gforge
+FFDIR=/usr/share/@OLDPACKAGE@
FFCRON=$FFDIR/cronjobs
-FFUSER=gforge
+FFUSER=@OLDPACKAGE@
# You may need to change the pathname to php CLI (command line interface)
-PHP="/usr/bin/php -q -d include_path=.:/etc/gforge:/usr/share/gforge:/usr/share/gforge/www/include"
+PHP="/usr/bin/php -q -d include_path=.:/etc/@OLDPACKAGE@:/usr/share/@OLDPACKAGE@:/usr/share/@OLDPACKAGE@/www/include"
# Don't mail command output to anyone.
MAILTO=""
Modified: trunk/src/packaging/cron.d/lists-mailman
===================================================================
--- trunk/src/packaging/cron.d/lists-mailman 2010-07-08 13:12:05 UTC (rev 10204)
+++ trunk/src/packaging/cron.d/lists-mailman 2010-07-08 13:28:40 UTC (rev 10205)
@@ -3,4 +3,4 @@
#
# Mailing-list creation
-55 * * * * root [ -x /usr/share/gforge/bin/create-mailing-lists.pl ] && /usr/share/gforge/bin/create-mailing-lists.pl > /dev/null 2>&1
+55 * * * * root [ -x /usr/share/@OLDPACKAGE@/bin/create-mailing-lists.pl ] && /usr/share/@OLDPACKAGE@/bin/create-mailing-lists.pl > /dev/null 2>&1
Modified: trunk/src/packaging/cron.d/shell-postgresql
===================================================================
--- trunk/src/packaging/cron.d/shell-postgresql 2010-07-08 13:12:05 UTC (rev 10204)
+++ trunk/src/packaging/cron.d/shell-postgresql 2010-07-08 13:28:40 UTC (rev 10205)
@@ -3,4 +3,4 @@
#
# SCM/user/group update
-0 * * * * root [ -x /usr/share/gforge/bin/update-user-group-ssh.sh ] && /usr/share/gforge/bin/update-user-group-ssh.sh > /dev/null 2>&1
+0 * * * * root [ -x /usr/share/@OLDPACKAGE@/bin/update-user-group-ssh.sh ] && /usr/share/@OLDPACKAGE@/bin/update-user-group-ssh.sh > /dev/null 2>&1
Modified: trunk/src/packaging/cron.d/web-apache2
===================================================================
--- trunk/src/packaging/cron.d/web-apache2 2010-07-08 13:12:05 UTC (rev 10204)
+++ trunk/src/packaging/cron.d/web-apache2 2010-07-08 13:28:40 UTC (rev 10205)
@@ -3,4 +3,4 @@
#
# Clean cached files older than 60 minutes
-25 * * * * root [ -d /var/cache/gforge ] && find /var/cache/gforge/ -type f -and -cmin +60 -exec /bin/rm -f "{}" \; > /dev/null 2>&1
+25 * * * * root [ -d /var/cache/@OLDPACKAGE@ ] && find /var/cache/@OLDPACKAGE@/ -type f -and -cmin +60 -exec /bin/rm -f "{}" \; > /dev/null 2>&1
Modified: trunk/src/packaging/cron.d/web-apache2-vhosts
===================================================================
--- trunk/src/packaging/cron.d/web-apache2-vhosts 2010-07-08 13:12:05 UTC (rev 10204)
+++ trunk/src/packaging/cron.d/web-apache2-vhosts 2010-07-08 13:28:40 UTC (rev 10205)
@@ -3,4 +3,4 @@
#
# Enable the virtual hosts
-37 7,19 * * * root [ -x /usr/share/gforge/bin/create-vhosts.sh ] && /usr/share/gforge/bin/create-vhosts.sh > /dev/null 2>&1
+37 7,19 * * * root [ -x /usr/share/@OLDPACKAGE@/bin/create-vhosts.sh ] && /usr/share/@OLDPACKAGE@/bin/create-vhosts.sh > /dev/null 2>&1
Modified: trunk/src/packaging/dirs/common
===================================================================
--- trunk/src/packaging/dirs/common 2010-07-08 13:12:05 UTC (rev 10204)
+++ trunk/src/packaging/dirs/common 2010-07-08 13:28:40 UTC (rev 10205)
@@ -1,15 +1,15 @@
bin
-etc/fusionforge/config.ini.d
-etc/gforge/templates
-etc/gforge/local.d
-etc/gforge/httpd.d
-usr/share/gforge/bin
-usr/share/gforge/lib
-usr/share/gforge/etc/templates
-usr/share/gforge/etc/httpd.d
-usr/share/gforge/etc/local.d
-usr/share/gforge/common
+etc/@PACKAGE@/config.ini.d
+etc/@OLDPACKAGE@/templates
+etc/@OLDPACKAGE@/local.d
+etc/@OLDPACKAGE@/httpd.d
+usr/share/@OLDPACKAGE@/bin
+usr/share/@OLDPACKAGE@/lib
+usr/share/@OLDPACKAGE@/etc/templates
+usr/share/@OLDPACKAGE@/etc/httpd.d
+usr/share/@OLDPACKAGE@/etc/local.d
+usr/share/@OLDPACKAGE@/common
usr/share/locale
usr/sbin
-var/lib/gforge/www/plugins
-var/lib/gforge/etc/templates
+var/lib/@OLDPACKAGE@/www/plugins
+var/lib/@OLDPACKAGE@/etc/templates
Modified: trunk/src/packaging/dirs/db-postgresql
===================================================================
--- trunk/src/packaging/dirs/db-postgresql 2010-07-08 13:12:05 UTC (rev 10204)
+++ trunk/src/packaging/dirs/db-postgresql 2010-07-08 13:28:40 UTC (rev 10205)
@@ -1,11 +1,11 @@
-etc/gforge
-usr/share/gforge
-usr/share/gforge/cronjobs
-usr/share/gforge
-usr/share/gforge/bin
-usr/share/gforge/db
-usr/share/gforge/lib
-var/lib/gforge
-var/lib/gforge/tmp
-var/lib/gforge/etc
-var/lib/gforge/db
+etc/@OLDPACKAGE@
+usr/share/@OLDPACKAGE@
+usr/share/@OLDPACKAGE@/cronjobs
+usr/share/@OLDPACKAGE@
+usr/share/@OLDPACKAGE@/bin
+usr/share/@OLDPACKAGE@/db
+usr/share/@OLDPACKAGE@/lib
+var/lib/@OLDPACKAGE@
+var/lib/@OLDPACKAGE@/tmp
+var/lib/@OLDPACKAGE@/etc
+var/lib/@OLDPACKAGE@/db
Modified: trunk/src/packaging/dirs/dns-bind9
===================================================================
--- trunk/src/packaging/dirs/dns-bind9 2010-07-08 13:12:05 UTC (rev 10204)
+++ trunk/src/packaging/dirs/dns-bind9 2010-07-08 13:28:40 UTC (rev 10205)
@@ -1,5 +1,5 @@
-etc/gforge/templates
-usr/share/gforge/bin
-var/lib/gforge/bind
-var/lib/gforge/tmp
-var/lib/gforge/etc
+etc/@OLDPACKAGE@/templates
+usr/share/@OLDPACKAGE@/bin
+var/lib/@OLDPACKAGE@/bind
+var/lib/@OLDPACKAGE@/tmp
+var/lib/@OLDPACKAGE@/etc
Modified: trunk/src/packaging/dirs/ftp-proftpd
===================================================================
--- trunk/src/packaging/dirs/ftp-proftpd 2010-07-08 13:12:05 UTC (rev 10204)
+++ trunk/src/packaging/dirs/ftp-proftpd 2010-07-08 13:28:40 UTC (rev 10205)
@@ -1,6 +1,6 @@
-etc/gforge/templates
-usr/share/gforge/bin
-var/lib/gforge/chroot
-var/lib/gforge/download
-var/lib/gforge/etc
-var/lib/gforge/ftp/incoming
+etc/@OLDPACKAGE@/templates
+usr/share/@OLDPACKAGE@/bin
+var/lib/@OLDPACKAGE@/chroot
+var/lib/@OLDPACKAGE@/download
+var/lib/@OLDPACKAGE@/etc
+var/lib/@OLDPACKAGE@/ftp/incoming
Modified: trunk/src/packaging/dirs/lists-mailman
===================================================================
--- trunk/src/packaging/dirs/lists-mailman 2010-07-08 13:12:05 UTC (rev 10204)
+++ trunk/src/packaging/dirs/lists-mailman 2010-07-08 13:28:40 UTC (rev 10205)
@@ -1,4 +1,4 @@
-etc/gforge
-usr/share/gforge/bin
-usr/share/gforge/etc/httpd.d/
-var/lib/gforge/etc
+etc/@OLDPACKAGE@
+usr/share/@OLDPACKAGE@/bin
+usr/share/@OLDPACKAGE@/etc/httpd.d/
+var/lib/@OLDPACKAGE@/etc
Modified: trunk/src/packaging/dirs/mta-exim4
===================================================================
--- trunk/src/packaging/dirs/mta-exim4 2010-07-08 13:12:05 UTC (rev 10204)
+++ trunk/src/packaging/dirs/mta-exim4 2010-07-08 13:28:40 UTC (rev 10205)
@@ -1,3 +1,3 @@
-etc/gforge
-usr/share/gforge/bin
-var/lib/gforge/etc
+etc/@OLDPACKAGE@
+usr/share/@OLDPACKAGE@/bin
+var/lib/@OLDPACKAGE@/etc
Modified: trunk/src/packaging/dirs/mta-postfix
===================================================================
--- trunk/src/packaging/dirs/mta-postfix 2010-07-08 13:12:05 UTC (rev 10204)
+++ trunk/src/packaging/dirs/mta-postfix 2010-07-08 13:28:40 UTC (rev 10205)
@@ -1,3 +1,3 @@
-etc/gforge
-usr/share/gforge/bin
-var/lib/gforge/etc
+etc/@OLDPACKAGE@
+usr/share/@OLDPACKAGE@/bin
+var/lib/@OLDPACKAGE@/etc
Modified: trunk/src/packaging/dirs/shell-postgresql
===================================================================
--- trunk/src/packaging/dirs/shell-postgresql 2010-07-08 13:12:05 UTC (rev 10204)
+++ trunk/src/packaging/dirs/shell-postgresql 2010-07-08 13:28:40 UTC (rev 10205)
@@ -1,11 +1,11 @@
-etc/gforge
-etc/gforge/templates
-usr/share/gforge/bin
+etc/@OLDPACKAGE@
+etc/@OLDPACKAGE@/templates
+usr/share/@OLDPACKAGE/bin
var
var/lib
-var/lib/gforge
-var/lib/gforge/chroot
-var/lib/gforge/chroot/var
-var/lib/gforge/chroot/var/lib
-var/lib/gforge/chroot/var/lib/gforge
-var/lib/gforge/etc
+var/lib/@OLDPACKAGE@
+var/lib/@OLDPACKAGE@/chroot
+var/lib/@OLDPACKAGE@/chroot/var
+var/lib/@OLDPACKAGE@/chroot/var/lib
+var/lib/@OLDPACKAGE@/chroot/var/lib/@OLDPACKAGE@
+var/lib/@OLDPACKAGE@/etc
Modified: trunk/src/packaging/dirs/web-apache2
===================================================================
--- trunk/src/packaging/dirs/web-apache2 2010-07-08 13:12:05 UTC (rev 10204)
+++ trunk/src/packaging/dirs/web-apache2 2010-07-08 13:28:40 UTC (rev 10205)
@@ -1,11 +1,11 @@
-etc/gforge/custom
-etc/gforge/languages-local
-etc/gforge/templates
+etc/@OLDPACKAGE@/custom
+etc/@OLDPACKAGE@/languages-local
+etc/@OLDPACKAGE@/templates
etc/logrotate.d
-usr/share/gforge/bin
-usr/share/gforge/www
-var/lib/gforge/scmtarballs
-var/lib/gforge/scmsnapshots
-var/lib/gforge/download
-var/lib/gforge/etc
-var/cache/gforge
+usr/share/@OLDPACKAGE@/bin
+usr/share/@OLDPACKAGE@/www
+var/lib/@OLDPACKAGE@/scmtarballs
+var/lib/@OLDPACKAGE@/scmsnapshots
+var/lib/@OLDPACKAGE@/download
+var/lib/@OLDPACKAGE@/etc
+var/cache/@OLDPACKAGE@
Modified: trunk/src/packaging/dirs/web-apache2-vhosts
===================================================================
--- trunk/src/packaging/dirs/web-apache2-vhosts 2010-07-08 13:12:05 UTC (rev 10204)
+++ trunk/src/packaging/dirs/web-apache2-vhosts 2010-07-08 13:28:40 UTC (rev 10205)
@@ -1,6 +1,6 @@
-usr/share/gforge/etc/httpd.d
-usr/share/gforge/bin
-var/lib/gforge/etc
-var/lib/gforge/etc/templates
-etc/gforge
+usr/share/@OLDPACKAGE@/etc/httpd.d
+usr/share/@OLDPACKAGE@/bin
+var/lib/@OLDPACKAGE@/etc
+var/lib/@OLDPACKAGE@/etc/templates
+etc/@OLDPACKAGE@
etc/logrotate.d
Modified: trunk/src/packaging/install/common
===================================================================
--- trunk/src/packaging/install/common 2010-07-08 13:12:05 UTC (rev 10204)
+++ trunk/src/packaging/install/common 2010-07-08 13:28:40 UTC (rev 10205)
@@ -1,28 +1,28 @@
-etc/config.ini-fhs etc/fusionforge
-etc/httpd.d/[0-1,6-9][0-9]* usr/share/gforge/etc/httpd.d/
-etc/httpd.d/httpd* usr/share/gforge/etc/httpd.d/
-etc/local.d/[0-9][0-9]* usr/share/gforge/etc/local.d/
-etc/templates/*\.* usr/share/gforge/etc/templates/
-setup usr/share/gforge/bin/
+etc/config.ini-fhs etc/@PACKAGE@
+etc/httpd.d/[0-1,6-9][0-9]* usr/share/@OLDPACKAGE@/etc/httpd.d/
+etc/httpd.d/httpd* usr/share/@OLDPACKAGE@/etc/httpd.d/
+etc/local.d/[0-9][0-9]* usr/share/@OLDPACKAGE@/etc/local.d/
+etc/templates/*\.* usr/share/@OLDPACKAGE@/etc/templates/
+setup usr/share/@OLDPACKAGE@/bin/
deb-specific/cvssh bin/
#
-deb-specific/install-chroot.sh usr/share/gforge/bin/
-deb-specific/install-ssh.sh usr/share/gforge/bin/
-utils/fill-in-the-blanks.pl usr/share/gforge/bin/
-deb-specific/gforge-config usr/sbin/
-utils/include.pl usr/share/gforge/lib/
-utils/forge_get_config usr/share/gforge/bin/
-utils/migrate-to-ini-files.sh usr/share/gforge/bin/
+deb-specific/install-chroot.sh usr/share/@OLDPACKAGE@/bin/
+deb-specific/install-ssh.sh usr/share/@OLDPACKAGE@/bin/
+utils/fill-in-the-blanks.pl usr/share/@OLDPACKAGE@/bin/
+deb-specific/@OLDPACKAGE at -config usr/sbin/
+utils/include.pl usr/share/@OLDPACKAGE@/lib/
+utils/forge_get_config usr/share/@OLDPACKAGE@/bin/
+utils/migrate-to-ini-files.sh usr/share/@OLDPACKAGE@/bin/
#
-deb-specific/user_dump_update.pl usr/share/gforge/bin/
-deb-specific/group_dump_update.pl usr/share/gforge/bin/
-#cronjobs/cvs-cron/default_page.php usr/share/gforge/cronjobs/
-deb-specific/ssh_dump_update.pl usr/share/gforge/bin/
+deb-specific/user_dump_update.pl usr/share/@OLDPACKAGE@/bin/
+deb-specific/group_dump_update.pl usr/share/@OLDPACKAGE@/bin/
+#cronjobs/cvs-cron/default_page.php usr/share/@OLDPACKAGE@/cronjobs/
+deb-specific/ssh_dump_update.pl usr/share/@OLDPACKAGE@/bin/
#
-deb-specific/update-user-group-ssh.sh usr/share/gforge/bin/
+deb-specific/update-user-group-ssh.sh usr/share/@OLDPACKAGE@/bin/
#
-common usr/share/gforge/
-cronjobs/create_scm_repos.php usr/share/gforge/cronjobs/
-cronjobs/gather_scm_stats.php usr/share/gforge/cronjobs/
-cronjobs/generate_scm_snapshots.php usr/share/gforge/cronjobs/
+common usr/share/@OLDPACKAGE@/
+cronjobs/create_scm_repos.php usr/share/@OLDPACKAGE@/cronjobs/
+cronjobs/gather_scm_stats.php usr/share/@OLDPACKAGE@/cronjobs/
+cronjobs/generate_scm_snapshots.php usr/share/@OLDPACKAGE@/cronjobs/
locales/* usr/share/locale/
Modified: trunk/src/packaging/install/db-postgresql
===================================================================
--- trunk/src/packaging/install/db-postgresql 2010-07-08 13:12:05 UTC (rev 10204)
+++ trunk/src/packaging/install/db-postgresql 2010-07-08 13:28:40 UTC (rev 10205)
@@ -1,68 +1,68 @@
-deb-specific/sf-2.6-complete.sql usr/share/gforge/db/
-deb-specific/sf2.5-to-sf2.6.sql usr/share/gforge/db/
+deb-specific/sf-2.6-complete.sql usr/share/@OLDPACKAGE@/db/
+deb-specific/sf2.5-to-sf2.6.sql usr/share/@OLDPACKAGE@/db/
#
-cronjobs/calculate_user_metric.php usr/share/gforge/cronjobs/
-cronjobs/db_trove_maint.php usr/share/gforge/cronjobs/
-cronjobs/project_cleanup.php usr/share/gforge/cronjobs/
-cronjobs/rating_stats.php usr/share/gforge/cronjobs/
-cronjobs/db_project_sums.php usr/share/gforge/cronjobs/
-cronjobs/check_stale_tracker_items.php usr/share/gforge/cronjobs/
-cronjobs/project_weekly_metric.php usr/share/gforge/cronjobs/
-cronjobs/rotate_activity.php usr/share/gforge/cronjobs/
+cronjobs/calculate_user_metric.php usr/share/@OLDPACKAGE@/cronjobs/
+cronjobs/db_trove_maint.php usr/share/@OLDPACKAGE@/cronjobs/
+cronjobs/project_cleanup.php usr/share/@OLDPACKAGE@/cronjobs/
+cronjobs/rating_stats.php usr/share/@OLDPACKAGE@/cronjobs/
+cronjobs/db_project_sums.php usr/share/@OLDPACKAGE@/cronjobs/
+cronjobs/check_stale_tracker_items.php usr/share/@OLDPACKAGE@/cronjobs/
+cronjobs/project_weekly_metric.php usr/share/@OLDPACKAGE@/cronjobs/
+cronjobs/rotate_activity.php usr/share/@OLDPACKAGE@/cronjobs/
#
-cronjobs/site_stats.php usr/share/gforge/cronjobs/
-cronjobs/stats_site.inc usr/share/gforge/cronjobs/
-cronjobs/stats_projects.inc usr/share/gforge/cronjobs/
+cronjobs/site_stats.php usr/share/@OLDPACKAGE@/cronjobs/
+cronjobs/stats_site.inc usr/share/@OLDPACKAGE@/cronjobs/
+cronjobs/stats_projects.inc usr/share/@OLDPACKAGE@/cronjobs/
#
-cronjobs/reporting_cron.php usr/share/gforge/cronjobs/
+cronjobs/reporting_cron.php usr/share/@OLDPACKAGE@/cronjobs/
#
-cronjobs/db_stats_agg.php usr/share/gforge/cronjobs/
-cronjobs/massmail.php usr/share/gforge/cronjobs/
-cronjobs/vacuum.php usr/share/gforge/cronjobs/
-cronjobs/gforge-db-backup.sh usr/share/gforge/cronjobs/
+cronjobs/db_stats_agg.php usr/share/@OLDPACKAGE@/cronjobs/
+cronjobs/massmail.php usr/share/@OLDPACKAGE@/cronjobs/
+cronjobs/vacuum.php usr/share/@OLDPACKAGE@/cronjobs/
+cronjobs/@OLDPACKAGE at -db-backup.sh usr/share/@OLDPACKAGE@/cronjobs/
#
-cronjobs/ftp_create_group_access.php usr/share/gforge/cronjobs/
+cronjobs/ftp_create_group_access.php usr/share/@OLDPACKAGE@/cronjobs/
#
-cronjobs/get_news_notapproved.pl usr/share/gforge/cronjobs/
+cronjobs/get_news_notapproved.pl usr/share/@OLDPACKAGE@/cronjobs/
#
-deb-specific/stats_projects_logparse.pl usr/share/gforge/bin/
-deb-specific/install-db.sh usr/share/gforge/bin/
-deb-specific/db-upgrade.pl usr/share/gforge/bin/
-deb-specific/sqlparser.pm usr/share/gforge/lib/
-deb-specific/sqlhelper.pm usr/share/gforge/lib/
-deb-specific/sf-add-skill usr/share/gforge/bin/
-deb-specific/register-theme usr/share/gforge/bin/
-deb-specific/unregister-theme usr/share/gforge/bin/
+deb-specific/stats_projects_logparse.pl usr/share/@OLDPACKAGE@/bin/
+deb-specific/install-db.sh usr/share/@OLDPACKAGE@/bin/
+deb-specific/db-upgrade.pl usr/share/@OLDPACKAGE@/bin/
+deb-specific/sqlparser.pm usr/share/@OLDPACKAGE@/lib/
+deb-specific/sqlhelper.pm usr/share/@OLDPACKAGE@/lib/
+deb-specific/sf-add-skill usr/share/@OLDPACKAGE@/bin/
+deb-specific/register-theme usr/share/@OLDPACKAGE@/bin/
+deb-specific/unregister-theme usr/share/@OLDPACKAGE@/bin/
#
-deb-specific/register-plugin usr/share/gforge/bin/
-deb-specific/unregister-plugin usr/share/gforge/bin/
+deb-specific/register-plugin usr/share/@OLDPACKAGE@/bin/
+deb-specific/unregister-plugin usr/share/@OLDPACKAGE@/bin/
#
-deb-specific/view_bug.sql usr/share/gforge/db/
-deb-specific/view_patch.sql usr/share/gforge/db/
+deb-specific/view_bug.sql usr/share/@OLDPACKAGE@/db/
+deb-specific/view_patch.sql usr/share/@OLDPACKAGE@/db/
#
-db/20021125.sql usr/share/gforge/db/
-db/200212*.sql usr/share/gforge/db/
-db/2003*.sql usr/share/gforge/db/
-db/2004*php usr/share/gforge/db/
-db/2004*.sql usr/share/gforge/db/
-db/2005*php usr/share/gforge/db/
-db/2005*.sql usr/share/gforge/db/
-db/2006*.sql usr/share/gforge/db/
-db/timetracking-init.sql usr/share/gforge/db/
-db/20070924-forum-perm.sql usr/share/gforge/db/
-db/20070924-project-perm.sql usr/share/gforge/db/
-db/20070924-artifact-perm.sql usr/share/gforge/db/
-db/20090327_create_table_project_tags.sql usr/share/gforge/db/
-db/20090402-add-projecttags-constraints.sql usr/share/gforge/db/
-db/20090402-forum-attachment-types.sql usr/share/gforge/db/
-db/20090507-add_artifact_workflow.sql usr/share/gforge/db/
-db/20090507-add_element_pos.sql usr/share/gforge/db/
-db/20090507-add_project_query.sql usr/share/gforge/db/
-db/20090507-browse_list.sql usr/share/gforge/db/
-db/2010*.sql usr/share/gforge/db/
+db/20021125.sql usr/share/@OLDPACKAGE@/db/
+db/200212*.sql usr/share/@OLDPACKAGE@/db/
+db/2003*.sql usr/share/@OLDPACKAGE@/db/
+db/2004*php usr/share/@OLDPACKAGE@/db/
+db/2004*.sql usr/share/@OLDPACKAGE@/db/
+db/2005*php usr/share/@OLDPACKAGE@/db/
+db/2005*.sql usr/share/@OLDPACKAGE@/db/
+db/2006*.sql usr/share/@OLDPACKAGE@/db/
+db/timetracking-init.sql usr/share/@OLDPACKAGE@/db/
+db/20070924-forum-perm.sql usr/share/@OLDPACKAGE@/db/
+db/20070924-project-perm.sql usr/share/@OLDPACKAGE@/db/
+db/20070924-artifact-perm.sql usr/share/@OLDPACKAGE@/db/
+db/20090327_create_table_project_tags.sql usr/share/@OLDPACKAGE@/db/
+db/20090402-add-projecttags-constraints.sql usr/share/@OLDPACKAGE@/db/
+db/20090402-forum-attachment-types.sql usr/share/@OLDPACKAGE@/db/
+db/20090507-add_artifact_workflow.sql usr/share/@OLDPACKAGE@/db/
+db/20090507-add_element_pos.sql usr/share/@OLDPACKAGE@/db/
+db/20090507-add_project_query.sql usr/share/@OLDPACKAGE@/db/
+db/20090507-browse_list.sql usr/share/@OLDPACKAGE@/db/
+db/2010*.sql usr/share/@OLDPACKAGE@/db/
#
-utils/inject-users.php usr/share/gforge/bin/
-utils/inject-groups.php usr/share/gforge/bin/
-utils/inject-files.php usr/share/gforge/bin/
+utils/inject-users.php usr/share/@OLDPACKAGE@/bin/
+utils/inject-groups.php usr/share/@OLDPACKAGE@/bin/
+utils/inject-files.php usr/share/@OLDPACKAGE@/bin/
#
-utils/fixscripts/normalize_roles.php usr/share/gforge/bin/
+utils/fixscripts/normalize_roles.php usr/share/@OLDPACKAGE@/bin/
Modified: trunk/src/packaging/install/dns-bind9
===================================================================
--- trunk/src/packaging/install/dns-bind9 2010-07-08 13:12:05 UTC (rev 10204)
+++ trunk/src/packaging/install/dns-bind9 2010-07-08 13:28:40 UTC (rev 10205)
@@ -1,4 +1,4 @@
-deb-specific/install-dns.sh usr/share/gforge/bin/
-deb-specific/dns.head.template var/lib/gforge/bind/
-deb-specific/dns.simple.template var/lib/gforge/bind/
-deb-specific/dns_conf.pl usr/share/gforge/bin/
+deb-specific/install-dns.sh usr/share/@OLDPACKAGE@/bin/
+deb-specific/dns.head.template var/lib/@OLDPACKAGE@/bind/
+deb-specific/dns.simple.template var/lib/@OLDPACKAGE@/bind/
+deb-specific/dns_conf.pl usr/share/@OLDPACKAGE@/bin/
Modified: trunk/src/packaging/install/ftp-proftpd
===================================================================
--- trunk/src/packaging/install/ftp-proftpd 2010-07-08 13:12:05 UTC (rev 10204)
+++ trunk/src/packaging/install/ftp-proftpd 2010-07-08 13:28:40 UTC (rev 10205)
@@ -1,2 +1,2 @@
-deb-specific/install-ftp.sh usr/share/gforge/bin/
-deb-specific/sf-proftpd.conf etc/gforge/
+deb-specific/install-ftp.sh usr/share/@OLDPACKAGE@/bin/
+deb-specific/sf-proftpd.conf etc/@OLDPACKAGE@/
Modified: trunk/src/packaging/install/lists-mailman
===================================================================
--- trunk/src/packaging/install/lists-mailman 2010-07-08 13:12:05 UTC (rev 10204)
+++ trunk/src/packaging/install/lists-mailman 2010-07-08 13:28:40 UTC (rev 10205)
@@ -1,3 +1,3 @@
-etc/httpd.d/2[0-9]* usr/share/gforge/etc/httpd.d/
-deb-specific/create-mailing-lists.pl usr/share/gforge/bin/
-deb-specific/fix-mailing-lists.pl usr/share/gforge/bin/
+etc/httpd.d/2[0-9]* usr/share/@OLDPACKAGE@/etc/httpd.d/
+deb-specific/create-mailing-lists.pl usr/share/@OLDPACKAGE@/bin/
+deb-specific/fix-mailing-lists.pl usr/share/@OLDPACKAGE@/bin/
Modified: trunk/src/packaging/install/mta-exim4
===================================================================
--- trunk/src/packaging/install/mta-exim4 2010-07-08 13:12:05 UTC (rev 10204)
+++ trunk/src/packaging/install/mta-exim4 2010-07-08 13:28:40 UTC (rev 10205)
@@ -1 +1 @@
-deb-specific/install-exim4.sh usr/share/gforge/bin/
+deb-specific/install-exim4.sh usr/share/@OLDPACKAGE@/bin/
Modified: trunk/src/packaging/install/mta-postfix
===================================================================
--- trunk/src/packaging/install/mta-postfix 2010-07-08 13:12:05 UTC (rev 10204)
+++ trunk/src/packaging/install/mta-postfix 2010-07-08 13:28:40 UTC (rev 10205)
@@ -1 +1 @@
-deb-specific/install-postfix.sh usr/share/gforge/bin/
+deb-specific/install-postfix.sh usr/share/@OLDPACKAGE@/bin/
Modified: trunk/src/packaging/install/shell-postgresql
===================================================================
--- trunk/src/packaging/install/shell-postgresql 2010-07-08 13:12:05 UTC (rev 10204)
+++ trunk/src/packaging/install/shell-postgresql 2010-07-08 13:28:40 UTC (rev 10205)
@@ -1 +1 @@
-utils/install-nsspgsql.sh usr/share/gforge/bin/
+utils/install-nsspgsql.sh usr/share/@OLDPACKAGE@/bin/
Modified: trunk/src/packaging/install/web-apache2
===================================================================
--- trunk/src/packaging/install/web-apache2 2010-07-08 13:12:05 UTC (rev 10204)
+++ trunk/src/packaging/install/web-apache2 2010-07-08 13:28:40 UTC (rev 10205)
@@ -1,6 +1,6 @@
-www usr/share/gforge/
-www/index_std.php etc/gforge/custom/
-utils/install-apache.sh usr/share/gforge/bin/
-utils/manage-apache-config.sh usr/share/gforge/bin/
-etc/httpd.conf.d-fhs usr/share/gforge/etc/
-etc/httpd.conf-fhs usr/share/gforge/etc/
+www usr/share/@OLDPACKAGE@/
+www/index_std.php etc/@OLDPACKAGE@/custom/
+utils/install-apache.sh usr/share/@OLDPACKAGE@/bin/
+utils/manage-apache-config.sh usr/share/@OLDPACKAGE@/bin/
+etc/httpd.conf.d-fhs usr/share/@OLDPACKAGE@/etc/
+etc/httpd.conf-fhs usr/share/@OLDPACKAGE@/etc/
Modified: trunk/src/packaging/install/web-apache2-vhosts
===================================================================
--- trunk/src/packaging/install/web-apache2-vhosts 2010-07-08 13:12:05 UTC (rev 10204)
+++ trunk/src/packaging/install/web-apache2-vhosts 2010-07-08 13:28:40 UTC (rev 10205)
@@ -1,4 +1,4 @@
-etc/httpd.d/[4-5][0-9]* usr/share/gforge/etc/httpd.d/
-deb-specific/create-vhosts.sh usr/share/gforge/bin/
-deb-specific/prepare-vhosts-file.pl usr/share/gforge/bin/
-deb-specific/gforge.logrotate etc/logrotate.d/gforge-web-apache2
+etc/httpd.d/[4-5][0-9]* usr/share/@OLDPACKAGE@/etc/httpd.d/
+deb-specific/create-vhosts.sh usr/share/@OLDPACKAGE@/bin/
+deb-specific/prepare-vhosts-file.pl usr/share/@OLDPACKAGE@/bin/
+deb-specific/@OLDPACKAGE at .logrotate etc/logrotate.d/@OLDPACKAGE at -web-apache2
Modified: trunk/src/packaging/links/web-apache2
===================================================================
--- trunk/src/packaging/links/web-apache2 2010-07-08 13:12:05 UTC (rev 10204)
+++ trunk/src/packaging/links/web-apache2 2010-07-08 13:28:40 UTC (rev 10205)
@@ -1,4 +1,4 @@
-usr/share/gforge/www/env.inc.php usr/share/gforge/plugins/env.inc.php
-usr/share/javascript/yui usr/share/gforge/www/scripts/yui
-usr/share/javascript/prototype usr/share/gforge/www/scripts/prototype
-usr/share/javascript/scriptaculous usr/share/gforge/www/scripts/scriptaculous
+usr/share/@OLDPACKAGE@/www/env.inc.php usr/share/@OLDPACKAGE@/plugins/env.inc.php
+usr/share/javascript/yui usr/share/@OLDPACKAGE@/www/scripts/yui
+usr/share/javascript/prototype usr/share/@OLDPACKAGE@/www/scripts/prototype
+usr/share/javascript/scriptaculous usr/share/@OLDPACKAGE@/www/scripts/scriptaculous
More information about the Fusionforge-commits
mailing list