This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]