From 94c29f6b6180dca91ae4034ffcb50c6a5c171b75 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Fri, 11 Dec 2009 21:01:35 +0200 Subject: Final cleanup for version 1.2. * configure.ac (INETD_SH): Rename to INETD. * NEWS: Update. * src/.gitignore (inetd.sh): rename to inetd. * doc/pies.texi: Update. * src/Makefile.am (pkgstatedir): New variable. (AM_CPPFLAGS): Add define. (inetd.sh): Replace with inetd. (install-exec-hook): Remove. * src/pies.c (statedir): New variable. (pies_keywords): New keyword: "state-directory". (set_file_names): Split in two functions: (set_conf_file_names, set_state_file_names). (main): Call set_conf_file_names before, and set_state_file_names after parsing the configs. --- src/.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/.gitignore') diff --git a/src/.gitignore b/src/.gitignore index fe9c6fe..18a7111 100644 --- a/src/.gitignore +++ b/src/.gitignore @@ -1,4 +1,4 @@ -inetd.sh +inetd meta1gram.c meta1gram.h meta1gram.output -- cgit v1.2.1