adapt to new style guide for messages

This commit is contained in:
sturm 2004-10-13 18:36:38 +00:00
parent 45625eaaaa
commit 2ce59a4b18
3 changed files with 9 additions and 30 deletions

View File

@ -1,22 +0,0 @@
#!/bin/sh
#
# $OpenBSD: DEINSTALL,v 1.3 2002/08/25 19:26:21 naddy Exp $
#
# apache_mp3 de-installation
set -e
PATH=/bin:/usr/bin:/sbin:/usr/sbin
PREFIX=${PKG_PREFIX:-/usr/local}
CONF=`/usr/sbin/apxs -q SYSCONFDIR`/httpd.conf
echo
echo "+---------------"
echo "| To completely deinstall the $1 package you have to"
echo "| revert the changes to your ${CONF}."
echo "|"
echo "| Do not do this if you plan on re-installing the $1"
echo "| package at some future time."
echo "+---------------"
echo
exit 0

View File

@ -1,10 +1,6 @@
To finish the installation of Apache::MP3, you need to setup
your webserver. Add an Alias to your httpd.conf
+---------------
| To finish the installation of Apache::MP3, you need to setup
| your webserver. Add an Alias to your httpd.conf
|
| Alias /apache_mp3/ "${PREFIX}/share/apache_mp3/"
|
| and look at the Apache::MP3 manpage for further information.
+---------------
Alias /apache_mp3/ "${PREFIX}/share/apache_mp3/"
and look at the Apache::MP3 manpage for further information.

View File

@ -0,0 +1,5 @@
To completely deinstall the p5-Apache-MP3 package you have
to revert the changes to your httpd.conf.
Do not do this if you plan on re-installing the p5-Apache-MP3
package at some future time.