]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Change system services warning to match as autoconf.
authorRoy Marples <roy@marples.name>
Sat, 21 Apr 2012 17:18:14 +0000 (17:18 +0000)
committerRoy Marples <roy@marples.name>
Sat, 21 Apr 2012 17:18:14 +0000 (17:18 +0000)
Thanks to Gilles Espinasse.

configure

index afa679b830aa20e86b930842dfe8d8c15054a6a4..b3344970ebbf02c2cb6492d6e3e3a63bb386b889 100755 (executable)
--- 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