From b4104957b198b38aba609ed3889e7fa605012d19 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Wed, 1 Jul 2009 00:07:32 +0100 Subject: We should use -feature instead of nofeature. This matches the ifconfig and Gentoo USE flag syntax and is hopefully easier to read. Fixes #178. --- init.d/newsyslog.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init.d/newsyslog.in') diff --git a/init.d/newsyslog.in b/init.d/newsyslog.in index 9e6868c9..964e219a 100644 --- a/init.d/newsyslog.in +++ b/init.d/newsyslog.in @@ -7,7 +7,7 @@ required_files="/etc/newsyslog.conf" depend() { need localmount - keyword noprefix + keyword -prefix } start() -- cgit v1.2.3