code
stringlengths
1
1.96M
language
stringclasses
1 value
# Generated from ltmain.m4sh. # ltmain.sh (GNU libtool) 2.2.6b # Written by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006, 2007 2008 Free Software Foundation, Inc. # This is free software; see the source for copying conditions. There is NO # ...
Shell
#! /bin/sh # depcomp - compile a program generating dependencies as side-effects scriptversion=2009-04-28.21; # UTC # Copyright (C) 1999, 2000, 2003, 2004, 2005, 2006, 2007, 2009 Free # Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU Ge...
Shell
#!/bin/bash aclocal autoheader automake --foreign --add-missing --copy autoconf
Shell
#! /bin/sh # Common stub for a few missing GNU programs while installing. scriptversion=2009-04-28.21; # UTC # Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005, 2006, # 2008, 2009 Free Software Foundation, Inc. # Originally by Fran,cois Pinard <pinard@iro.umontreal.ca>, 1996. # This program is free softw...
Shell
#!/bin/sh # install - install a program, script, or datafile scriptversion=2009-04-28.21; # UTC # This originates from X11R5 (mit/util/scripts/install.sh), which was # later released in X11R6 (xc/config/util/install.sh) with the # following copyright and license. # # Copyright (C) 1994 X Consortium # # Permission is ...
Shell
#! /bin/bash # Binary of the Texturepacker: TEXTUREPACKER_BINARY=/usr/local/bin/TexturePacker # Shared Spritesheet-Output-Definitions: SPRITESHEET_OUTPUT_DIRECTORY="../assets/gfx/spritesheets/" SPRITESHEET_OUTPUT_JAVAIDS_PACKAGE="org.anddev.andengine.examples.spritesheets" SPRITESHEET_OUTPUT_JAVAIDS_DIRECTORY="../src...
Shell
# A script for linking using gcc 3.0+ cd debug rm -rf *.so *.a 2> /dev/null CC=g++ # Flags needed for linking # # NOTE - These flags are provided in a particular order. This order must be # maintained for the code to be correctly built. # # -mt = Support multi-threaded code # -shared = Create a shared l...
Shell
# Compilation script for gcc 3.0+ mkdir debug 2> /dev/null cd debug rm -rf *.o 2> /dev/null CC=g++ # Flags needed for compilation # # NOTE - These flags are provided in a particular order. This order must be # maintained for the code to be correctly built. # # -mthread = Support multi-threaded code # -c ...
Shell
# A script for linking using gcc 3.0+ cd debug rm -rf *.so *.a 2> /dev/null CC=g++ # Flags needed for linking # # NOTE - These flags are provided in a particular order. This order must be # maintained for the code to be correctly built. # # -mt = Support multi-threaded code # -shared = Create a shared l...
Shell
# Compilation script for gcc 3.0+ mkdir debug 2> /dev/null cd debug rm -rf *.o 2> /dev/null CC=g++ # Flags needed for compilation # # NOTE - These flags are provided in a particular order. This order must be # maintained for the code to be correctly built. # # -mthread = Support multi-threaded code # -c ...
Shell
# A script for linking using gcc 3.0+ cd debug rm -rf *.so *.a 2> /dev/null CC=g++ # Flags needed for linking # # NOTE - These flags are provided in a particular order. This order must be # maintained for the code to be correctly built. # # -mt = Support multi-threaded code # -shared = Create a shared l...
Shell
# Compilation script for gcc 3.0+ mkdir debug 2> /dev/null cd debug rm -rf *.o 2> /dev/null CC=g++ # Flags needed for compilation # # NOTE - These flags are provided in a particular order. This order must be # maintained for the code to be correctly built. # # -mthread = Support multi-threaded code # -c ...
Shell
# A script for linking using gcc 3.0+ cd debug rm -rf *.so *.a 2> /dev/null CC=g++ # Flags needed for linking # # NOTE - These flags are provided in a particular order. This order must be # maintained for the code to be correctly built. # # -mt = Support multi-threaded code # -shared = Create a shared l...
Shell
# Compilation script for gcc 3.0+ mkdir debug 2> /dev/null cd debug rm -rf *.o 2> /dev/null CC=g++ # Flags needed for compilation # # NOTE - These flags are provided in a particular order. This order must be # maintained for the code to be correctly built. # # -mthread = Support multi-threaded code # -c ...
Shell
# Compilation script for gcc 3.0+ mkdir debug 2> /dev/null cd debug rm -rf *.o 2> /dev/null CC=g++ # Flags needed for compilation # # NOTE - These flags are provided in a particular order. This order must be # maintained for the code to be correctly built. # # -mthread = Support multi-threaded code # -c ...
Shell
# A script for linking using gcc 3.0+ cd debug rm -rf *.so *.a 2> /dev/null CC=g++ # Flags needed for linking # # NOTE - These flags are provided in a particular order. This order must be # maintained for the code to be correctly built. # # -mt = Support multi-threaded code # -shared = Create a shared l...
Shell
# A script for linking using gcc 3.0+ cd debug rm -rf *.so *.a 2> /dev/null CC=g++ # Flags needed for linking # # NOTE - These flags are provided in a particular order. This order must be # maintained for the code to be correctly built. # # -mt = Support multi-threaded code # -shared = Create a shared l...
Shell
# Compilation script for gcc 3.0+ mkdir debug 2> /dev/null cd debug rm -rf *.o 2> /dev/null CC=g++ # Flags needed for compilation # # NOTE - These flags are provided in a particular order. This order must be # maintained for the code to be correctly built. # # -mthread = Support multi-threaded code # -c ...
Shell
# A script for linking using gcc 3.0+ cd debug rm -rf *.so *.a 2> /dev/null CC=g++ # Flags needed for linking # # NOTE - These flags are provided in a particular order. This order must be # maintained for the code to be correctly built. # # -mt = Support multi-threaded code # -shared = Create a shared l...
Shell
# Compilation script for gcc 3.0+ mkdir debug 2> /dev/null cd debug rm -rf *.o 2> /dev/null CC=g++ # Flags needed for compilation # # NOTE - These flags are provided in a particular order. This order must be # maintained for the code to be correctly built. # # -mthread = Support multi-threaded code # -c ...
Shell
#!/bin/bash PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:~/bin export PATH # Check if user is root if [ $(id -u) != "0" ]; then echo "Error: You must be root to run this script, please use root to install rsync" exit 1 fi cur_dir=$(pwd) # If necessary, edit these for your system DBUSER='r...
Shell
#!/bin/bash PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:~/bin export PATH # Check if user is root if [ $(id -u) != "0" ]; then echo "Error: You must be root to run this script, please use root to install rsync" exit 1 fi cur_dir=$(pwd) # If necessary, edit these for your system DBUSER='r...
Shell
#!/bin/sh -x PROJECT="gmail-delay-send" USER="blairkutz@gmail.com" ENV=dev FILE_NAME="output/${PROJECT}.${ENV}" echo "Combining and uploading files for $ENV" rm -f ${FILE_NAME} touch ${FILE_NAME} for FILE in ../src/* do cat $FILE >> ${FILE_NAME} done python utils/googlecode_upload.py -s "Uploading for $ENV" -p ...
Shell
#!/bin/sh VERSION=BETA_0.7.3 git tag -f ${VERSION} mkdir -f output FILE_NAME=output/${VERSION}.combined for FILE in ../src/downloaded/* do cat $FILE >> ${FILE_NAME} done
Shell
#!/bin/bash CP=`ls lib/*.jar|tr '\n' ':'` # Tatoeba indexing uses quite a lot of memory on Linux 64bit JAVA_OPTS=-Xmx1024m java $JAVA_OPTS -cp $CP sk.baka.aedict.indexer.Main "$@"
Shell
#!/bin/bash cd .. # Index Edict # We need edict.gz to be present locally, for Tanaka/Tatoeba parsing wget http://ftp.monash.edu.au/pub/nihongo/edict.gz || exit 1 ./ai.sh -f edict.gz -g --upload || exit 1 # Index Kanjidic ./ai.sh -d -k --upload || exit 1 # Index Tanaka ./ai.sh -d -t --upload || exit 1 # Index Tatoeb...
Shell
#!/bin/bash # Copyright 2012 Google Inc. # # Licensed 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 ...
Shell
#!/bin/bash MEMORY=512m java -Xmx$MEMORY -cp "../lib/*" -javaagent:../lib/sizeofag-1.0.0.jar moa.gui.GUI
Shell
#!/bin/sh # ### $Id: run.sh abhayani@redhat.com $ ### # # Mobicents Media Server Control Script # # To use this script run it as root - it will switch to the specified user # # Here is a little (and extremely primitive) startup/shutdown script # for RedHat systems. It assumes that Mobicents Media Server lives in /usr/l...
Shell
#!/bin/sh ### ====================================================================== ### ## ## ## Mobicents SS7 CLI Bootstrap Script ## ## ##...
Shell
#!/bin/sh ### ====================================================================== ### ## ## ## Mobicents SMSC Test Server Bootstrap Script ## ## ...
Shell
#!/bin/sh if [[ -z $ADB ]]; then ADB=adb; fi ./kill_process.sh $ADB shell rm -r /data/data/com.google.android.apps.iosched/*
Shell
#!/bin/sh adb shell cat /data/data/com.google.android.apps.iosched/shared_prefs/com.google.android.apps.iosched_preferences.xml | xmllint --format -
Shell
#!/bin/sh if [[ -z $ADB ]]; then ADB=adb; fi $ADB shell am start \ -a android.intent.action.MAIN \ -c android.intent.category.LAUNCHER \ -n com.google.android.apps.iosched/.ui.HomeActivity
Shell
#!/bin/sh adb shell pm clear com.google.android.apps.iosched
Shell
#!/bin/sh if [[ -z $ADB ]]; then ADB=adb; fi $ADB shell am force-stop com.google.android.apps.iosched
Shell
#!/bin/sh if [[ -z $ADB ]]; then ADB=adb; fi MAC_UNAME="Darwin" if [[ "`uname`" == ${MAC_UNAME} ]]; then DATE_FORMAT="%Y-%m-%dT%H:%M:%S" else DATE_FORMAT="%Y-%m-%d %H:%M:%S" fi if [ -z "$1" ]; then NOW_DATE=$(date "+${DATE_FORMAT}") echo Please provide a mock time in the format \"${NOW_DATE}\" or \"d\" to del...
Shell
#!/bin/sh # Remember VERBOSE only works on debug builds of the app adb shell setprop log.tag.iosched_SyncHelper VERBOSE adb shell setprop log.tag.iosched_SessionsHandler VERBOSE adb shell setprop log.tag.iosched_ImageCache VERBOSE adb shell setprop log.tag.iosched_ImageWorker VERBOSE adb shell setprop log.tag.iosched_I...
Shell
#!/bin/sh if [[ -z $ADB ]]; then ADB=adb; fi $ADB shell "echo '$*' | sqlite3 -header -column /data/data/com.google.android.apps.iosched/databases/schedule.db"
Shell
#!/bin/sh # Sessions list #adb shell am start -a android.intent.action.VIEW -d content://com.google.android.apps.iosched/tracks/android/sessions # Vendors list #adb shell am start -a android.intent.action.VIEW -d content://com.google.android.apps.iosched/tracks/android/vendors # Session detail #adb shell am start -a...
Shell
#! /bin/bash # Binary of the Texturepacker: TEXTUREPACKER_BINARY=/usr/local/bin/TexturePacker # Shared Spritesheet-Output-Definitions: SPRITESHEET_OUTPUT_DIRECTORY="../assets/gfx/spritesheets/" SPRITESHEET_OUTPUT_JAVAIDS_PACKAGE="org.anddev.andengine.examples.spritesheets" SPRITESHEET_OUTPUT_JAVAIDS_DIRECTORY="../src...
Shell
#!/bin/sh # # zabbix_agentd_ctl # # control script to stop/start/restart zabbix_suckerd # author: charlie collins # date: 01.21.2002 # # (modeled after apache style control scripts) # (this script can be placed in init.d and respective runlevel for startup usage) # # # The exit codes returned are: # 0 - operation com...
Shell
#!/bin/sh # # zabbix_suckerd_ctl # # control script to stop/start/restart zabbix_suckerd # author: charlie collins # date: 01.21.2002 # # (modeled after apache style control scripts) # (this script can be placed in init.d and respective runlevel for startup usage) # # # The exit codes returned are: # 0 - operation co...
Shell
#!/bin/sh # # zabbix_suckerd_ctl # # control script to stop/start/restart zabbix_suckerd # author: charlie collins # date: 01.21.2002 # # (modeled after apache style control scripts) # (this script can be placed in init.d and respective runlevel for startup usage) # # # The exit codes returned are: # 0 - operation co...
Shell
#!/bin/sh # # zabbix_agentd_ctl # # control script to stop/start/restart zabbix_suckerd # author: charlie collins # date: 01.21.2002 # # (modeled after apache style control scripts) # (this script can be placed in init.d and respective runlevel for startup usage) # # # The exit codes returned are: # 0 - operation com...
Shell
#! /bin/sh # # Zabbix daemon start/stop script. # # Written by Alexei Vladishev <alex@gobbo.caves.lv>. PATH=/bin:/usr/bin:/sbin:/usr/sbin:/home/zabbix/bin DAEMON=/home/zabbix/bin/zabbix_suckerd NAME=zabbix_suckerd DESC="Zabbix sucker daemon" test -f $DAEMON || exit 0 set -e case "$1" in start) echo "Starting $DE...
Shell
#! /bin/sh # # Zabbix daemon start/stop script. # # Written by Alexei Vladishev <alex@gobbo.caves.lv>. PATH=/bin:/usr/bin:/sbin:/usr/sbin:/home/zabbix/bin DAEMON=/home/zabbix/bin/zabbix_trapperd NAME=zabbix_trapperd DESC="Zabbix trapper daemon" test -f $DAEMON || exit 0 set -e case "$1" in start) echo "Starting ...
Shell
#! /bin/sh # # Zabbix agent start/stop script. # # Written by Alexei Vladishev <alex@gobbo.caves.lv>. PATH=/bin:/usr/bin:/sbin:/usr/sbin:/home/zabbix/bin DAEMON=/home/zabbix/bin/zabbix_agentd NAME=zabbix_agentd DESC="Zabbix agent" test -f $DAEMON || exit 0 set -e case "$1" in start) echo "Starting $DESC: $NAME" ...
Shell
#! /bin/sh # # Zabbix agent start/stop script. # # Written by Alexei Vladishev <alex@gobbo.caves.lv>. PATH=/bin:/usr/bin:/sbin:/usr/sbin:/home/zabbix/bin DAEMON=/home/zabbix/bin/zabbix_agentd NAME=zabbix_agentd DESC="Zabbix agent" test -f $DAEMON || exit 0 set -e case "$1" in start) echo "Starting $DESC: $NAME" ...
Shell
#! /bin/sh # # Zabbix daemon start/stop script. # # Written by Alexei Vladishev <alex@gobbo.caves.lv>. PATH=/bin:/usr/bin:/sbin:/usr/sbin:/home/zabbix/bin DAEMON=/home/zabbix/bin/zabbix_suckerd NAME=zabbix_suckerd DESC="Zabbix sucker daemon" test -f $DAEMON || exit 0 set -e case "$1" in start) echo "Starting $DE...
Shell
#! /bin/sh # # Zabbix daemon start/stop script. # # Written by Alexei Vladishev <alex@gobbo.caves.lv>. PATH=/bin:/usr/bin:/sbin:/usr/sbin:/home/zabbix/bin DAEMON=/home/zabbix/bin/zabbix_trapperd NAME=zabbix_trapperd DESC="Zabbix trapper daemon" test -f $DAEMON || exit 0 set -e case "$1" in start) echo "Starting ...
Shell
#!/bin/bash # # chkconfig: - 55 45 # description: zabbix_trapperd # probe: false # Source function library. . /etc/rc.d/init.d/functions # Source networking configuration. . /etc/sysconfig/network # Check that networking is up. If you are running without a network, comment this out. [ "${NETWORKING}" = "no" ] && e...
Shell
#!/bin/bash # # chkconfig: - 55 45 # description: zabbix_trapperd # probe: false # Source function library. . /etc/rc.d/init.d/functions # Source networking configuration. . /etc/sysconfig/network # Check that networking is up. If you are running without a network, comment this out. [ "${NETWORKING}" = "no" ] && e...
Shell
#!/bin/bash # # chkconfig: - 55 45 # description: zabbix_agentd # probe: false # Source function library. . /etc/rc.d/init.d/functions # Source networking configuration. . /etc/sysconfig/network # Check that networking is up. If you are running without a network, comment this out. [ "${NETWORKING}" = "no" ] && exi...
Shell
#!/bin/bash # # chkconfig: - 55 45 # description: zabbix_suckerd # probe: false # Source function library. . /etc/rc.d/init.d/functions # Source networking configuration. . /etc/sysconfig/network # Check that networking is up. If you are running without a network, comment this out. [ "${NETWORKING}" = "no" ] && ex...
Shell
#!/bin/bash # # chkconfig: - 55 45 # description: zabbix_agentd # probe: false # Source function library. . /etc/rc.d/init.d/functions # Source networking configuration. . /etc/sysconfig/network # Check that networking is up. If you are running without a network, comment this out. [ "${NETWORKING}" = "no" ] && exi...
Shell
#!/bin/bash # # chkconfig: - 55 45 # description: zabbix_suckerd # probe: false # Source function library. . /etc/rc.d/init.d/functions # Source networking configuration. . /etc/sysconfig/network # Check that networking is up. If you are running without a network, comment this out. [ "${NETWORKING}" = "no" ] && ex...
Shell
#!/bin/sh # # zabbix_agentd_ctl # # control script to stop/start/restart zabbix_suckerd # author: charlie collins # date: 01.21.2002 # # (modeled after apache style control scripts) # (this script can be placed in init.d and respective runlevel for startup usage) # # # The exit codes returned are: # 0 - operation com...
Shell
#!/bin/sh # # zabbix_suckerd_ctl # # control script to stop/start/restart zabbix_suckerd # author: charlie collins # date: 01.21.2002 # # (modeled after apache style control scripts) # (this script can be placed in init.d and respective runlevel for startup usage) # # # The exit codes returned are: # 0 - operation co...
Shell
#!/bin/sh # # zabbix_suckerd_ctl # # control script to stop/start/restart zabbix_suckerd # author: charlie collins # date: 01.21.2002 # # (modeled after apache style control scripts) # (this script can be placed in init.d and respective runlevel for startup usage) # # # The exit codes returned are: # 0 - operation co...
Shell
#!/bin/sh # # zabbix_agentd_ctl # # control script to stop/start/restart zabbix_suckerd # author: charlie collins # date: 01.21.2002 # # (modeled after apache style control scripts) # (this script can be placed in init.d and respective runlevel for startup usage) # # # The exit codes returned are: # 0 - operation com...
Shell
#! /bin/sh # # Zabbix daemon start/stop script. # # Written by Alexei Vladishev <alex@gobbo.caves.lv>. PATH=/bin:/usr/bin:/sbin:/usr/sbin:/home/zabbix/bin DAEMON=/home/zabbix/bin/zabbix_suckerd NAME=zabbix_suckerd DESC="Zabbix sucker daemon" test -f $DAEMON || exit 0 set -e case "$1" in start) echo "Starting $DE...
Shell
#! /bin/sh # # Zabbix daemon start/stop script. # # Written by Alexei Vladishev <alex@gobbo.caves.lv>. PATH=/bin:/usr/bin:/sbin:/usr/sbin:/home/zabbix/bin DAEMON=/home/zabbix/bin/zabbix_trapperd NAME=zabbix_trapperd DESC="Zabbix trapper daemon" test -f $DAEMON || exit 0 set -e case "$1" in start) echo "Starting ...
Shell
#! /bin/sh # # Zabbix agent start/stop script. # # Written by Alexei Vladishev <alex@gobbo.caves.lv>. PATH=/bin:/usr/bin:/sbin:/usr/sbin:/home/zabbix/bin DAEMON=/home/zabbix/bin/zabbix_agentd NAME=zabbix_agentd DESC="Zabbix agent" test -f $DAEMON || exit 0 set -e case "$1" in start) echo "Starting $DESC: $NAME" ...
Shell
#! /bin/sh # # Zabbix agent start/stop script. # # Written by Alexei Vladishev <alex@gobbo.caves.lv>. PATH=/bin:/usr/bin:/sbin:/usr/sbin:/home/zabbix/bin DAEMON=/home/zabbix/bin/zabbix_agentd NAME=zabbix_agentd DESC="Zabbix agent" test -f $DAEMON || exit 0 set -e case "$1" in start) echo "Starting $DESC: $NAME" ...
Shell
#! /bin/sh # # Zabbix daemon start/stop script. # # Written by Alexei Vladishev <alex@gobbo.caves.lv>. PATH=/bin:/usr/bin:/sbin:/usr/sbin:/home/zabbix/bin DAEMON=/home/zabbix/bin/zabbix_suckerd NAME=zabbix_suckerd DESC="Zabbix sucker daemon" test -f $DAEMON || exit 0 set -e case "$1" in start) echo "Starting $DE...
Shell
#! /bin/sh # # Zabbix daemon start/stop script. # # Written by Alexei Vladishev <alex@gobbo.caves.lv>. PATH=/bin:/usr/bin:/sbin:/usr/sbin:/home/zabbix/bin DAEMON=/home/zabbix/bin/zabbix_trapperd NAME=zabbix_trapperd DESC="Zabbix trapper daemon" test -f $DAEMON || exit 0 set -e case "$1" in start) echo "Starting ...
Shell
#!/bin/sh # # zabbix_agentd_ctl # # control script to stop/start/restart zabbix_suckerd # author: charlie collins # date: 01.21.2002 # # (modeled after apache style control scripts) # (this script can be placed in init.d and respective runlevel for startup usage) # # # The exit codes returned are: # 0 - operation com...
Shell
#!/bin/sh # # zabbix_suckerd_ctl # # control script to stop/start/restart zabbix_suckerd # author: charlie collins # date: 01.21.2002 # # (modeled after apache style control scripts) # (this script can be placed in init.d and respective runlevel for startup usage) # # # The exit codes returned are: # 0 - operation co...
Shell
#!/bin/sh # # zabbix_suckerd_ctl # # control script to stop/start/restart zabbix_suckerd # author: charlie collins # date: 01.21.2002 # # (modeled after apache style control scripts) # (this script can be placed in init.d and respective runlevel for startup usage) # # # The exit codes returned are: # 0 - operation co...
Shell
#!/bin/sh # # zabbix_agentd_ctl # # control script to stop/start/restart zabbix_suckerd # author: charlie collins # date: 01.21.2002 # # (modeled after apache style control scripts) # (this script can be placed in init.d and respective runlevel for startup usage) # # # The exit codes returned are: # 0 - operation com...
Shell
#! /bin/sh # # Zabbix daemon start/stop script. # # Written by Alexei Vladishev <alex@gobbo.caves.lv>. PATH=/bin:/usr/bin:/sbin:/usr/sbin:/home/zabbix/bin DAEMON=/home/zabbix/bin/zabbix_suckerd NAME=zabbix_suckerd DESC="Zabbix sucker daemon" test -f $DAEMON || exit 0 set -e case "$1" in start) echo -n "Starting ...
Shell
#! /bin/sh # # Zabbix daemon start/stop script. # # Written by Alexei Vladishev <alex@gobbo.caves.lv>. PATH=/bin:/usr/bin:/sbin:/usr/sbin:/home/zabbix/bin DAEMON=/home/zabbix/bin/zabbix_suckerd NAME=zabbix_suckerd DESC="Zabbix sucker daemon" test -f $DAEMON || exit 0 set -e case "$1" in start) echo -n "Starting ...
Shell
#!/bin/bash # # Zabbix # Copyright (C) 2000,2001,2002,2003 Alexei Vladishev # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later v...
Shell
#!/bin/bash # # Zabbix # Copyright (C) 2000,2001,2002,2003 Alexei Vladishev # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later v...
Shell
#!/bin/bash # # chkconfig: - 55 45 # description: zabbix_trapperd # probe: false # Source function library. . /etc/rc.d/init.d/functions # Source networking configuration. . /etc/sysconfig/network # Check that networking is up. If you are running without a network, comment this out. [ "${NETWORKING}" = "no" ] && e...
Shell
#!/bin/bash # # chkconfig: - 55 45 # description: zabbix_trapperd # probe: false # Source function library. . /etc/rc.d/init.d/functions # Source networking configuration. . /etc/sysconfig/network # Check that networking is up. If you are running without a network, comment this out. [ "${NETWORKING}" = "no" ] && e...
Shell
#!/bin/bash # # chkconfig: - 55 45 # description: zabbix_agentd # probe: false # Source function library. . /etc/rc.d/init.d/functions # Source networking configuration. . /etc/sysconfig/network # Check that networking is up. If you are running without a network, comment this out. [ "${NETWORKING}" = "no" ] && exi...
Shell
#!/bin/bash # # chkconfig: - 55 45 # description: zabbix_suckerd # probe: false # Source function library. . /etc/rc.d/init.d/functions # Source networking configuration. . /etc/sysconfig/network # Check that networking is up. If you are running without a network, comment this out. [ "${NETWORKING}" = "no" ] && ex...
Shell
#!/bin/bash # # chkconfig: - 55 45 # description: zabbix_agentd # probe: false # Source function library. . /etc/rc.d/init.d/functions # Source networking configuration. . /etc/sysconfig/network # Check that networking is up. If you are running without a network, comment this out. [ "${NETWORKING}" = "no" ] && exi...
Shell
#!/bin/bash # # chkconfig: - 55 45 # description: zabbix_suckerd # probe: false # Source function library. . /etc/rc.d/init.d/functions # Source networking configuration. . /etc/sysconfig/network # Check that networking is up. If you are running without a network, comment this out. [ "${NETWORKING}" = "no" ] && ex...
Shell
#!/bin/sh # # zabbix_agentd_ctl # # control script to stop/start/restart zabbix_agentd # author: charlie collins # date: 01.21.2002 # # revised 09.21.2003 # (setup for Red Hat 7.3 with Zabbix 1.0 beta) # (should work for other Red Hat and Sys V style init machines as well) # # (modeled after apache style control scrip...
Shell
#!/bin/sh # # zabbix_suckerd_ctl # # control script to stop/start/restart zabbix_suckerd # author: charlie collins # date: 01.21.2002 # # revised 09.21.2003 # (setup for Red Hat 7.3 with Zabbix 1.0 beta) # (should work for other Red Hat and Sys V style init machines as well) # # (modeled after apache style control scr...
Shell
#!/bin/sh # # zabbix_suckerd_ctl # # control script to stop/start/restart zabbix_suckerd # author: charlie collins # date: 01.21.2002 # # revised 09.21.2003 # (setup for Red Hat 7.3 with Zabbix 1.0 beta) # (should work for other Red Hat and Sys V style init machines as well) # # (modeled after apache style control scr...
Shell
#!/bin/sh # # zabbix_agentd_ctl # # control script to stop/start/restart zabbix_agentd # author: charlie collins # date: 01.21.2002 # # revised 09.21.2003 # (setup for Red Hat 7.3 with Zabbix 1.0 beta) # (should work for other Red Hat and Sys V style init machines as well) # # (modeled after apache style control scrip...
Shell
#! /bin/sh # # Zabbix daemon start/stop script. # # Written by Alexei Vladishev <alex@gobbo.caves.lv>. PATH=/bin:/usr/bin:/sbin:/usr/sbin:/home/zabbix/bin DAEMON=/home/zabbix/bin/zabbix_suckerd NAME=zabbix_suckerd DESC="Zabbix sucker daemon" test -f $DAEMON || exit 0 set -e case "$1" in start) echo "Starting $DE...
Shell
#! /bin/sh # # Zabbix daemon start/stop script. # # Written by Alexei Vladishev <alex@gobbo.caves.lv>. PATH=/bin:/usr/bin:/sbin:/usr/sbin:/home/zabbix/bin DAEMON=/home/zabbix/bin/zabbix_trapperd NAME=zabbix_trapperd DESC="Zabbix trapper daemon" test -f $DAEMON || exit 0 set -e case "$1" in start) echo "Starting ...
Shell
#! /bin/sh # # Zabbix agent start/stop script. # # Written by Alexei Vladishev <alex@gobbo.caves.lv>. PATH=/bin:/usr/bin:/sbin:/usr/sbin:/home/zabbix/bin DAEMON=/home/zabbix/bin/zabbix_agentd NAME=zabbix_agentd DESC="Zabbix agent" test -f $DAEMON || exit 0 set -e case "$1" in start) echo "Starting $DESC: $NAME" ...
Shell
#! /bin/sh # # Zabbix agent start/stop script. # # Written by Alexei Vladishev <alex@gobbo.caves.lv>. PATH=/bin:/usr/bin:/sbin:/usr/sbin:/home/zabbix/bin DAEMON=/home/zabbix/bin/zabbix_agentd NAME=zabbix_agentd DESC="Zabbix agent" test -f $DAEMON || exit 0 set -e case "$1" in start) echo "Starting $DESC: $NAME" ...
Shell
#! /bin/sh # # Zabbix daemon start/stop script. # # Written by Alexei Vladishev <alex@gobbo.caves.lv>. PATH=/bin:/usr/bin:/sbin:/usr/sbin:/home/zabbix/bin DAEMON=/home/zabbix/bin/zabbix_suckerd NAME=zabbix_suckerd DESC="Zabbix sucker daemon" test -f $DAEMON || exit 0 set -e case "$1" in start) echo "Starting $DE...
Shell
#! /bin/sh # # Zabbix daemon start/stop script. # # Written by Alexei Vladishev <alex@gobbo.caves.lv>. PATH=/bin:/usr/bin:/sbin:/usr/sbin:/home/zabbix/bin DAEMON=/home/zabbix/bin/zabbix_trapperd NAME=zabbix_trapperd DESC="Zabbix trapper daemon" test -f $DAEMON || exit 0 set -e case "$1" in start) echo "Starting ...
Shell
#!/bin/bash # # Zabbix # Copyright (C) 2000,2001,2002,2003 Alexei Vladishev # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later v...
Shell
#!/bin/bash # # Zabbix # Copyright (C) 2000,2001,2002,2003 Alexei Vladishev # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later v...
Shell
#!/bin/bash # # chkconfig: - 55 45 # description: zabbix_trapperd # probe: false # Source function library. . /etc/rc.d/init.d/functions # Source networking configuration. . /etc/sysconfig/network # Check that networking is up. If you are running without a network, comment this out. [ "${NETWORKING}" = "no" ] && e...
Shell
#!/bin/bash # # chkconfig: - 55 45 # description: zabbix_trapperd # probe: false # Source function library. . /etc/rc.d/init.d/functions # Source networking configuration. . /etc/sysconfig/network # Check that networking is up. If you are running without a network, comment this out. [ "${NETWORKING}" = "no" ] && e...
Shell
#!/bin/bash # # chkconfig: - 55 45 # description: zabbix_agentd # probe: false # Source function library. . /etc/rc.d/init.d/functions # Source networking configuration. . /etc/sysconfig/network # Check that networking is up. If you are running without a network, comment this out. [ "${NETWORKING}" = "no" ] && exi...
Shell
#!/bin/bash # # chkconfig: - 55 45 # description: zabbix_suckerd # probe: false # Source function library. . /etc/rc.d/init.d/functions # Source networking configuration. . /etc/sysconfig/network # Check that networking is up. If you are running without a network, comment this out. [ "${NETWORKING}" = "no" ] && ex...
Shell
#!/bin/bash # # chkconfig: - 55 45 # description: zabbix_agentd # probe: false # Source function library. . /etc/rc.d/init.d/functions # Source networking configuration. . /etc/sysconfig/network # Check that networking is up. If you are running without a network, comment this out. [ "${NETWORKING}" = "no" ] && exi...
Shell
#!/bin/bash # # chkconfig: - 55 45 # description: zabbix_suckerd # probe: false # Source function library. . /etc/rc.d/init.d/functions # Source networking configuration. . /etc/sysconfig/network # Check that networking is up. If you are running without a network, comment this out. [ "${NETWORKING}" = "no" ] && ex...
Shell
#!/bin/sh # # zabbix_agentd_ctl # # control script to stop/start/restart zabbix_agentd # author: charlie collins # date: 01.21.2002 # # revised 09.21.2003 # (setup for Red Hat 7.3 with Zabbix 1.0 beta) # (should work for other Red Hat and Sys V style init machines as well) # # (modeled after apache style control scrip...
Shell