adapt to new style guide for messages
This commit is contained in:
parent
45625eaaaa
commit
2ce59a4b18
@ -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
|
@ -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.
|
||||
|
5
www/p5-Apache-MP3/pkg/UNMESSAGE
Normal file
5
www/p5-Apache-MP3/pkg/UNMESSAGE
Normal 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.
|
Loading…
Reference in New Issue
Block a user