[Pkg-sysvinit-devel] Bug#398644: logger(1) call fails due to PATH issue

John Morrissey jwm at horde.net
Tue Nov 14 19:40:45 CET 2006


Package: initscripts
Version: 2.86.ds1-34
Severity: normal
Tags: patch

The logger(1) call in /etc/network/if-up.d/mountnfs fails because /usr/bin/
isn't in $PATH.

--- mountnfs~	2006-11-14 18:38:00.000002000 +0000
+++ mountnfs	2006-11-14 18:38:00.026567000 +0000
@@ -137,7 +137,7 @@
 else
     msg="if-up.d/mountnfs[$IFACE]: lock /var/run/network/mountnfs exist, not mounting"
     log_failure_msg "$msg"
-    [ -x /usr/bin/logger ] && logger -t "if-up.d/mountnfs[$IFACE]" "$msg"
+    [ -x /usr/bin/logger ] && /usr/bin/logger -t "if-up.d/mountnfs[$IFACE]" "$msg"
     exit 0
 fi
 

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages initscripts depends on:
ii  debianut 2.17.3                          Miscellaneous utilities specific t
ii  e2fsprog 1.39+1.40-WIP-2006.10.02+dfsg-2 ext2 file system utilities and lib
ii  libc6    2.3.6.ds1-8                     GNU C Library: Shared libraries
ii  lsb-base 3.1-19                          Linux Standard Base 3.1 init scrip
ii  mount    2.12r-15                        Tools for mounting and manipulatin
ii  sysvinit 2.86.ds1-34                     System-V-like utilities

Versions of packages initscripts recommends:
ii  psmisc                        22.3-1     Utilities that use the proc filesy

-- no debconf information

-- 
John Morrissey          _o            /\         ----  __o
jwm at horde.net        _-< \_          /  \       ----  <  \,
www.horde.net/    __(_)/_(_)________/    \_______(_) /_(_)__




More information about the Pkg-sysvinit-devel mailing list