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 - download

⟦9bf0e92f5⟧ TextFile

    Length: 308 (0x134)
    Types: TextFile
    Notes: UNIX file
    Names: »lph«

Derivation

└─⟦104d96909⟧ Bits:30004765 SW95718I UNIX LAN Server Rel. 1.1
└─⟦104d96909⟧ UNIX Filesystem
    └─ ⟦this⟧ »LS/new/etc/init.d/lph« 

TextFile

#	Copyright (c) 1990 RC International
#	  All Rights Reserved

#ident	"1.1 - 90/03/14"


case $1 in
'start')
	set `who -r`
	if [ "$9" = S -o "$9" -lt 2 ]
	then
		if [ -c /dev/lphconf -a -x /lib/lphconf ]
		then
			/lib/lphconf
		fi
	fi
	;;
'stop')
	;;
*)
	echo "usage: /etc/init.d/lph {start|stop}"
	;;
esac