#!/bin/sh # # $FreeBSD$ # ECHO_CMD=echo case $2 in POST-DEINSTALL) ${ECHO_CMD} ${ECHO_CMD} "The OpenLDAP server package has been deleted." ${ECHO_CMD} "If you're *not* upgrading and won't be using" ${ECHO_CMD} "it any longer, you may want to issue the" ${ECHO_CMD} "following commands:" ${ECHO_CMD} if [ -d %%DATABASEDIR%% ]; then ${ECHO_CMD} "- to delete the OpenLDAP database permanently (losing all data):" ${ECHO_CMD} " rm -Rf %%DATABASEDIR%%" ${ECHO_CMD} fi if [ -d %%SLURPDIR%% ]; then ${ECHO_CMD} "- to remove the OpenLDAP replication directory:" ${ECHO_CMD} " rm -Rf %%SLURPDIR%%" ${ECHO_CMD} fi ${ECHO_CMD} "- to remove the OpenLDAP user:" ${ECHO_CMD} " pw userdel ldap" ${ECHO_CMD} ${ECHO_CMD} "If you are upgrading, don't forget to restart" ${ECHO_CMD} "slapd and slurpd." ${ECHO_CMD} ;; esac
aboutsummaryrefslogtreecommitdiffstats
path: root/math/hs-Agda
Commit message (Expand)AuthorAgeFilesLines
* - Add DIST_SUBDIR for Haskell Cabal ports (with default of "cabal")pgj2010-08-081-3/+3
* - Pass maintainership to haskell@FreeBSD.org:jacula2010-05-261-1/+1
* Introduce a new (and hopefully better) ports infrastructure for Haskell Cabalpgj2010-05-132-299/+222
* Switch to use newer GMP version.ale2010-04-191-1/+2