add a missing file, fix a few paths
This commit is contained in:
parent
2f51960058
commit
28483f6d36
4 changed files with 12 additions and 8 deletions
|
@ -1,5 +1,5 @@
|
|||
===========================================================================
|
||||
$NetBSD: MESSAGE,v 1.4 2011/02/26 20:58:15 spz Exp $
|
||||
$NetBSD: MESSAGE,v 1.5 2011/02/27 17:05:57 spz Exp $
|
||||
|
||||
You must configure RT by editing ${PKG_SYSCONFDIR}/RT_SiteConfig.pm.
|
||||
|
||||
|
@ -39,11 +39,11 @@ no password authentication itself, it may still store these weak
|
|||
password hashes -- using ExternalAuth does not guarantee that you are
|
||||
not vulnerable! To upgrade stored passwords to a stronger hash, run:
|
||||
|
||||
perl ${RTSHAREDIR}/etc/upgrade/vulnerable-passwords
|
||||
perl ${RTSHAREDIR}/etc/vulnerable-passwords
|
||||
|
||||
at this point.
|
||||
|
||||
For other upgrading actions, see ${RTSHAREDIR}/etc/upgrade/UPGRADING
|
||||
For other upgrading actions, see ${RTSHAREDIR}/etc/UPGRADING
|
||||
|
||||
See also the manual on ${HOMEPAGE}docs.html
|
||||
===========================================================================
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.45 2011/02/26 20:58:15 spz Exp $
|
||||
# $NetBSD: Makefile,v 1.46 2011/02/27 17:05:57 spz Exp $
|
||||
|
||||
DISTNAME= rt-3.8.9
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://download.bestpractical.com/pub/rt/release/
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile.install,v 1.16 2011/02/26 20:58:15 spz Exp $
|
||||
# $NetBSD: Makefile.install,v 1.17 2011/02/27 17:05:57 spz Exp $
|
||||
|
||||
.include "dirs.mk"
|
||||
|
||||
|
@ -40,8 +40,9 @@ SUBST_STAGE.path= post-patch
|
|||
|
||||
SUBST_CLASSES+= hardwired
|
||||
SUBST_FILES.hardwired= share/html/NoAuth/RichText/FCKeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/spellchecker.pl \
|
||||
share/rt3/etc/shrink_cgm_table.pl \
|
||||
share/rt3/etc/upgrade-mysql-schema.pl
|
||||
etc/upgrade/shrink_cgm_table.pl \
|
||||
etc/upgrade/shrink_transactions_table.pl \
|
||||
etc/upgrade/upgrade-mysql-schema.pl
|
||||
SUBST_SED.hardwired= -e 's,/usr/bin/perl,'${PERL5}','
|
||||
SUBST_STAGE.hardwired= post-patch
|
||||
|
||||
|
@ -60,6 +61,7 @@ RT_ETC_FILES= acl.Oracle acl.Pg acl.mysql constraints.mysql \
|
|||
upgrade/3.8-ical-extension \
|
||||
upgrade/generate-rtaddressregexp \
|
||||
upgrade/shrink_cgm_table.pl \
|
||||
upgrade/shrink_transactions_table.pl \
|
||||
upgrade/split-out-cf-categories \
|
||||
upgrade/upgrade-mysql-schema.pl \
|
||||
upgrade/vulnerable-passwords
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.18 2011/02/26 20:58:15 spz Exp $
|
||||
@comment $NetBSD: PLIST,v 1.19 2011/02/27 17:05:57 spz Exp $
|
||||
bin/mason_handler.fcgi
|
||||
${PLIST.speedycgi}bin/mason_handler.scgi
|
||||
bin/mason_handler.svc
|
||||
|
@ -279,6 +279,7 @@ share/rt3/etc/schema.SQLite
|
|||
share/rt3/etc/schema.mysql-4.0
|
||||
share/rt3/etc/schema.mysql-4.1
|
||||
share/rt3/etc/shrink_cgm_table.pl
|
||||
share/rt3/etc/shrink_transactions_table.pl
|
||||
share/rt3/etc/split-out-cf-categories
|
||||
share/rt3/etc/upgrade-mysql-schema.pl
|
||||
share/rt3/etc/upgrade/3.3.0/acl.Informix
|
||||
|
|
Loading…
Reference in a new issue