Take a shot at getting $FreeBSD$ expanded by cvsweb.
This commit is contained in:
parent
890c9acd8a
commit
c82d2e0e66
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=5564
1 changed files with 5 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
||||||
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
# SUCH DAMAGE.
|
# SUCH DAMAGE.
|
||||||
#
|
#
|
||||||
# $FreeBSD$
|
# $FreeBSD: www/en/cgi/cvsweb.cgi,v 1.33 1999/09/06 07:02:40 peter Exp $
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
@ -145,6 +145,10 @@ if (!-d $cvsroot) {
|
||||||
&fatal("500 Internal Error",'$CVSROOT not found!<P>The server on which the CVS tree lives is probably down. Please try again in a few minutes.');
|
&fatal("500 Internal Error",'$CVSROOT not found!<P>The server on which the CVS tree lives is probably down. Please try again in a few minutes.');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Set up for FreeBSD repo options.
|
||||||
|
$ENV{'RCSLOCALID'} = 'FreeBSD=CVSHeader';
|
||||||
|
$ENV{'RCSINCEXC'} = 'iFreeBSD';
|
||||||
|
$ENV{'CVSROOT'} = $cvsroot;
|
||||||
|
|
||||||
{
|
{
|
||||||
local(@foo, $i);
|
local(@foo, $i);
|
||||||
|
|
Loading…
Reference in a new issue