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

⟦cdaa51d4a⟧ TextFile

    Length: 242 (0xf2)
    Types: TextFile
    Notes: UNIX file
    Names: »S31lph«, »lph«

Derivation

└─⟦6c3d40b06⟧ Bits:30004150 SW95702I LANCOM 2.1
└─⟦6c3d40b06⟧ UNIX Filesystem
    └─⟦this⟧ »LC/new/etc/init.d/lph« 
    └─⟦this⟧ »LC/new/etc/rc2.d/S31lph« 

TextFile

#	Copyright (c) 1989 Regnecentralen
#	  All Rights Reserved
#ident	"@(#)lph	1.1"

case $1 in
'start')
	if [ -c /dev/lphconf -a -x /lib/lphconf ]
	then
		/lib/lphconf
	fi
	;;
'stop')
	;;
*)
	echo "usage: /etc/init.d/lph {start|stop}"
	;;
esac