diff options
author | Rich Megginson <rmeggins@redhat.com> | 2007-08-13 15:35:36 +0000 |
---|---|---|
committer | Rich Megginson <rmeggins@redhat.com> | 2007-08-13 15:35:36 +0000 |
commit | 496c14401c4432ed7e6579f42d55b0fd838778ac (patch) | |
tree | d86ce69052b75d6f72ae0b6520eed76764b956f0 /configure | |
parent | e381e43811ed2657c7f6a599abcc7c08b2a1bdc8 (diff) | |
download | ds-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')
-rwxr-xr-x | configure | 26 |
1 files changed, 13 insertions, 13 deletions
@@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.59 for fedora-ds 1.1.0a4. +# Generated by GNU Autoconf 2.59 for dirsrv 1.1.0b1. # # Report bugs to <http://bugzilla.redhat.com/>. # @@ -421,10 +421,10 @@ SHELL=${CONFIG_SHELL-/bin/sh} : ${ac_max_here_lines=38} # Identity of this package. -PACKAGE_NAME='fedora-ds' -PACKAGE_TARNAME='fedora-ds' -PACKAGE_VERSION='1.1.0a4' -PACKAGE_STRING='fedora-ds 1.1.0a4' +PACKAGE_NAME='dirsrv' +PACKAGE_TARNAME='dirsrv' +PACKAGE_VERSION='1.1.0b1' +PACKAGE_STRING='dirsrv 1.1.0b1' PACKAGE_BUGREPORT='http://bugzilla.redhat.com/' # Factoring default headers for most tests. @@ -954,7 +954,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures fedora-ds 1.1.0a4 to adapt to many kinds of systems. +\`configure' configures dirsrv 1.1.0b1 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1020,7 +1020,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of fedora-ds 1.1.0a4:";; + short | recursive ) echo "Configuration of dirsrv 1.1.0b1:";; esac cat <<\_ACEOF @@ -1201,7 +1201,7 @@ fi test -n "$ac_init_help" && exit 0 if $ac_init_version; then cat <<\_ACEOF -fedora-ds configure 1.1.0a4 +dirsrv configure 1.1.0b1 generated by GNU Autoconf 2.59 Copyright (C) 2003 Free Software Foundation, Inc. @@ -1215,7 +1215,7 @@ cat >&5 <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by fedora-ds $as_me 1.1.0a4, which was +It was created by dirsrv $as_me 1.1.0b1, which was generated by GNU Autoconf 2.59. Invocation command line was $ $0 $@ @@ -1860,8 +1860,8 @@ fi # Define the identity of the package. - PACKAGE='fedora-ds' - VERSION='1.1.0a4' + PACKAGE='dirsrv' + VERSION='1.1.0b1' cat >>confdefs.h <<_ACEOF @@ -25696,7 +25696,7 @@ _ASBOX } >&5 cat >&5 <<_CSEOF -This file was extended by fedora-ds $as_me 1.1.0a4, which was +This file was extended by dirsrv $as_me 1.1.0b1, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -25759,7 +25759,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -fedora-ds config.status 1.1.0a4 +dirsrv config.status 1.1.0b1 configured by $0, generated by GNU Autoconf 2.59, with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" |