Installation script of "sysvinit"


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


(c) SuSE - Last update: 31.03.2000 12:23;