This is the mail archive of the
cygwin
mailing list for the Cygwin project.
[Packaging error: apache2-2.2.6-1] - /usr/sbin/envvars
- From: "Dr. Volker Zell" <dr dot volker dot zell at oracle dot com>
- To: Cygwin List <cygwin at cygwin dot com>
- Date: Wed, 27 Feb 2008 12:56:42 +0100
- Subject: [Packaging error: apache2-2.2.6-1] - /usr/sbin/envvars
Hi
apache2-2.2.6-1 distributes
/usr/sbin/envvars
and
/usr/sbin/envvars-std
Only /usr/sbin/envvars is used in /usr/sbin/apachectl2, so /usr/sbin/envvars-std should be removed.
This is from /usr/sbin/apachectl2:
# pick up any necessary environment variables
if test -f /usr/sbin/envvars; then
. /usr/sbin/envvars
fi
Also /usr/sbin/envvars should only be installed when not changed by the
user. So it should be copied from /etc/defaults hierarchy via a
postinstall script.
Ciao
Volker
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/