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

Bug#292118: marked as done (syntax error in /etc/init.d/xfs)



Your message dated Tue, 25 Jan 2005 10:47:03 -0000
with message-id <0cb501c502cb$35304660$eb00010a@andromeda>
and subject line Bug#292118: syntax error in /etc/init.d/xfs
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)

--------------------------------------
Received: (at submit) by bugs.debian.org; 25 Jan 2005 08:29:40 +0000
>From christian.bac@int-evry.fr Tue Jan 25 00:29:40 2005
Return-path: <christian.bac@int-evry.fr>
Received: from ardoisier.int-evry.fr [157.159.110.110] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1CtM4y-0001Mc-00; Tue, 25 Jan 2005 00:29:40 -0800
Received: from chris by ardoisier.int-evry.fr with local (Exim 4.43)
	id 1CtM4P-0000rK-5c; Tue, 25 Jan 2005 09:29:05 +0100
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Christian Bac <christian.bac@int-evry.fr>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: syntax error in /etc/init.d/xfs
X-Mailer: reportbug 3.6
Date: Tue, 25 Jan 2005 09:29:05 +0100
Message-Id: <[🔎] E1CtM4P-0000rK-5c@ardoisier.int-evry.fr>
Delivered-To: submit@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
	autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Package: xfs
Version: 4.3.0.dfsg.1-10
Severity: grave
Tags: patch
Justification: renders package unusable

syntax error at line 24 modify as follow
24c24
<   if [ -e $SOCKET_DIR -a ! -d $SOCKET_DIR ] ; then
---
>   if [ -e $SOCKET_DIR && ! -d $SOCKET_DIR ] ; then


-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.9
Locale: LANG=fr_FR, LC_CTYPE=fr_FR (charmap=ISO-8859-1)

Versions of packages xfs depends on:
ii  libc6                       2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  zlib1g                      1:1.2.2-4    compression library - runtime

-- no debconf information

---------------------------------------
Received: (at 292118-done) by bugs.debian.org; 25 Jan 2005 10:47:37 +0000
>From debian-x@adam-barratt.org.uk Tue Jan 25 02:47:37 2005
Return-path: <debian-x@adam-barratt.org.uk>
Received: from mail0.avcosystems.co.uk [195.224.236.86] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1CtOET-00020m-00; Tue, 25 Jan 2005 02:47:37 -0800
Received: from lexx.avco ([192.168.0.1] helo=andromeda)
	by mail0.avcosystems.co.uk with smtp (Exim 4.44 #1 (Debian))
	id 1CtODw-0007y7-9r; Tue, 25 Jan 2005 10:47:05 +0000
Message-ID: <0cb501c502cb$35304660$eb00010a@andromeda>
From: "Adam D. Barratt" <debian-x@adam-barratt.org.uk>
To: "Christian Bac" <christian.bac@int-evry.fr>
Cc: <292118-done@bugs.debian.org>
References: <[🔎] E1CtM4P-0000rK-5c@ardoisier.int-evry.fr>
Subject: Re: Bug#292118: syntax error in /etc/init.d/xfs
Date: Tue, 25 Jan 2005 10:47:03 -0000
MIME-Version: 1.0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 5.50.4922.1500
X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4939.300
X-AVCO-Scan-Signature: a4171557ad3abf8f56120b889113e8d3
Delivered-To: 292118-done@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-3.5 required=4.0 tests=BAYES_30,HAS_BUG_NUMBER 
	autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

On Tuesday, January 25, 2005 8:29 AM, Christian Bac
<christian.bac@int-evry.fr> wrote:

> syntax error at line 24 modify as follow
> 24c24
> <   if [ -e $SOCKET_DIR -a ! -d $SOCKET_DIR ] ; then
> ---
>>   if [ -e $SOCKET_DIR && ! -d $SOCKET_DIR ] ; then

The line as you've quoted it doesn't exist in 4.30.dfsg.1-10. It was
modified in that version to read (correctly):

  if [ -e $SOCKET_DIR ] && [ ! -d $SOCKET_DIR ]; then

(Actually, the line as you've quoted it didn't exist in -9 either, as the
broken version had a ] that yours doesn't).

Closing this report (I would merge it with the previous reports, but they're
already archived so that's not possible).

Regards,

Adam



Reply to: