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

⟦b8428cabe⟧ TextFile

    Length: 397 (0x18d)
    Types: TextFile
    Names: »pp_start.csh«

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.csh« 

TextFile

#! /bin/csh -f

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/tools
su pp

cd /usr/pp/pp/lib
echo -n ' pp.startaspp : '
if ( -f pptsapd ) then
        echo -n ' pptsapd '
        pptsapd >& /dev/null &
endif
if ( -f qmgr ) then
        echo -n ' qmgr '
       qmgr >& /dev/null &
endif