if [ -f /var/tmp/core ]
then
date
ls -l /var/tmp
if [ /usr/local/libexec/ipsec/pluto -ot /var/tmp/core ]
then
gdb /usr/local/libexec/ipsec/pluto /var/tmp/core
#!/bin/sh
# show me
#set -x
# fail if any command fails
set -e
case $# in
1) OPENSWANSRCDIR=$1; shift;;
esac
if [ `id -u` = 0 ]
then
echo Do not run this as root.
exit
fi
#
# configur
#!/bin/sh
# don't touch below
rpmcanon() {
rpm=$1
for i in `eval echo $d1/$rpm*.rpm $d2/$rpm*.rpm`
do
if [ -r $i ]
then
echo $i
fi
done
}
nri() {
list=`for i; do r
if [ -z "$OPENSWANSRCDIR" ]
then
if [ -f ../../umlsetup.sh ]
then
OPENSWANSRCDIR=`cd ../.. && pwd`
else
if [ -f ../../../umlsetup.sh ]
then
OPENSWANSRCDIR=`cd ../../.. && pwd`
f
if [ -z "$OPENSWANSRCDIR" ]
then
if [ -f ../../Makefile.inc ]
then
OPENSWANSRCDIR=`cd ../.. && pwd`
else
if [ -f ../../../Makefile.inc ]
then
OPENSWANSRCDIR=`cd ../../.. && pwd`
#!/bin/sh
# This script allocates a number of SPIs, then deallocates them in a
# different order. It is driven by an input file which contains some
# generated SPI data.
def_enckey=0x40434345454646
if [ -z "$OPENSWANSRCDIR" ]
then
if [ -f ../../umlsetup.sh ]
then
OPENSWANSRCDIR=`cd ../.. && pwd`
else
if [ -f ../../../umlsetup.sh ]
then
OPENSWANSRCDIR=`cd ../../.. && pwd`
f
#!/bin/sh
# This script allocates a number of SPIs, then deallocates them in a
# different order. It is driven by an input file which contains some
# generated SPI data.
def_enckey=0x40434345454646