代码搜索:Interbase
找到约 1,195 项符合「Interbase」的源代码
代码结果 1,195
www.eeworm.com/read/100925/6264860
firebird
#! /bin/sh
# Copyright (c) 2001 IBPhoenix
#
# Author: Pavel Cisar
#
# init.d/firebird
#
# and symbolic its link
#
# /usr/sbin/rcfirebird
#
# System startup script for the Fire
www.eeworm.com/read/100925/6264868
sh maketarimage.sh
#! /bin/sh
# Script to copy install files from the build/transport area
BuildSrcDir=firebird/pcisar/install
TargetDir=buildroot
# The guts of the tranfer of files and other directories
if [ -d
www.eeworm.com/read/100925/6264870
sh tarinstall.sh
#! /bin/sh
# Script to copy install files from the build/transport area
BuildSrcDir=firebird/pcisar/install
TargetDir=firebird/pcisar/buildroot
# The guts of the tranfer of files and other director
www.eeworm.com/read/100925/6264872
sh makerpmimage.sh
#! /bin/sh
# Script to copy install files from the build/transport area
BuildSrcDir=firebird/pcisar/install
TargetDir=buildroot
# The guts of the tranfer of files and other directories
if [ -d
www.eeworm.com/read/100925/6264886
pl fb_version.pl
#!/usr/bin/perl
#use strict;
my $line;
my $cmd = "source/interbase/bin/gpre -Z";
$cmd = $ARGV[0] if ($#ARGV >= 0);
open(JOHN, "$cmd 2>/dev/null |");
if (!defined(JOHN))
{
print "UNKNOWN VERSION"
www.eeworm.com/read/100925/6264887
pre_install
#!/bin/sh
mkdir -p /private/var/interbase
chown root.wheel /private/var/interbase
chmod 777 /private/var/interbase
www.eeworm.com/read/100925/6264902
makefile
.PHONY: all CSrpmscript SSrpmscript ssinstall runclassicinstall \
classicpackages
# Some of these targets are run from the root tree of the build.
# those need to know where the install subd
www.eeworm.com/read/100925/6264904
sh sstarinstall.sh
#------------------------------------------------------------------------
# Prompt for response, store result in Answer
Answer=""
AskQuestion() {
Test=$1
DefaultAns=$2
echo -n "${1}"
www.eeworm.com/read/100925/6264909
txt ssrpmfiles.txt
%dir /opt/interbase
%dir /opt/interbase/bin
%dir /opt/interbase/lib
%dir /opt/interbase/UDF
%dir /opt/interbase/intl
%dir /opt/interbase/help
/opt/interbase/bin/gbak
www.eeworm.com/read/100925/6264912
sh ssinstall.sh
#! /bin/sh
# Script to install files from the build/transport area
# cd interbase
# The guts of the tranfer of files to /opt and other directories
if [ -d /opt/interbase ]
the