code
stringlengths
1
1.96M
language
stringclasses
1 value
#! /bin/sh # depcomp - compile a program generating dependencies as side-effects scriptversion=2011-04-16.09; # UTC # Copyright (C) 1999, 2000, 2003, 2004, 2005, 2006, 2007, 2009, 2010, # 2011 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms o...
Shell
#!/bin/sh # Get modification time of a file or directory and pretty-print it. scriptversion=2010-08-21.06; # UTC # Copyright (C) 1995, 1996, 1997, 2003, 2004, 2005, 2007, 2009, 2010 # Free Software Foundation, Inc. # written by Ulrich Drepper <drepper@gnu.ai.mit.edu>, June 1995 # # This program is free software; you ...
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 # py-compile - Compile a Python program scriptversion=2009-04-28.21; # UTC # Copyright (C) 2000, 2001, 2003, 2004, 2005, 2008, 2009 Free Software # Foundation, Inc. # 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 ...
Shell
#! /bin/sh # Output a system dependent set of variables, describing how to set the # run time search path of shared libraries in an executable. # # Copyright 1996-2011 Free Software Foundation, Inc. # Taken from GNU libtool, 2001 # Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996 # # This file is fre...
Shell
#! /bin/sh # ylwrap - wrapper for lex/yacc invocations. scriptversion=2010-02-06.18; # UTC # Copyright (C) 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004, 2005, # 2007, 2009, 2010 Free Software Foundation, Inc. # # Written by Tom Tromey <tromey@cygnus.com>. # # This program is free software; you can redistribute it a...
Shell
#!/bin/sh # install - install a program, script, or datafile scriptversion=2011-01-19.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/sh set -e # # usage: util/overlap.sh [directory] # # This script runs the overlap example program on a complete directory tree. # # Copyright (C) 1996-2011 Markus Franz Xaver Johannes Oberhumer # OVERLAP="overlap" test -x ./examples/overlap && OVERLAP="./examples/overlap" test -x ./overlap.exe && OVERLAP="./o...
Shell
#! /bin/sh set -e # # usage: util/checkasm.sh [directory] # # This script runs lzotest with all assembler decompressors # on a complete directory tree. # It is not suitable for accurate timings. # # Copyright (C) 1996-2011 Markus Franz Xaver Johannes Oberhumer # LZOTEST="lzotest" test -x ./lzotest/lzotest && LZOTEST=...
Shell
#! /bin/sh set -e # # usage: util/check.sh [directory] # # This script runs lzotest with all algorithms on a complete directory tree. # It is not suitable for accurate timings. # # Copyright (C) 1996-2011 Markus Franz Xaver Johannes Oberhumer # LZOTEST="lzotest" test -x ./lzotest/lzotest && LZOTEST="./lzotest/lzotest...
Shell
#! /bin/bash # libtoolT - Provide generalized library-building support services. # Generated automatically by (GNU lzo 2.03) # NOTE: Changes made to this file will be lost: look at ltmain.sh. # # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001 # Free Software Foundation, Inc. # # This file is part of GNU Libtool: # ...
Shell
#! /bin/sh # vi:ts=4:et # Copyright (C) 1996-2011 Markus F.X.J. Oberhumer rm -f *.o liblzo2.a dict.out lzopack.out precomp.out precomp2.out simple.out lzotest.out testmini.out true
Shell
#! /bin/sh # vi:ts=4:et set -e echo "// Using GNU C compiler." echo "//" test "X${top_srcdir}" = X && top_srcdir=`echo "$0" | sed 's,[^/]*$,,'`../.. UNAME_MACHINE=unknown CC="gcc -fPIC" CC="gcc -static" CC="gcc" CFLAGS="-Wall -O2 -fomit-frame-pointer" # delete the next line to disable assembler support UNAME_MACHINE...
Shell
#! /bin/sh # vi:ts=4:et set -e echo "// Copyright (C) 1996-2011 Markus F.X.J. Oberhumer" echo "//" echo "// Generic Posix/Unix system" echo "// Generic C compiler" test "X${top_srcdir}" = X && top_srcdir=`echo "$0" | sed 's,[^/]*$,,'`../.. test "X${AR}" = X && AR="ar" test "X${CC}" = X && CC="cc" test "X${CFLAGS+...
Shell
#! /bin/sh # vi:ts=4:et test "X${top_srcdir}" = X && top_srcdir=`echo "$0" | sed 's,[^/]*$,,'`../.. LZO_CFG_FREESTANDING=1 . $top_srcdir/B/generic/build.sh
Shell
#! /bin/sh if [ "$ICSCROWDAPIKEY" != "" ] then echo "Generating new translation archives" fetch -q -1 -o - http://api.crowdin.net/api/project/ics-openvpn/export?key=$ICSCROWDAPIKEY fi echo "Fetch translation archive" fetch -q http://crowdin.net/download/project/ics-openvpn.zip langtoinclude="ca cs de es et fr id ...
Shell
export O3=$PWD/openvpn3 mkdir -p src/ovpn3/java/net/openvpn/ovpn3 swig -outdir src/ovpn3/java/net/openvpn/ovpn3/ -c++ -java -package net.openvpn.ovpn3 -I$O3/client -I$O3 $O3/javacli/ovpncli.i
Shell
#!/bin/bash # Exit on errors set -e # Generate git config if the openvpn directory is checked out from git if [ -d openvpn/.git ]; then GIT=git cd openvpn CONFIGURE_GIT_CHFILES=$($GIT diff-files --name-status -r --ignore-submodules --quiet -- || echo "+") CONFIGURE_GIT_UNCOMMITTED=$($GIT diff-index --cached...
Shell
#!/bin/bash echo "## Step 00: initialize" ( if ! [ -d build ]; then mkdir build mkdir build/src mkdir build/src/trunk fi ) fetch() { ( cd src if ! [ -f "${2}/.svn/entries" ]; then mkdir "${2}" cd "${2}" svn co --non-interactive --trust-server-cert "${1}" "." else cd "${2}" sv...
Shell
#!/bin/bash find org/jivesoftware -name '*.java' -exec sed -i 's:import org.xmlpull.mxp1.MXParser:import org.xmlpull.v1.XmlPullParserFactory:' '{}' ';' find org/jivesoftware -name '*.java' -exec sed -i 's:new MXParser():XmlPullParserFactory.newInstance().newPullParser():g' '{}' ';'
Shell
#!/bin/bash rm org/xbill/DNS/spi/DNSJavaNameServiceDescriptor.java
Shell
#!/bin/bash rm -rf org/ietf/ rm -rf org/apache/harmony/auth rm -rf org/apache/harmony/javax/security/auth/kerberos/ rm -rf org/apache/harmony/javax/security/auth/x500/ rm org/apache/harmony/javax/security/auth/Policy.java
Shell
#!/bin/bash find -name '*.java' -exec sed -i 's:import org.apache.harmony.javax.security.sasl.Sasl;:import de.measite.smack.Sasl;:g' '{}' ';'
Shell
#!/bin/bash find org/apache/harmony -name '*.java' -exec sed -i 's:import org.apache.harmony.auth.internal.nls.Messages;::' '{}' ';' find org/apache/harmony -name '*.java' -exec sed -i 's:Messages.getString(\("[^"]*"\)):\1:g' '{}' ';'
Shell
#!/bin/bash rm org/jivesoftware/smack/debugger/LiteDebugger.java rm org/jivesoftware/smackx/debugger/EnhancedDebugger.java rm org/jivesoftware/smackx/debugger/EnhancedDebuggerWindow.java
Shell
#!/bin/bash mkdir -p org/apache/harmony/ mv javax org/apache/harmony/ find org/apache/harmony/ -name '*.java' -exec sed -i 's:package javax:package org.apache.harmony.javax:g' '{}' ';' find -name '*.java' -exec sed -i 's:import javax.security.sasl:import org.apache.harmony.javax.security.sasl:g' '{}' ';' find -name '*...
Shell
#!/bin/bash [ -n "$1" ] && cd $1 git rev-list HEAD | sort > config.git-hash LOCALVER=`wc -l config.git-hash | awk '{print $1}'` if [ $LOCALVER \> 1 ] ; then VER=`git rev-list origin/master | sort | join config.git-hash - | wc -l | awk '{print $1}'` VER_DIFF=$(($LOCALVER-$VER)) echo "#define X265_REV $VER" ...
Shell
rm -rf build mkdir build cp -r extension-pageaction build cp -r extension-slides build version=`cat VERSION` replace=s/1\.0\.0/$version/g sed -i $replace build/extension-pageaction/manifest.json sed -i $replace build/extension-slides/manifest.json cd build zip -r extension-pageaction.zip extension-pageaction/ zip -r...
Shell
#!/bin/bash # release # #{{IS_NOTE # Purpose: # # Description: # # History: # Mon Nov 14 14:29:09 2005, Created by tomyeh #}}IS_NOTE # #Copyright (C) 2005 Potix Corporation. All Rights Reserved. # #{{IS_RIGHT #}}IS_RIGHT # stamp=$(date +%Y-%m-%d) target=$1 setting=build.setting.local if [ ! -f $setting ] ; t...
Shell
#!/bin/bash # #{{IS_NOTE # Purpose: # To build java projects # Description: # 'build help' for more descriptions # History: # March 29 15:11 2001, Created by tomyeh # August 21 13:59 2002, Rewritten by tomyeh #}}IS_NOTE # #Copyright (C) 2002 Potix Corporation. All Rights Reserved. # #{{IS_RIGHT # This program is di...
Shell
#!/bin/bash # release # #{{IS_NOTE # Purpose: # # Description: # # History: # Mon Nov 14 14:29:09 2005, Created by tomyeh #}}IS_NOTE # #Copyright (C) 2005 Potix Corporation. All Rights Reserved. # #{{IS_RIGHT #}}IS_RIGHT # stamp=$(date +%Y-%m-%d) target=$1 setting=build.setting.local if [ ! -f $setting ] ; t...
Shell
#!/bin/bash # #{{IS_NOTE # Purpose: # To build java projects # Description: # 'build help' for more descriptions # History: # March 29 15:11 2001, Created by tomyeh # August 21 13:59 2002, Rewritten by tomyeh #}}IS_NOTE # #Copyright (C) 2002 Potix Corporation. All Rights Reserved. # #{{IS_RIGHT # This program is di...
Shell
#!/bin/sh cd bin javah -jni -o ../../jni/unrar-jni/net_kervala_comicsreader_RarFile.h net.kervala.comicsreader.RarFile
Shell
#!/bin/sh # # San Angeles Observation OpenGL ES version example # # This shell script builds the demo application # with executable name "SanOGLES". # # Before running it, make sure that either libGLES_CM.so # or libGLES_CL.so is available in the library path. # Alternatively you can copy one of them to the same # dire...
Shell
#!/bin/ksh # launcher script for jsdoc # Author: Avi Deitcher # # This program is released under the MIT License as follows: # Copyright (c) 2008-2009 Atomic Inc <avi@jsorm.com> # #Permission is hereby granted, free of charge, to any person #obtaining a copy of this software and associated documentation #files (the "...
Shell
#!/bin/bash echo "## Step 00: initialize" ( if ! [ -d build ]; then mkdir build mkdir build/src mkdir build/src/trunk fi ) fetch() { ( cd src if ! [ -f "${2}/.svn/entries" ]; then mkdir "${2}" cd "${2}" svn co --non-interactive --trust-server-cert "${1}" "." else cd "${2}" sv...
Shell
#!/bin/bash find org/jivesoftware -name '*.java' -exec sed -i 's:import org.xmlpull.mxp1.MXParser:import org.xmlpull.v1.XmlPullParserFactory:' '{}' ';' find org/jivesoftware -name '*.java' -exec sed -i 's:new MXParser():XmlPullParserFactory.newInstance().newPullParser():g' '{}' ';'
Shell
#!/bin/bash rm org/xbill/DNS/spi/DNSJavaNameServiceDescriptor.java
Shell
#!/bin/bash rm -rf org/ietf/ rm -rf org/apache/harmony/auth rm -rf org/apache/harmony/javax/security/auth/kerberos/ rm -rf org/apache/harmony/javax/security/auth/x500/ rm org/apache/harmony/javax/security/auth/Policy.java
Shell
#!/bin/bash find -name '*.java' -exec sed -i 's:import org.apache.harmony.javax.security.sasl.Sasl;:import de.measite.smack.Sasl;:g' '{}' ';'
Shell
#!/bin/bash find org/apache/harmony -name '*.java' -exec sed -i 's:import org.apache.harmony.auth.internal.nls.Messages;::' '{}' ';' find org/apache/harmony -name '*.java' -exec sed -i 's:Messages.getString(\("[^"]*"\)):\1:g' '{}' ';'
Shell
#!/bin/bash rm org/jivesoftware/smack/debugger/LiteDebugger.java rm org/jivesoftware/smackx/debugger/EnhancedDebugger.java rm org/jivesoftware/smackx/debugger/EnhancedDebuggerWindow.java
Shell
#!/bin/bash mkdir -p org/apache/harmony/ mv javax org/apache/harmony/ find org/apache/harmony/ -name '*.java' -exec sed -i 's:package javax:package org.apache.harmony.javax:g' '{}' ';' find -name '*.java' -exec sed -i 's:import javax.security.sasl:import org.apache.harmony.javax.security.sasl:g' '{}' ';' find -name '*...
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 # depcomp - compile a program generating dependencies as side-effects scriptversion=2005-07-09.11 # Copyright (C) 1999, 2000, 2003, 2004, 2005 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as pub...
Shell
#! /bin/sh # libtoolT - Provide generalized library-building support services. # Generated automatically by (GNU zk 1.0) # NOTE: Changes made to this file will be lost: look at ltmain.sh. # # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001 # Free Software Foundation, Inc. # # This file is part of GNU Libtool: # Orig...
Shell
# ltmain.sh - Provide generalized library-building support services. # NOTE: Changing this file will not affect anything until you rerun configure. # # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005 # Free Software Foundation, Inc. # Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996 # # Th...
Shell
#!/bin/sh # install - install a program, script, or datafile scriptversion=2005-05-14.22 # 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 hereby ...
Shell
#! /bin/sh # depcomp - compile a program generating dependencies as side-effects scriptversion=2005-07-09.11 # Copyright (C) 1999, 2000, 2003, 2004, 2005 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as pub...
Shell
#! /bin/sh # libtoolT - Provide generalized library-building support services. # Generated automatically by (GNU zk 1.0) # NOTE: Changes made to this file will be lost: look at ltmain.sh. # # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001 # Free Software Foundation, Inc. # # This file is part of GNU Libtool: # Orig...
Shell
#!/bin/sh
Shell
#! /bin/sh # Configuration validation subroutine script. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, # 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc. timestamp='2004-08-29' # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests ...
Shell
#! /bin/sh # Attempt to guess a canonical system name. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, # 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc. timestamp='2004-09-07' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Pu...
Shell
#!/bin/sh # install - install a program, script, or datafile scriptversion=2005-05-14.22 # 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 hereby ...
Shell
#!/bin/sh
Shell
#! /bin/sh # depcomp - compile a program generating dependencies as side-effects scriptversion=2005-07-09.11 # Copyright (C) 1999, 2000, 2003, 2004, 2005 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as pub...
Shell
#! /bin/sh # libtoolT - Provide generalized library-building support services. # Generated automatically by (GNU zk 1.0) # NOTE: Changes made to this file will be lost: look at ltmain.sh. # # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001 # Free Software Foundation, Inc. # # This file is part of GNU Libtool: # Orig...
Shell
# ltmain.sh - Provide generalized library-building support services. # NOTE: Changing this file will not affect anything until you rerun configure. # # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005 # Free Software Foundation, Inc. # Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996 # # Th...
Shell
#!/bin/sh # install - install a program, script, or datafile scriptversion=2005-05-14.22 # 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 hereby ...
Shell
#! /bin/sh # depcomp - compile a program generating dependencies as side-effects scriptversion=2005-07-09.11 # Copyright (C) 1999, 2000, 2003, 2004, 2005 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as pub...
Shell
#! /bin/sh # libtoolT - Provide generalized library-building support services. # Generated automatically by (GNU zk 1.0) # NOTE: Changes made to this file will be lost: look at ltmain.sh. # # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001 # Free Software Foundation, Inc. # # This file is part of GNU Libtool: # Orig...
Shell
#!/bin/sh
Shell
#! /bin/sh # Configuration validation subroutine script. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, # 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc. timestamp='2004-08-29' # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests ...
Shell
#! /bin/sh # Attempt to guess a canonical system name. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, # 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc. timestamp='2004-09-07' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Pu...
Shell
#!/bin/sh # install - install a program, script, or datafile scriptversion=2005-05-14.22 # 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 hereby ...
Shell
#!/bin/sh
Shell
#! /bin/sh # depcomp - compile a program generating dependencies as side-effects scriptversion=2005-07-09.11 # Copyright (C) 1999, 2000, 2003, 2004, 2005 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as pub...
Shell
#! /bin/sh # libtoolT - Provide generalized library-building support services. # Generated automatically by (GNU zk 1.0) # NOTE: Changes made to this file will be lost: look at ltmain.sh. # # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001 # Free Software Foundation, Inc. # # This file is part of GNU Libtool: # Orig...
Shell
# ltmain.sh - Provide generalized library-building support services. # NOTE: Changing this file will not affect anything until you rerun configure. # # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005 # Free Software Foundation, Inc. # Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996 # # Th...
Shell
#!/bin/sh # install - install a program, script, or datafile scriptversion=2005-05-14.22 # 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 hereby ...
Shell
#! /bin/sh # depcomp - compile a program generating dependencies as side-effects scriptversion=2005-07-09.11 # Copyright (C) 1999, 2000, 2003, 2004, 2005 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as pub...
Shell
#! /bin/sh # libtoolT - Provide generalized library-building support services. # Generated automatically by (GNU zk 1.0) # NOTE: Changes made to this file will be lost: look at ltmain.sh. # # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001 # Free Software Foundation, Inc. # # This file is part of GNU Libtool: # Orig...
Shell
#!/bin/sh
Shell
#! /bin/sh # Configuration validation subroutine script. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, # 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc. timestamp='2004-08-29' # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests ...
Shell
#! /bin/sh # Attempt to guess a canonical system name. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, # 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc. timestamp='2004-09-07' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Pu...
Shell
#!/bin/sh # install - install a program, script, or datafile scriptversion=2005-05-14.22 # 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 hereby ...
Shell
#!/bin/sh
Shell
#! /bin/sh # # Copyright 1996-1998 NetManage, Inc. All rights reserved. # Make sure sh is running properly true || exec sh $0 export PATH || eval "echo Switching to /bin/sh ... && exec sh $0" if test "$0" = sh -o -z "$0" then echo 'Please use "sh doinstall" not "sh <doinstall".' exit 1 fi if test -z "$ORIGIN...
Shell
#! /bin/sh # # Copyright 1996-1998 NetManage, Inc. All rights reserved. # Make sure sh is running properly true || exec sh $0 export PATH || eval "echo Switching to /bin/sh ... && exec sh $0" if test "$0" = sh -o -z "$0" then echo 'Please use "sh doinstall" not "sh <doinstall".' exit 1 fi if test -z "$ORIGIN...
Shell
#! /bin/sh # # Figure out the network address of the current machine, export HOSTADDR. # # This is intended to be sourced with the "." command from another script. # # Copyright 1993-94 Z-Code Software, a Division of NCD. All rights reserved. # First try "arp", then try grepping the hosts database. hostaddr="" if tes...
Shell
#!/bin/sh if [$NLSPATH == ""] then NLSPATH=LIBPATH/zmail export NLSPATH else NLSPATH=$NLSPATH:LIBPATH/zmail export NLSPATH fi BINPATH/zmailbin.small $*
Shell
#! /bin/sh # # Install Z-Mail Lite, possibly on top of Z-Mail # # This is intended to be sourced with the "." command from another script. # # Copyright 1992-94 Z-Code Software, a Division of NCD. All rights reserved. case $ZC_INTRODUCTION in $$) ;; *) ZC_INTRODUCTION=$$ export ZC_INTRODUCTION SOFTWARE='...
Shell
#! /bin/sh # # Figure out the hostname of the current machine, export it as HOSTNAME. # # This is intended to be sourced with the "." command from another script. # # Copyright 1993-94 Z-Code Software, a Division of NCD. All rights reserved. if test -z "$HOSTNAME" then hostname=`( hostname || uname -n || uuname -...
Shell
#! /bin/sh # # Figure out how to get ls to report the group name in column 4 # # This is intended to be sourced with the "." command from another script. # # Copyright 1993-94 Z-Code Software, a Division of NCD. All Rights Reserved. if test -z "$LSGETGR" then # Figure out how to get the group name from ls ls=...
Shell
#! /bin/sh # # Make sure that we are running as the superuser. # # This is intended to be sourced with the "." command from another script. # # Copyright 1992-94 Z-Code Software, a Division of NCD. All rights reserved. case $ROOTPID in $$) echo "" echo "Stepping quickly into a nearby phone booth, I emerge as ...
Shell
#! /bin/sh # # Figure out where X resources go, subject to later user modification # # This is intended to be sourced with the "." command from another script. # # Copyright 1992-94 Z-Code Software, a Division of NCD. All rights reserved. host=`uname`; if [ $host = "FreeBSD" ] then ZAPPLRESDIR=/usr/X11R6/lib/X11/app-...
Shell
#! /bin/sh # # Get the hostid of the current machine (or 0 if none). # # This is intended to be sourced with the "." command from another script. # # Copyright 1993-94 Z-Code Software, a Division of NCD. All rights reserved. UNAME=`(uname -a) 2>/dev/null` case "$UNAME" in AIX*) hostid=`uname -m`;; IRIX*\ 5.*) hos...
Shell
#! /bin/sh # # Figure out the network address of the current machine, export HOSTADDR. # # This is intended to be sourced with the "." command from another script. # # Copyright 1993-94 Z-Code Software, a Division of NCD. All rights reserved. # First try "arp", then try grepping the hosts database. hostaddr="" if tes...
Shell
#! /bin/sh # # Complete a Z-Mail upgrade # # This is intended to be sourced with the "." command from zminstall.sh. # # Copyright 1993-94 Z-Code Software, a Division of NCD. All rights reserved. if test -z "$SOFTWARE" then if test -f install.sh then cd .. fi if test -f doinstall.sh then . doinst...
Shell
#! /bin/sh # # Complete Z-Mail installation or re-installation as a fresh copy # # This is intended to be sourced with the "." command from zminstall.sh. # # Copyright 1993-94 Z-Code Software, a Division of NCD. All rights reserved. if test -z "$SOFTWARE" then if test -f install.sh then cd .. fi if t...
Shell
#! /bin/sh # # Check whether this is an upgrade or a new installation. # # This is intended to be sourced with the "." command from another script. # # Copyright 1993-94 Z-Code Software, a Division of NCD. All rights reserved. while test -f scripts/upgrade.sh -a -z "$ZC_DOING_UPGRADE" do cat <<EOM Please enter a...
Shell
#! /bin/sh # # Install Z-Mail # # This is intended to be sourced with the "." command from another script. # # Copyright 1992-94 Z-Code Software, a Division of NCD. All rights reserved. case $ZC_INTRODUCTION in $$) ;; *) ZC_INTRODUCTION=$$ export ZC_INTRODUCTION SOFTWARE='OpenZMail Classic' export SO...
Shell
#! /bin/sh # # Make sure that we are running as the superuser. # # This is intended to be sourced with the "." command from another script. # # Copyright 1992-94 Z-Code Software, a Division of NCD. All rights reserved. case $ROOTPID in $$) echo "" echo "Stepping quickly into a nearby phone booth, I emerge as ...
Shell
#! /bin/sh # # Figure out the hostname of the current machine, export it as HOSTNAME. # # This is intended to be sourced with the "." command from another script. # # Copyright 1993-94 Z-Code Software, a Division of NCD. All rights reserved. if test -z "$HOSTNAME" then hostname=`( hostname || uname -n || uuname -...
Shell
#! /bin/sh # # Get the version number of the software to be installed. # # This is intended to be sourced with the "." command from another script. # # Copyright 1993-94 Z-Code Software, a Division of NCD. All rights reserved. if test -n "$USE_BINARY" then VERSION=`$USE_BINARY -version 2>/dev/null | sed 1q` elif ...
Shell
#! /bin/sh # # Determine if a mail program needs to be installed set-group-id # # This is intended to be sourced with the "." command from another script. # # Copyright 1992-94 Z-Code Software, a Division of NCD. All rights reserved. if test -z "$SOFTWARE" then SOFTWARE=Z-Mail # So our output text looks sensible ...
Shell
#! /bin/sh # # Move aside obsolete files from an existing installation. # # This is intended to be sourced with the "." command from another script. # # Copyright 1993-94 Z-Code Software, a Division of NCD. All rights reserved. if test -z "$ZMLIB" then echo 1>&2 "I do not know where your Z-Mail Library is (ZMLIB ...
Shell
#! /bin/sh # # Install X resources in the appropriate place (see xrescheck.sh). # # This is intended to be sourced with the "." command from another script. # # Copyright 1992-94 Z-Code Software, a Division of NCD. All rights reserved. # Check for existence of XAPPLRESDIR if test -n "$XAPPLRESDIR" then echo Insta...
Shell
#! /bin/sh # # Register software activation keys # # This is intended to be sourced with the "." command from another script. # # Copyright 1992-94 Z-Code Software, a Division of NCD. All rights reserved. . scripts/echon.sh PRODUCTS=" Z-Mail Z-Mail Lite Z-Fax Z-Mail Network License Server (ZCNLS) " while test ...
Shell
#! /bin/sh # # Copy one directory tree to another, possibly saving the target on the way # # This is intended to be sourced with the "." command from another script. # # Copyright 1993-94 Z-Code Software, a Division of NCD. All rights reserved. # # The caller must define variables that tell what to copy: # $TREE_TO_R...
Shell