$NetBSD: patch-ab,v 1.4 2006/06/26 19:39:54 wiz Exp $

--- ffserver.c.orig	2004-05-29 02:06:31.000000000 +0000
+++ ffserver.c
@@ -4375,7 +4375,7 @@ static void show_help(void)
            "\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"
            );
 }
 
@@ -4433,7 +4433,7 @@ int main(int argc, char **argv)
 
     av_register_all();
 
-    config_filename = "/etc/ffserver.conf";
+    config_filename = FFSERVER_CONF;
 
     my_program_name = argv[0];
     my_program_dir = getcwd(0, 0);
