DataMuseum.dk

Presents historical artifacts from the history of:

Regnecentalen RC-900

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

See our Wiki for more about Regnecentalen RC-900

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦a0aed31a4⟧ TextFile

    Length: 569 (0x239)
    Types: TextFile
    Notes: UNIX file
    Names: »locking«

Derivation

└─⟦9432394ce⟧ Bits:30004042/fmhelp.imd SW95705I 386/ix Multi-user Release 1.2
└─⟦9432394ce⟧ UNIX Filesystem
    └─⟦this⟧ »hu/new/usr/lib/help/locking« 

TextFile

#	Copyright (c) 1984 AT&T
#	  All Rights Reserved

#	THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF AT&T
#	The copyright notice above does not evidence any
#	actual or intended publication of such source code.

#ident	"@(#)help:locking.sh	1.3"

if [ -f /tmp/*.${table} ]
then
	echo "Someone else is updating the ${table} table.  ${info}"
	echo "will be ${action} the ${place} when the ${table} table
is no longer"
	echo "in use.  If you hit break while waiting, ${info} will not be"
	echo "${action} the ${place}."
	while [ -f /tmp/*.${table} ]
	do
		continue
	done
fi