From mboxrd@z Thu Jan 1 00:00:00 1970 From: bmanson@sourceware.cygnus.com To: gnats-cvs@sourceware.cygnus.com Subject: gnats/gnats ChangeLog Makefile.in cmds.c confi ... Date: Mon, 27 Dec 1999 20:46:00 -0000 Message-id: <19991228044639.13089.qmail@sourceware.cygnus.com> X-SW-Source: 1999/msg00129.html List-Id: CVSROOT: /cvs/gnats Module name: gnats Changes by: bmanson@sourceware.cygnus.com 99/12/27 20:46:39 Modified files: gnats : ChangeLog Makefile.in cmds.c configure configure.in database.c database.h delete-pr.sh fconfig.y fconfigl.l field-config.in file-pr.c gnats.h gnatsd.access gnatsd.host_access index.c internal.c pr-edit.c pr-init.c gnats/man : Makefile.in Added files: gnats : mkdb.sh Removed files: gnats : mkdist.sh gnats/man : mkdist.man Log message: * man/Makefile.in: Removed mkdist.8 references. * pr-init.c (getFconfigLine): Renamed from get_line (). * pr-edit.c (main): Fixed submit_pr () call. * internal.c (readLine): New function, unused as of yet. * index.c (find_pr_category): Replace 512 with STR_MAXLONG. * file-pr.c (submit_pr): Removed flag_autocreate argument; this is obtained from the database spec now. * fconfig.y: Added rule to parse create-category-dirs database item. * database.c (setCreateCategoryDirs, createCategoryDirs): New functions. * configure.in: Changed various config options at pst's suggestion. Put the shared gnats_databases file in gnats subdirectory. * cmds.c (GNATS_subm): Fix submit_pr () call. * Makefile.in: Added rules for mkdb and installation of default (template) files; removed rules for creation of default database. Added reminder to run mkdb, and removed mention of mkcat (category directories are now created on the fly by default). Removed references to mkdist. More cleanups.