summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorRich Megginson <rmeggins@redhat.com>2007-08-13 15:35:36 +0000
committerRich Megginson <rmeggins@redhat.com>2007-08-13 15:35:36 +0000
commit496c14401c4432ed7e6579f42d55b0fd838778ac (patch)
treed86ce69052b75d6f72ae0b6520eed76764b956f0 /configure.ac
parente381e43811ed2657c7f6a599abcc7c08b2a1bdc8 (diff)
downloadds-496c14401c4432ed7e6579f42d55b0fd838778ac.tar.gz
ds-496c14401c4432ed7e6579f42d55b0fd838778ac.tar.xz
ds-496c14401c4432ed7e6579f42d55b0fd838778ac.zip
Resolves: bug 251549FedoraDirSvr110b1_20070813
Bug Description: Change filesystem path naming from "fedora-ds" to "dirsrv" Reviewed by: nkinder (Thanks!) Fix Description: Mostly just changing the package name in configure.ac, and making sure we consistently use that in path naming (e.g. /etc/@PACKAGE_NAME@ or /etc/@PACKAGE_NAME_BASE@ for adminserver). Platforms tested: RHEL4, FC6 Flag Day: no Doc impact: Oh yes. QA impact: Any existing tests that depend on /path/brand-ds will need to change to use dirsrv. It is highly encouraged to use a macro or variable for the package name in any scripts to minimize the impact of future package name changes.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 07db323b..2bd249b3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59)
# This version is the version returned by ns-slapd -v
-AC_INIT([fedora-ds], [1.1.0a4], [http://bugzilla.redhat.com/])
+AC_INIT([dirsrv], [1.1.0b1], [http://bugzilla.redhat.com/])
# AC_CONFIG_HEADER must be called right after AC_INIT.
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([1.9 foreign subdir-objects])