From 5eccf587d5c08ad5257380fdb0692358ad4f4b61 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 24 Aug 2007 10:47:13 +0200 Subject: [PATCH] NetWare packages were missing the scripts to initialize the database: add them. --- netware/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netware/Makefile.am b/netware/Makefile.am index 30172e124a4..1e006bbc25b 100644 --- a/netware/Makefile.am +++ b/netware/Makefile.am @@ -75,7 +75,7 @@ EXTRA_DIST= $(BUILT_SOURCES) comp_err.def install_test_db.ncf \ mysqlshow.def mysqltest.def mysql_upgrade.def perror.def \ mysql_client_test.def \ replace.def resolve_stack_dump.def resolveip.def \ - static_init_db.sql \ + static_init_db.sql init_db.sql test_db.sql \ BUILD/apply-patch BUILD/compile-AUTOTOOLS \ BUILD/compile-linux-tools BUILD/compile-netware-END \ BUILD/compile-netware-START BUILD/compile-netware-all\