pcp
[Top] [All Lists]

[PATCH] fix lmsensors Install script botch

To: Michael Newton <kimbrr@xxxxxxx>, Mark Goodwin <markgw@xxxxxxx>
Subject: [PATCH] fix lmsensors Install script botch
From: Nathan Scott <nscott@xxxxxxxxxx>
Date: Mon, 27 Nov 2006 17:03:36 +1100
Cc: pcp@xxxxxxxxxxx
Organization: Aconex
Reply-to: nscott@xxxxxxxxxx
Sender: pcp-bounce@xxxxxxxxxxx
Looks like this script was based on that of the simple PMDA, but the
socket number was not updated... with the attached patch, we now have
unique socket numbers again:

$ grep socket_inet_def src/pmdas/*/Install
src/pmdas/lmsensors/Install:socket_inet_def=2079
src/pmdas/sample/Install:socket_inet_def=2077   # default TCP port for
Internet socket IPC
src/pmdas/simple/Install:socket_inet_def=2078
src/pmdas/weblog/Install:socket_inet_def=2080   # default TCP port for
Internet socket IPC

cheers.

-- 
Nathan

Attachment: fix-lmsensors-socket_inet_def
Description: Text Data

<Prev in Thread] Current Thread [Next in Thread>
  • [PATCH] fix lmsensors Install script botch, Nathan Scott <=