Remove unneeded example configuration file and add suggestion for
removing configuration file dir. Suggested and ok by brad@
This commit is contained in:
parent
4b5854ca00
commit
580d418e9e
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# $OpenBSD: DEINSTALL,v 1.3 2002/02/15 19:20:07 nino Exp $
|
||||
# $OpenBSD: DEINSTALL,v 1.4 2002/03/26 18:39:12 nino Exp $
|
||||
#
|
||||
|
||||
set -e
|
||||
@ -8,12 +8,12 @@ PATH=/bin:/usr/bin:/sbin:/usr/sbin
|
||||
|
||||
FILES='
|
||||
oaf/oaf-config.xml
|
||||
oaf/oaf-config.xml.sample
|
||||
'
|
||||
echo
|
||||
echo "+--------------- $1"
|
||||
echo "| To really remove $1 from your system you should also"
|
||||
echo "| remove the configuration files from the ${SYSCONFDIR} directory."
|
||||
echo "| Remove the directory in which the files reside as well if empty."
|
||||
echo "| If you are planning on installing $1 again in the future"
|
||||
echo "| you can leave it as it is."
|
||||
echo "|"
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# $OpenBSD: INSTALL,v 1.3 2002/02/15 19:20:07 nino Exp $
|
||||
# $OpenBSD: INSTALL,v 1.4 2002/03/26 18:39:12 nino Exp $
|
||||
|
||||
set -e
|
||||
PATH=/bin:/usr/bin:/sbin:/usr/sbin
|
||||
@ -11,7 +11,6 @@ SOURCE_PFX=${PREFIX}/share/examples/${P_NAME}
|
||||
|
||||
FILES='
|
||||
oaf/oaf-config.xml
|
||||
oaf/oaf-config.xml.sample
|
||||
'
|
||||
|
||||
do_post() {
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.4 2002/02/15 19:20:07 nino Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.5 2002/03/26 18:39:12 nino Exp $
|
||||
bin/oaf-client
|
||||
bin/oaf-config
|
||||
bin/oaf-empty-server
|
||||
@ -24,7 +24,6 @@ lib/oafConf.sh
|
||||
man/man1/oafd.1
|
||||
share/aclocal/oaf.m4
|
||||
share/examples/oaf/oaf/oaf-config.xml
|
||||
share/examples/oaf/oaf/oaf-config.xml.sample
|
||||
share/idl/oaf-factory.idl
|
||||
share/idl/oaf.idl
|
||||
share/locale/az/LC_MESSAGES/oaf.mo
|
||||
|
Loading…
Reference in New Issue
Block a user