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

⟦d4e4b5a48⟧ TextFile

    Length: 754 (0x2f2)
    Types: TextFile
    Names: »localize.sample«

Derivation

└─⟦9ae75bfbd⟧ Bits:30007242 EUUGD3: Starter Kit
    └─⟦373604645⟧ »EurOpenD3/news/bnews.2.11/src.tar.Z« 
        └─⟦3beb569ac⟧ 
            └─⟦this⟧ »src/localize.sample« 
└─⟦a0efdde77⟧ Bits:30001252 EUUGD11 Tape, 1987 Spring Conference Helsinki
    └─⟦this⟧ »EUUGD11/euug-87hel/sec1/news/src/localize.sample« 

TextFile

rm -f Makefile
cp Makefile.dst Makefile
chmod u+w Makefile
ed Makefile  <<'EOF'
/^UUXFLAGS/s/-r -z/-r -z -n -gd/
g/^#V7 /s///
g/^#BSD4_3 /s///
g/^#BSD4_1 /d
g/^#USG /d
g/#NOTVMS/s/#NOTVMS.*//
/^LIBDIR/s;/usr/lib/news;/usr/new/lib/news;
/^BINDIR/s;/usr/bin;/usr/new;
w
q
EOF
rm -f defs.h
cp defs.dist defs.h
chmod u+w defs.h
ed - defs.h <<'EOF'
/ROOTID/s/10/352/
/N_UMASK/s/000/002/
/DFTXMIT/s/-z/-z -gd/
/UXMIT/s/-z/-z -gd/
/NONEWGROUPS/s;/\* ;;
/INTERNET/s;/\* ;;
/MYDOMAIN/s;.UUCP;.CSS.GOV;
/GHNAME/s;/\* ;;
/DOXREFS/s;/\* ;;
/BSD4_2/s;/\* ;;
/ALWAYSALIAS/s;/\* ;;
/SENDMAIL/s;/\* ;;
/HIDDENNET/s;frooz;seismo;
s;/\* ;;
/MYORG/s/Frobozz Inc., St. Louis/Center for Seismic Studies, Arlington, VA/
/ORGDISTRIB/s;/\* ;;
/ORGDISTRIB/s;froozum;css;
w
q
EOF