From: Roy Marples Date: Sat, 21 Apr 2012 17:18:14 +0000 (+0000) Subject: Change system services warning to match as autoconf. X-Git-Tag: v5.6.0~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a3343505438526942137b49b9c28a8d3a1b553c;p=thirdparty%2Fdhcpcd.git Change system services warning to match as autoconf. Thanks to Gilles Espinasse. --- diff --git a/configure b/configure index afa679b8..b3344970 100755 --- a/configure +++ b/configure @@ -419,7 +419,7 @@ if [ -e /etc/arch-release ]; then fi if [ -z "$SERVICEEXISTS" -o -z "$SERVICECMD" ]; then - echo "WARNING! No means of interacting with system services detected!" + echo "$0: WARNING: No means of interacting with system services detected!" SERVICEEXISTS="return 1" SERVICECMD="return 1" fi