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/