#!/bin/sh
set -e

find /etc/rc?.d/ -type l -name '[SK][0-9][0-9]*' ! -xtype l -lname '../init.d/*'
