代码搜索:SETUP
找到约 10,000 项符合「SETUP」的源代码
代码结果 10,000
www.eeworm.com/read/390826/8439262
setup
#!/bin/sh
#
# Copyright 1994-1996 Wind River Systems, Inc.
#
# modification history
# --------------------
# 01j,13jun96,pn started using standard TCL/TK shell, cleanup.
# 01i,04mar96,pn al
www.eeworm.com/read/358952/10174683
setup
#!/bin/sh
#
# SETUP - the Tornado Setup and Uninstall script
#
# Copyright 1994-2003 Wind River Systems, Inc.
#
# modification history
# --------------------
# 03o,04apr03,bjl added exit for spr 8739
www.eeworm.com/read/280232/10344688
setup
#!/bin/sh
#
# SETUP - the Tornado Setup and Uninstall script
#
# Copyright 1994-2003 Wind River Systems, Inc.
#
# modification history
# --------------------
# 03o,04apr03,bjl added exit for spr 8739
www.eeworm.com/read/354342/10362439
setup
www.eeworm.com/read/159656/10629844
setup
#!/usr/bin/perl
# creo la directory per i file di configurazione
$path_config = '/etc/turtlefirewall';
if( ! -d $path_config ) {
mkdir $path_config, 0700;
}
# copio i 3 file predefiniti per la con
www.eeworm.com/read/275472/10815846
setup
www.eeworm.com/read/419052/10888257
setup
#!/bin/sh
#
# IPTraf Setup System
# Written by Gerard Paul Java
# Version 2.8.0
#
# This script determines whether the IPTraf distribution is source code
# or ready-to-run executable
www.eeworm.com/read/451319/7467411
setup
#!/bin/sh
#
# SETUP - the Tornado Setup and Uninstall script
#
# Copyright 1994-2003 Wind River Systems, Inc.
#
# modification history
# --------------------
# 03o,04apr03,bjl added exit for spr 8739
www.eeworm.com/read/444271/7615346
setup
#!/bin/sh
#
# SETUP - the Tornado Setup and Uninstall script
#
# Copyright 1994-2003 Wind River Systems, Inc.
#
# modification history
# --------------------
# 03o,04apr03,bjl added exit for spr 8739
www.eeworm.com/read/195629/8137644
setup
mod_dir=/lib/modules/my
if [ ! -d ${mod_dir} ]; then
mkdir ${mod_dir}
fi
cp -f showpci.o ${mod_dir}
chmod +x showpci
cp -f showpci /usr/local/bin
chmod -x showpci