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

⟦06e0fd32e⟧ TextFile

    Length: 338 (0x152)
    Types: TextFile
    Notes: UNIX file
    Names: »vipw«

Derivation

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

TextFile

#! /bin/sh

# vipw.sh: version 1.2 of 2/7/83
# Mesa Unix System Command Shell Script
#
# @(#)vipw.sh	1.2 (NSC) 2/7/83

cp /dev/null /etc/vipw.lock
chmod 0 /etc/vipw.lock
ln /etc/vipw.lock /etc/ptmp > /dev/null 2>& 1
case $? in
0)
	trap '' 1 2 3 15
	vi /etc/passwd
	rm /etc/ptmp
	;;
*)
	echo Temporary file busy, try again later.
	;;
esac