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

⟦5529edf5a⟧ TextFile

    Length: 252 (0xfc)
    Types: TextFile
    Names: »localize.vms«

Derivation

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

TextFile

rm -f Makefile
cp Makefile.dst Makefile
chmod u+w Makefile
ed - Makefile  <<'EOF'
g/^#V7 /d
g/^#USG /d
g/^#VMS /s///
g/#NOTVMS/d
g/^#BSD4_[123] /d
g/chgrp /d
w
q
EOF
rm -f defs.h
cp defs.dist defs.h
chmod u+w defs.h
# ed - defs.h <<'EOF'
# w
# q
# EOF