[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#215047: apache-common: mapped var in modules-config script



Package: apache-common
Version: 1.3.28-4
Severity: normal
Followup-For: Bug #215047


At line 89 in /usr/sbin/modules-config, mapped var invert module order.
mapped="`grep -l $i.so$ *.info | sed -e 's/\.info$/,/g' -e 's/^...//g'`
$mapped"
must be
mapped="$mapped `grep -l $i.so$ *.info | sed -e 's/\.info$/,/g' -e 's/^...//g'`"
to preserver LoadModule order directive.

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux dpingoo 2.4.21-pptp #1 Wed Aug 6 18:45:29 CEST 2003 i686
Locale: LANG=fr_FR, LC_CTYPE=fr_FR (ignored: LC_ALL set to fr_FR)

Versions of packages apache-common depends on:
ii  debconf                       1.2.35     Debian configuration management sy
ii  libc6                         2.3.2-3    GNU C Library: Shared libraries an
ii  libdb4.1                      4.1.25-4   Berkeley v4.1 Database Libraries [
ii  libexpat1                     1.95.6-4   XML parsing C library - runtime li
ii  mime-support                  3.23-1     MIME files 'mime.types' & 'mailcap
ii  perl [perl5]                  5.8.0-19   Larry Wall's Practical Extraction 

-- debconf information:
* apache-common/confignotes: 
  apache-common/old-logrotate-exists: 
* apache-common/logs: 
  apache-shared/debconf-modules: mod_bandwidth, auth_ldap, mod_perl, mod_setenvif, mod_unique_id, mod_expires, mod_auth, mod_access, mod_rewrite, mod_alias, mod_userdir, mod_cgi, mod_dir, mod_autoindex, mod_info, mod_status, mod_negotiation, mod_mime, mod_mime_magic, mod_log_config
  apache-shared/restart: false






Reply to: