#!/bin/sh
if test "x$D" != "x"; then
	D="-r $D"
else
	D="-s"
fi
update-rc.d $D stability-checks defaults
