$NetBSD$

--- ffserver.c.orig	2006-04-23 21:18:55.000000000 +0930
+++ ffserver.c	2006-04-23 21:19:50.000000000 +0930
@@ -4417,7 +4417,7 @@
            "\n"
            "-L            : print the LICENSE\n"
            "-h            : this help\n"
-           "-f configfile : use configfile instead of /etc/ffserver.conf\n"
+           "-f configfile : use configfile instead of " FFSERVER_CONF "\n"
            );
 }
 
@@ -4475,7 +4475,7 @@
 
     av_register_all();
 
-    config_filename = "/etc/ffserver.conf";
+    config_filename = FFSERVER_CONF;
 
     my_program_name = argv[0];
     my_program_dir = getcwd(0, 0);
