You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by jp...@apache.org on 2012/03/07 06:41:17 UTC

git commit: TS-701: Remove mgmt/cli/script_configs.sh

Updated Branches:
  refs/heads/master 457f85b71 -> 6a79f69f6


TS-701: Remove mgmt/cli/script_configs.sh


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/6a79f69f
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/6a79f69f
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/6a79f69f

Branch: refs/heads/master
Commit: 6a79f69f6fd0b26f1af75236171b364cd329e7f7
Parents: 457f85b
Author: James Peach <jp...@apache.org>
Authored: Tue Mar 6 21:40:08 2012 -0800
Committer: James Peach <jp...@apache.org>
Committed: Tue Mar 6 21:40:47 2012 -0800

----------------------------------------------------------------------
 CHANGES                    |    2 +
 mgmt/cli/script_configs.sh |  115 ---------------------------------------
 2 files changed, 2 insertions(+), 115 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/6a79f69f/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index fe00f19..87691fa 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,7 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache Traffic Server 3.1.3
+  *) [TS-701] Remove mgmt/cli/script_configs.sh
+
   *) [TS-1124] Move regex_remap, header_filter and stats_over_http from
    the plugin repo to the main repo.
 

http://git-wip-us.apache.org/repos/asf/trafficserver/blob/6a79f69f/mgmt/cli/script_configs.sh
----------------------------------------------------------------------
diff --git a/mgmt/cli/script_configs.sh b/mgmt/cli/script_configs.sh
deleted file mode 100644
index a544361..0000000
--- a/mgmt/cli/script_configs.sh
+++ /dev/null
@@ -1,115 +0,0 @@
-#! /bin/sh
-
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-#
-#      http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-
-#
-# This shell script fragment is intended to be sourced from within all
-# other Linux scripts in this directory.  It contains those installation-
-# dependent pathnames, or whatever, which might be used by the scripts.
-# By putting all this in one place, we save endless pain later.
-#
-#
-
-export TS_ETC_FILE="/etc/traffic_server"
-export TS_PRODINFO="/etc/ts_product_info"
-
-export VERS_SYMLINK="rubicon"
-export INKTOMI_HOME="/home/inktomi"
-export TS_TARBALL_PATH="${INKTOMI_HOME}/cdrom"
-export TS_INSTALL_PATH="${INKTOMI_HOME}/${VERS_SYMLINK}"
-export TS_BINARIES_PATH="${TS_INSTALL_PATH}/bin"
-export SPI_BINARIES_PATH="${TS_BINARIES_PATH}"
-export CONFIG_DIR="${TS_INSTALL_PATH}/etc/trafficserver"
-export INTERNAL_CONFIG_DIR="${CONFIG_DIR}/internal"
-export MAIN_CONFIG_FILE="records.config"
-export PATCHES_DIR="/home/patches"
-
-# We keep the SPI scripts in the general binaries directory (for now)
-#
-export SPI_SCRIPTS_PATH="$TS_BINARIES_PATH"
-
-
-export PRIMARY_OS_DISK="/dev/sda1"
-export BACKUP_OS_DISK="/dev/sdb1"
-export UPGRADE_DIR="/upgrade"
-export DISPOSABLE_CACHE_DISK="/dev/hdc"
-
-export SERIAL_PORT_DEVICE="/dev/ttyS0"
-export NETWORK_INTERFACE="eth0"
-export NETWORK_MODULE_NAME="e100"
-export SECOND_NETWORK_INTERFACE="eth1"
-export INTERFACE_PARMSFILE="/etc/sysconfig/network-scripts/ifcfg-${NETWORK_INTERFACE}"
-export SECOND_INTERFACE_PARMSFILE="/etc/sysconfig/network-scripts/ifcfg-${SECOND_NETWORK_INTERFACE}"
-export NETWORK_P2FILE="/etc/sysconfig/network"
-
-#  For now, code no secondary disk.
-export TS_CONFIG_SECONDARY_DISK=""
-export TS_CONFIG_SECONDARY_MTPT="/mnt/ts_secondary"
-
-export SYSTEM_CONFIG_FILES="/etc/resolv.conf /etc/hosts ${NETWORK_P2FILE} ${NETWORK_PARMSFILE}"
-
-export TS_CONFIG_FILES="storage.config socks.config proxy.pac vaddrs.config cache.config icp.config ip_allow.config parent.config remap.config mgr.cnf update.config ${MAIN_CONFIG_FILE}"
-
-
-export FLOPPY_DEVICE="/dev/fd0"
-export FLOPPY_MTPT="/mnt/floppy"
-export FLOPPY_STATUSFILE="/tmp/floppy_mounted"
-
-
-#  Binaries.
-#
-export AWK="/bin/awk"
-export CAT="/bin/cat"
-export CP="/bin/cp"
-export CRONTAB="/usr/bin/crontab"
-export CUT="/usr/bin/cut"
-export DATE="/bin/date"
-export DD="/bin/dd"
-export ECHO="/bin/echo"
-export EXPR="/usr/bin/expr"
-export FGREP="/bin/fgrep"
-export GREP="/bin/grep"
-export GZIP="/bin/gzip"
-export HOSTNAME="/bin/hostname"
-export IFCONFIG="/sbin/ifconfig"
-export INSMOD="/sbin/insmod"
-export KILLALL="/usr/bin/killall"
-export LN="/bin/ln"
-export LS="/bin/ls"
-export MAIL="/bin/mail"
-export MKDIR="/bin/mkdir"
-export MKE2FS="/sbin/mke2fs"
-export MOUNT="/bin/mount"
-export MV="/bin/mv"
-export PERL="/usr/bin/perl"
-export PING="/bin/ping"
-export RCP="/usr/bin/rcp"
-export RM="/bin/rm"
-export RMMOD="/sbin/rmmod"
-export ROUTE="/sbin/route"
-export SED="/bin/sed"
-export SLEEP="/bin/sleep"
-export SYNC="/bin/sync"
-export TAR="/bin/tar"
-export TOUCH="/bin/touch"
-export UMOUNT="/bin/umount"
-export ZCAT="/bin/zcat"
-
-
-# redhat scripts
-export NETWORK_DOWN="/etc/rc.d/init.d/network stop"
-export NETWORK_UP="/etc/rc.d/init.d/network start"