| 795 | } |
| 796 | |
| 797 | void |
| 798 | copy_sysconf_content(void) |
| 799 | { |
| 800 | /* Using the SYSCONFPREFIX path, lock it so that it does not change */ |
| 801 | fqn_prefix_locked[SYSCONFPREFIX] = TRUE; |
| 802 | |
| 803 | update_file(gf.fqn_prefix[SYSCONFPREFIX], SYSCF_TEMPLATE, |
| 804 | gf.fqn_prefix[DATAPREFIX], SYSCF_TEMPLATE, FALSE); |
| 805 | |
| 806 | /* If the required early game file does not exist, copy it */ |
| 807 | copy_file(gf.fqn_prefix[SYSCONFPREFIX], SYSCF_FILE, |
| 808 | gf.fqn_prefix[DATAPREFIX], SYSCF_TEMPLATE, FALSE); |
| 809 | } |
| 810 | |
| 811 | void |
| 812 | copy_config_content(void) |
no test coverage detected