Changeset 137
- Timestamp:
- 04/28/04 23:12:33 (8 years ago)
- Files:
-
- trunk/ChangeLog (modified) (1 diff, 1 prop)
- trunk/Makefile.config (modified) (1 diff, 1 prop)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/ChangeLog
- Property cvs2svn:cvs-rev changed from 1.54 to 1.55
r136 r137 17 17 * Patched temp-part of linux-pugin sensors_* with better regexp 18 18 (Deb#245289). 19 * Changed default ARCH variable in Makefile.config, to support 20 older tr-s (SF#898814). 19 21 20 22 munin (1.0.0pre3) trunk/Makefile.config
- Property cvs2svn:cvs-rev changed from 1.3 to 1.4
r83 r137 52 52 53 53 # Client only - Install plugins for this architecture 54 ARCH = $(shell uname | tr ' A-Z' 'a-z')54 ARCH = $(shell uname | tr '[A-Z]' '[a-z]') 55 55 56 56 # How to figure out the hostname. (Only used in default configuration
