#!/bin/sh
set -e

find "$CRUFT_ROOT"/etc/rc?.d/ -type l -name '[SK][0-9][0-9]*' ! -xtype l -lname '../init.d/*' | sed "s#^$CRUFT_ROOT##"
