|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 388 (0x184) Types: TextFile Names: »pp_start.sh«
└─⟦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«
#! /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