|
|
DataMuseum.dkPresents historical artifacts from the history of: Regnecentalen RC-900 |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about Regnecentalen RC-900 Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 242 (0xf2)
Types: TextFile
Notes: UNIX file
Names: »S31lph«, »lph«
└─⟦6c3d40b06⟧ Bits:30004150 SW95702I LANCOM 2.1
└─⟦6c3d40b06⟧ UNIX Filesystem
└─⟦this⟧ »LC/new/etc/init.d/lph«
└─⟦this⟧ »LC/new/etc/rc2.d/S31lph«
# 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