~ubuntu-branches/ubuntu/maverick/apache2/maverick-updates

« back to all changes in this revision

Viewing changes to debian/apache2.2-common.apache2.init

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2010-08-25 09:25:05 UTC
  • Revision ID: james.westby@ubuntu.com-20100825092505-gla3hbct6vucolla
Tags: 2.2.16-1ubuntu2
debian/apache2.2-common.apache2.init: Add stty sane so that users will get a 
password prompt when using apache-ssl. (LP: #582963)

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
fi
30
30
export APACHE_CONFDIR APACHE_ENVVARS
31
31
 
 
32
stty sane
32
33
ENV="env -i LANG=C PATH=/usr/local/bin:/usr/bin:/bin"
33
34
if [ "$APACHE_CONFDIR" != /etc/apache2 ] ; then
34
35
        ENV="$ENV APACHE_CONFDIR=$APACHE_CONFDIR"