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

Bug#397150: marked as done (apache2.2-common: /etc/apache2/apache2.conf - Include statements should ignore temporary files)



Your message dated Wed, 6 Jun 2007 23:04:15 +0200
with message-id <200706062304.15525.sf@sfritsch.de>
and subject line apache2.2-common: /etc/apache2/apache2.conf - Include statements should ignore temporary files
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: apache2.2-common
Version: 2.2.3-3
Severity: normal

Emacs and Version control software (CVS) tends to leave files that are named:

	#file#
	file~
	.#file

Please make the statements more strict in /etc/apache2/apache2.conf by
changing Include calls to:

	Include /etc/apache2/conf.d/[^.#]*[^#~]
				    ===========

	Include /etc/apache2/sites-enabled/[^.#]*[^#~]
					   ===========

It would be best if "Include" would accept a regular expression to make
the expression more powerfull.

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.18-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ISO-8859-1) (ignored: LC_ALL set to en_US)

Versions of packages apache2.2-common depends on:
ii  apache2-utils                 2.2.3-3    utility programs for webservers
ii  libmagic1                     4.17-4     File type determination library us
ii  lsb-base                      3.1-19     Linux Standard Base 3.1 init scrip
ii  mime-support                  3.37-1     MIME files 'mime.types' & 'mailcap
ii  net-tools                     1.60-17    The NET-3 networking toolkit

apache2.2-common recommends no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---
Hi,

include already ignores everything that

- does not begin with a letter or number
- contains a character that is neither letter nor number nor _-.
- contains .dpkg

So your examples

        #file#
        file~
        .#file

are already ignored.

I am closing the bug report. If this doesn't work for you, please 
reply/reopen the bug report.


--- End Message ---

Reply to: