Changeset 624
- Timestamp:
- 01/10/05 11:38:32 (7 years ago)
- Files:
-
- branches/1.2-stable/ChangeLog (modified) (1 diff, 1 prop)
- branches/1.2-stable/Makefile.config (modified) (1 diff, 1 prop)
- branches/1.2-stable/node/node.d/smart_.in (modified) (1 diff, 1 prop)
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 2 2 3 3 * Main: Fix bug with calculation of "Avg:" field when using graph_sums. 4 * Installation: Make the single python plugin use @@PYTHON@@ again. 4 5 5 6 munin (1.2.0rc1) branches/1.2-stable/Makefile.config
- Property cvs2svn:cvs-rev changed from 1.9 to 1.9.2.1
r578 r624 50 50 51 51 # The python interpreter to use (used by some plugins) 52 PYTHON = $(shell which python || echo /usr/bin/python)52 PYTHON = /usr/bin/env python 53 53 54 54 # 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 python1 #!@@PYTHON@@ 2 2 # -*- encoding: iso-8859-1 -*- 3 3 #
