]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
use correct default path to config file
authorAndreas Öman <andreas@lonelycoder.com>
Sun, 19 Aug 2007 07:30:56 +0000 (07:30 +0000)
committerAndreas Öman <andreas@lonelycoder.com>
Sun, 19 Aug 2007 07:30:56 +0000 (07:30 +0000)
main.c

diff --git a/main.c b/main.c
index b4219a91412c27f598f8625e087d2c2b2f7d71a4..79e2f266b1fead7dd08e6feab9e0514eea3aebc2 100644 (file)
--- a/main.c
+++ b/main.c
@@ -105,7 +105,7 @@ main(int argc, char **argv)
 
   signal(SIGPIPE, handle_sigpipe);
 
-  cfgfile = "/etc/tvhead.cfg";
+  cfgfile = "/etc/tvheadend.cfg";
 
   while((c = getopt(argc, argv, "c:fu:g:")) != -1) {
     switch(c) {