DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: T f

⟦09fd07e00⟧ TextFile

    Length: 1198 (0x4ae)
    Types: TextFile
    Names: »fredsh.sh«

Derivation

└─⟦2d1937cfd⟧ Bits:30007241 EUUGD22: P.P 5.0
    └─⟦35176feda⟧ »EurOpenD22/isode/isode-6.tar.Z« 
        └─⟦de7628f85⟧ 
            └─⟦this⟧ »isode-6.0/others/quipu/uips/fred/fredsh.sh« 

TextFile

: run this script through /bin/sh

echo ''
echo ''
echo ''
echo 'Welcome to the NYSERNet White Pages Pilot Project'
echo ''

if [ "x$TERM" = "xxterm" ]; then
    D="`who am i | sed -e 's%.*(\(.*\))%\1%'`"
    echo 'If you want X windows access, please enter your DISPLAY name,'
    if [ "x$D" != "x" ]; then
	DISPLAY=$D:0.0
	echo 'otherwise, if you do not wish to use X windows, enter "none"'
	echo ''
	echo -n 'DISPLAY (default='$DISPLAY')='
	read D x
	case "x$D" in
	    x)	    export DISPLAY
		    ;;

	    none)   ;;

	    *)	    DISPLAY="$D"
		    export DISPLAY
		    ;;
	esac
    else
	echo 'e.g., "myhost.nyser.net:0.0"'
	echo ''
	echo -n 'DISPLAY='
	read DISPLAY x
	echo ''
	if [ "x$DISPLAY" != "x" ]; then
	    export DISPLAY
	fi
    fi
fi

echo 'Try   "help" for a list of commands'
echo '     "whois" for information on how to find people'
echo '    "manual" for detailed documentation'
echo '    "report" to send a report to the white pages manager'
echo ''
echo 'To find out about participating organizations, try'
echo '    "whois -org *"'
echo ''
echo '  accessing service, please wait...'
echo ''

DISHDRAFT=/tmp/fred$$ export DISHDRAFT

exec /bin/csh -ic "@(BINDIR)fred -a -l -r"