Code

Fix VERSION->PACKAGE_VERSION and PACKAGE->PACKAGE_NAME so they're always defined
authorNathan Berkley <nberkley@tripadvisor.com>
Fri, 5 Jun 2015 20:46:46 +0000 (16:46 -0400)
committerFlorian Forster <octo@collectd.org>
Sat, 6 Jun 2015 19:19:05 +0000 (21:19 +0200)
src/collectdctl.c
src/collectdmon.c
src/daemon/collectd.c

index 2329285371281e849e5bf82994111912201d2036..8357ce841838cad2f85238b5bbe3ba1758e1db43 100644 (file)
@@ -98,7 +98,7 @@ static void exit_usage (const char *name, int status) {
       "Hostname defaults to the local hostname if omitted (e.g., uptime/uptime).\n"
       "No error is returned if the specified identifier does not exist.\n"
 
-      "\n"PACKAGE" "VERSION", http://collectd.org/\n"
+      "\n"PACKAGE_NAME" "PACKAGE_VERSION", http://collectd.org/\n"
       "by Florian octo Forster <octo@collectd.org>\n"
       "for contributions see `AUTHORS'\n"
       , name);
index c3f95255a49ba58547c3619fe9b2b2830389ce5b..6c50cf12509084f4958958261734bbcd6172ed9f 100644 (file)
@@ -80,7 +80,7 @@ static void exit_usage (char *name)
 
                        "\nFor <collectd options> see collectd.conf(5).\n"
 
-                       "\n"PACKAGE" "VERSION", http://collectd.org/\n"
+                       "\n"PACKAGE_NAME" "PACKAGE_VERSION", http://collectd.org/\n"
                        "by Florian octo Forster <octo@collectd.org>\n"
                        "for contributions see `AUTHORS'\n", name);
        exit (0);
index 1b9c3747a629fb6027460a3d1e88cb379c96ec4b..a708665dfa4df0ee451489999a6bc4f293604790 100644 (file)
@@ -270,7 +270,7 @@ static void update_kstat (void)
  */
 static void exit_usage (int status)
 {
-       printf ("Usage: "PACKAGE" [OPTIONS]\n\n"
+       printf ("Usage: "PACKAGE_NAME" [OPTIONS]\n\n"
 
                        "Available options:\n"
                        "  General:\n"
@@ -289,7 +289,7 @@ static void exit_usage (int status)
                        "  PID file          "PIDFILE"\n"
                        "  Plugin directory  "PLUGINDIR"\n"
                        "  Data directory    "PKGLOCALSTATEDIR"\n"
-                       "\n"PACKAGE" "VERSION", http://collectd.org/\n"
+                       "\n"PACKAGE_NAME" "PACKAGE_VERSION", http://collectd.org/\n"
                        "by Florian octo Forster <octo@collectd.org>\n"
                        "for contributions see `AUTHORS'\n");
        exit (status);