#!/bin/bash -eu

cwd="${0%/*}"

tools/sort-services --dry-run "$cwd/rc.d" 2>&1 |sort -d
