Changeset 624

Show
Ignore:
Timestamp:
01/10/05 11:38:32 (7 years ago)
Author:
jimmyo
Message:

Installation: Make the single python plugin use @@PYTHON@@ again.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.2-stable/ChangeLog

    • Property cvs2svn:cvs-rev changed from 1.258.2.2 to 1.258.2.3
    r621 r624  
    22 
    33  * Main: Fix bug with calculation of "Avg:" field when using graph_sums. 
     4  * Installation: Make the single python plugin use @@PYTHON@@ again. 
    45 
    56munin (1.2.0rc1) 
  • branches/1.2-stable/Makefile.config

    • Property cvs2svn:cvs-rev changed from 1.9 to 1.9.2.1
    r578 r624  
    5050 
    5151# The python interpreter to use (used by some plugins) 
    52 PYTHON     = $(shell which python || echo /usr/bin/python) 
     52PYTHON     = /usr/bin/env python 
    5353 
    5454# Server only - Where to install the perl libraries 
  • branches/1.2-stable/node/node.d/smart_.in

    • Property cvs2svn:cvs-rev changed from 1.4 to 1.4.2.1
    r538 r624  
    1 #!/usr/bin/env python 
     1#!@@PYTHON@@ 
    22# -*- encoding: iso-8859-1 -*- 
    33#