DataMuseum.dk

Presents historical artifacts from the history of:

ICL Comet 32

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about ICL Comet 32

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦7a97d02b3⟧ TextFile

    Length: 286 (0x11e)
    Types: TextFile
    Notes: UNIX file
    Names: »wrigrps«

Derivation

└─⟦26887b7e0⟧ Bits:30009717 Comet 32 harddisk image
    └─⟦28c352965⟧ »/a« UNIX Filesystem
        └─⟦this⟧ »sys/build/wrigrps« 

TextFile

# This file is sourced

rm -f $subs/usergrps
onintr -

echo 'set groups = ()' >> $subs/usergrps
foreach g ($groups)
	echo 'set groups = ( $groups ' "$g" ' )' >> $subs/usergrps
end
echo "set defgroup = $defgroup" >> $subs/usergrps
echo "set defhome = $defhome" >> $subs/usergrps

onintr