Package: fam
Version: 2.7.0-13
Severity: normal

Hi,

fam's init.d script tries to detect whether it is running from inetd with the 
following command:

  egrep -q "^(sgi_fam|391002)" /etc/inetd.conf

This is resulting in an error message if /etc/inetd.conf is not present on the 
system.


Changing the syntax to

  egrep -qs "^(sgi_fam|391002)" /etc/inetd.conf

solves this issue.

Greetings,

Michael


-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-2-686 (SMP w/1 CPU core)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages fam depends on:
ii  libc6                         2.6.1-1+b1 GNU C Library: Shared libraries
ii  libgcc1                       1:4.2.1-4  GCC support library
ii  libstdc++6                    4.2.1-4    The GNU Standard C++ Library v3
ii  lsb-base                      3.1-24     Linux Standard Base 3.1 init scrip
ii  portmap                       6.0-4      The RPC portmapper

fam recommends no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to