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

⟦73b0afa5f⟧ TextFile

    Length: 388 (0x184)
    Types: TextFile
    Names: »pp_start.sh«

Derivation

└─⟦2d1937cfd⟧ Bits:30007241 EUUGD22: P.P 5.0
    └─⟦dc59850a2⟧ »EurOpenD22/pp5.0/pp-5.tar.Z« 
        └─⟦e5a54fb17⟧ 
            └─⟦this⟧ »pp-5.0/doc/manual/volume1/pp_start.sh« 

TextFile

#! /bin/sh

# SMTP running under inetd
#cd /usr/pp/pp/lib/chans
#if [ -f smtpd -a -f smtpsrvr ]; then
#	(./smtpd `pwd`/smtpsrvr smtp > /dev/null 2>&1 ) & 
#	echo -n ' smtp'
#fi

cd /usr/pp/pp/lib
su pp <<EOF
echo -n ' pp.startaspp : '
if [ -f pptsapd ]; then
	echo -n ' pptsapd '
	pptsapd > /dev/null 2>&1 
fi
if [ -f qmgr ]; then
	echo -n ' qmgr '
	qmgr > /dev/null 2>&1
fi
echo '.'
EOF