#!/bin/sh
set -e
if true && [ -z "$D" -a -x "/etc/init.d/syslog" ]; then
	/etc/init.d/syslog stop || :
fi
