diff --git a/sysutils/idled/pkg/DEINSTALL b/sysutils/idled/pkg/DEINSTALL deleted file mode 100644 index 18dae1932b6..00000000000 --- a/sysutils/idled/pkg/DEINSTALL +++ /dev/null @@ -1,24 +0,0 @@ -# $OpenBSD: DEINSTALL,v 1.2 2003/09/28 17:00:11 naddy Exp $ -# -# idled de-installation - -set -e -PATH=/bin:/usr/bin:/sbin:/usr/sbin -PREFIX=${PKG_PREFIX:-/usr/local} -CONFIG_FILE=${SYSCONFDIR}/idled.cf - -if [ "$PKG_DELETE_EXTRA" != Yes -a -f $CONFIG_FILE ]; then - echo - echo "+---------------" - echo "| To completely deinstall the $1 package you need to perform" - echo "| this step as root:" - echo "|" - echo "| rm -f $CONFIG_FILE" - echo "|" - echo "| Do not do this if you plan on re-installing $1" - echo "| at some future time." - echo "+---------------" - echo -fi - -exit 0 diff --git a/sysutils/idled/pkg/INSTALL b/sysutils/idled/pkg/INSTALL deleted file mode 100644 index 86929ae0455..00000000000 --- a/sysutils/idled/pkg/INSTALL +++ /dev/null @@ -1,65 +0,0 @@ -#!/bin/sh -# $OpenBSD: INSTALL,v 1.2 2002/04/26 03:35:34 pvalchev Exp $ -# -# Pre/post-installation setup of idled - -# exit on errors, use a sane path and install prefix -# -set -e -PATH=/bin:/usr/bin:/sbin:/usr/sbin -PREFIX=${PKG_PREFIX:-/usr/local} -CONFIG_FILE=${SYSCONFDIR}/idled.cf -SAMPLE_CONFIG_FILE=$PREFIX/share/examples/idled/idled.cf.template - -do_notice() -{ - echo - echo "+---------------" - echo "| The existing $1 configuration file, $CONFIG_FILE," - echo "| has NOT been changed. You may want to compare it to the" - echo "| current sample file, $SAMPLE_CONFIG_FILE," - echo "| and update your configuration as needed." - echo "+---------------" - echo -} - -do_install() -{ - install -o root -g wheel -m 644 $SAMPLE_CONFIG_FILE $CONFIG_FILE - echo - echo "+---------------" - echo "| The $1 configuration file, $CONFIG_FILE," - echo "| has been installed. Please view this file and change" - echo "| the configuration to meet your needs." - echo "+---------------" - echo - -} - -# verify proper execution -# -if [ $# -ne 2 ]; then - echo "usage: $0 distname { PRE-INSTALL | POST-INSTALL }" >&2 - exit 1 -fi - -# Verify/process the command -# -case $2 in - PRE-INSTALL) - : nothing to pre-install for this port - ;; - POST-INSTALL) - if [ -f $CONFIG_FILE ]; then - do_notice $1 - else - do_install $1 - fi - ;; - *) - echo "usage: $0 distname { PRE-INSTALL | POST-INSTALL }" >&2 - exit 1 - ;; -esac - -exit 0 diff --git a/sysutils/idled/pkg/PLIST b/sysutils/idled/pkg/PLIST index cda9661f54f..8ab13546bec 100644 --- a/sysutils/idled/pkg/PLIST +++ b/sysutils/idled/pkg/PLIST @@ -1,8 +1,7 @@ -@comment $OpenBSD: PLIST,v 1.7 2004/09/15 18:39:32 espie Exp $ +@comment $OpenBSD: PLIST,v 1.8 2004/09/24 09:41:28 espie Exp $ libexec/idled @man man/man5/idled.cf.5 @man man/man8/idled.8 share/examples/idled/ share/examples/idled/idled.cf.template -@cwd ${SYSCONFDIR} -@extra idled.cf +@sample ${SYSCONFDIR}/idled.cf