--- ./contrib/xcscope/cscope-indexer Wed Jun 27 21:39:47 2001 +++ ../cscope-15.3/./contrib/xcscope/cscope-indexer Tue Aug 7 03:36:10 2001 @@ -1,4 +1,6 @@ -#! /bin/sh +#!/sbin/sh +#Tag 0x00000f00 + ############################################################################### # # File: cscope-indexer @@ -70,8 +72,8 @@ set -e # May have to edit this: -PATH="/usr/local/bin:/sbin:/usr/sbin:/bin:/usr/bin:$PATH" -export PATH +#PATH="/usr/local/bin:/sbin:/usr/sbin:/bin:/usr/bin:$PATH" +#export PATH LIST_ONLY= DIR='.' @@ -156,7 +158,7 @@ echo "Indexing files ..." fi -cscope -b -i $LIST_FILE -f $DATABASE_FILE +/usr/freeware/bin/cscope -b -i $LIST_FILE -f $DATABASE_FILE if [ "X$VERBOSE" != "X" ] then --- ./contrib/webcscope/cscope Fri Jun 29 07:20:16 2001 +++ ../cscope-15.3/./contrib/webcscope/cscope Tue Aug 7 03:48:40 2001 @@ -1,4 +1,5 @@ -#!/bin/perl +#!/usr/bin/perl5 +#Tag 0x00000f00 # $Id: cscope,v 1.1 2001/06/29 14:20:16 petr Exp $ # @@ -51,7 +52,7 @@ # current code version being used $version = "iSOS 2.5/int16"; # full path to the cscope binary -$cscopecmd = "/usr/global/bin/cscope"; +$cscopecmd = "/usr/freeware/bin/cscope"; # cscope working directory, where all the in/out and db files are stored $cscopedir = "/usr/local/cscope"; # trivial functions not to display, one per line in the trivs file @@ -63,7 +64,7 @@ $showfile = $tmpdir . "/showfile.$$"; # C syntax highlighting application or uncomment the line beneath to just cat #$hiliter = "/bin/cat"; -$hiliter = "/usr/local/cgi-bin/cscope/hilite"; +$hiliter = "/usr/freeware/lib/cscope/contrib/webcscope/hilite"; ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday) = gmtime(time+1000000); $cookie_exp = sprintf("%s %02d-%s-%s %02d:%02d:%02d GMT", $wday, $mday, $mon, $year, $hour, $min, $sec);