Installation script of "sysvinit"


#!/bin/sh 
if [ ! -p dev/initctl ] ; then
  mknod dev/initctl p
fi
chmod 600 dev/initctl


(c) S.u.S.E. - Last update: 23.03.99 02:49;