95bee8f4df58ad6e1bb7d442a8a0ecea28106342
[dragonfly.git] / usr.sbin / installer / libinstaller / functions.c.patch
1 $DragonFly: src/usr.sbin/installer/libinstaller/Attic/functions.c.patch,v 1.1 2008/03/25 22:55:38 dave Exp $
2
3 --- functions.c.orig    2008-03-23 20:22:52 -0700
4 +++ functions.c 2008-03-23 20:23:09 -0700
5 @@ -113,7 +113,7 @@
6         a->temp_files = aura_dict_new(23, AURA_DICT_HASH);
7         a->cmd_names = config_vars_new();
8         if (!config_vars_read(a, a->cmd_names, CONFIG_TYPE_SH,
9 -           "usr/local/share/dfuibe_installer/cmdnames.conf")) {
10 +           "usr/share/installer/cmdnames.conf")) {
11                 i_log(a, "! ERROR: Couldn't read cmdnames config file");
12                 i_fn_args_free(a);
13                 return(NULL);