From 1a218ef744e9a70c8900fa26852240be03ef2c4e Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Fri, 14 Mar 2014 00:16:02 -0400 Subject: /etc/init.d/*: Add missing ">&2" redirections. --- (limited to 'src.etc/init.d/mountall') diff --git a/src.etc/init.d/mountall b/src.etc/init.d/mountall index 738caab..d3e65b5 100755 --- a/src.etc/init.d/mountall +++ b/src.etc/init.d/mountall @@ -14,7 +14,7 @@ case "${1}" in stop) ;; *) - printf 'Usage: %s {start|stop}\n' "${0}" + printf 'Usage: %s {start|stop}\n' "${0}" >&2 exit 1 ;; esac -- cgit v0.9.1