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

⟦ed84eb037⟧ TextFile

    Length: 328 (0x148)
    Types: TextFile
    Names: »startup.sh«

Derivation

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

TextFile

: run this script through /bin/sh
:	startup script for Level-1 DSA

W="@(dsa)"
D=@(etcdir)quipu/@(wildlife)

if [ ! -d $D ]; then
   echo "unable to find database directory for $W: $D" 1>&2
   exit 1
fi

cd $D

rm -f iso.*.log ros.*.log [0-9]*.log dish.log xquipu.log

exec @(sbindir)ros.quipu -t $D/quiputailor >/dev/null 2>&1