12 lines
379 B
Diff
12 lines
379 B
Diff
--- a/netconf/src/ncx/ncxconst.h
|
|
+++ b/netconf/src/ncx/ncxconst.h
|
|
@@ -284,7 +284,7 @@
|
|
"$YUMA_INSTALL/data/startup-cfg.xml"
|
|
|
|
#define NCX_DEF_INSTALL_STARTUP_FILE (const xmlChar *)\
|
|
- "/etc/yuma/startup-cfg.xml"
|
|
+ "@TERMUX_PREFIX@/etc/yuma/startup-cfg.xml"
|
|
|
|
/* Default backup config data file name */
|
|
#define NCX_DEF_BACKUP_FILE (const xmlChar *)"backup-cfg.xml"
|