summaryrefslogtreecommitdiffstats
path: root/ldapserver.spec.tmpl
diff options
context:
space:
mode:
authorRich Megginson <rmeggins@redhat.com>2006-02-23 19:30:41 +0000
committerRich Megginson <rmeggins@redhat.com>2006-02-23 19:30:41 +0000
commit797845db5ad09f0656bc954e335669603ef47a17 (patch)
tree7001a49061ce38fb15aa048722459d389a163ac0 /ldapserver.spec.tmpl
parentfbb129c7dd1d30bc83e6576e3d8e507a0ec5b6a1 (diff)
downloadds-797845db5ad09f0656bc954e335669603ef47a17.tar.gz
ds-797845db5ad09f0656bc954e335669603ef47a17.tar.xz
ds-797845db5ad09f0656bc954e335669603ef47a17.zip
Bug(s) fixed: 182613
Bug Description: Upgrade wipes out sectool wrappers Reviewed by: Pete and Nathan (Thanks!) Fix Description: It's better if we just package those wrappers instead of creating them on the fly. The new file sec_tools_wrappers is a simple shell script that assumes it's being run out of a parent/bin directory which contains a program called $0-bin, and the shared libs it needs are in parent/lib. This shell script is copied to shared/bin/certutil, shared/bin/modutil, etc. I had to create another makefile packaging macro to handle the case where you want to package a file under a different name than the original. Also 1) Add Red Hat and Fedora DS to upgradeServer 2) adminutil property directory is now adminutil-properties instead of property 3) General clean up of some upgrade install things Platforms tested: Fedora Core 4 Flag Day: no Doc impact: no
Diffstat (limited to 'ldapserver.spec.tmpl')
-rw-r--r--ldapserver.spec.tmpl9
1 files changed, 3 insertions, 6 deletions
diff --git a/ldapserver.spec.tmpl b/ldapserver.spec.tmpl
index 1223ae5b..7b7b643c 100644
--- a/ldapserver.spec.tmpl
+++ b/ldapserver.spec.tmpl
@@ -156,13 +156,10 @@ if [ "$1" -gt 1 ] ; then
chown $usergroup $RPM_INSTALL_PREFIX/alias
fi
fi
- for instance in `ls -d $RPM_INSTALL_PREFIX/slapd-*`
- do
- cp $RPM_INSTALL_PREFIX/bin/slapd/install/schema/00core.ldif $instance/config/schema
- done
- echo "Upgrade complete. Please restart slapd then admin."
+ echo "Upgrade finished. Please run $RPM_INSTALL_PREFIX/setup/setup to complete the upgrade."
+else
+ echo "Install finished. Please run $RPM_INSTALL_PREFIX/setup/setup to complete installation and set up the servers."
fi
-echo "Install finished. Please run $RPM_INSTALL_PREFIX/setup/setup to set up the servers."
%preun
# only run uninstall if this is the last version of the package