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 - download
Index: ┃ T l

⟦c829fcf8e⟧ TextFile

    Length: 630 (0x276)
    Types: TextFile
    Names: »localize.sh«

Derivation

└─⟦a0efdde77⟧ Bits:30001252 EUUGD11 Tape, 1987 Spring Conference Helsinki
    └─ ⟦this⟧ »EUUGD11/euug-87hel/sec1/news/src/localize.sh« 

TextFile

rm -f Makefile
cp Makefile.dst Makefile
chmod u+w Makefile
ed Makefile  <<'EOF'
/UUXFLAGS/s/-r -z/-r -z -n -gd/
/^BATCHDIR/s;batch;news/batched;
g/^#V7 /s///
g/^#USG /d
g/^#VMS /d
g/^#BSD4_[13] /d
w
q
EOF
rm -f defs.h
cp defs.dist defs.h
chmod u+w defs.h
ed - defs.h <<'EOF'
/ROOTID/s/10/67/
/N_UMASK/s/000/002/
/DFTXMIT/s/-z/-z -n -gM/
/UXMIT/s/-z/-z -n -gM/
/INTERNET/s;/\* ;;
/MANUALLY/s;^;/\* ;
/GHNAME/s;/\* ;;
/DOXREFS/s;/\* ;;
/BSD4_2/s;/\* ;;
/SENDMAIL/s;/\* ;;
/HIDDENNET/s;frooz;enea;
s;/\* ;;
/MYORG/s/Frobozz Inc., St. Louis/ENEA DATA Svenska AB, Sweden/
/NICENESS/s;/\* ;;
/NICENESS/s;4;2;
/LINES/s/512/1024/
w
q
EOF