[BACK]Return to DEINSTALL CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / news / leafnode

Annotation of pkgsrc/news/leafnode/DEINSTALL, Revision 1.1.1.1

1.1       cjep        1: #!/bin/sh
                      2: #
                      3: # $NetBSD$
                      4:
                      5: case "$2" in
                      6:         DEINSTALL) cat <<EOF
                      7:
                      8: ==========================================================================
                      9:
                     10: Note that the leafnode spool, lock and configuration directories
                     11: (@@LEAFNODE_SPOOL@@, @@LEAFNODE_LOCKDIR@@ and @@LEAFNODE_CONFDIR@@)
                     12: are NOT deleted during the package deinstallation. Please remove these
                     13: directories and all their contents manually if they are no longer needed.
                     14: Also, don't forgot to remove any cron jobs associated with leafnode.
                     15:
                     16: ==========================================================================
                     17:
                     18: EOF
                     19:         ;;
                     20: esac
                     21:
                     22: exit 0

CVSweb <webmaster@jp.NetBSD.org>