[svn] r6228 - trunk/tools/dstat
packagers at lists.rpmforge.net
packagers at lists.rpmforge.net
Sat Mar 22 11:17:01 CET 2008
Author: dag
Date: 2008-03-22 10:17:00 +0000 (Sat, 22 Mar 2008)
New Revision: 6228
Modified:
trunk/tools/dstat/ChangeLog
trunk/tools/dstat/Makefile
Log:
Fixed permissions of plugins.
Modified: trunk/tools/dstat/ChangeLog
===================================================================
--- trunk/tools/dstat/ChangeLog 2008-03-22 09:42:23 UTC (rev 6227)
+++ trunk/tools/dstat/ChangeLog 2008-03-22 10:17:00 UTC (rev 6228)
@@ -1,4 +1,4 @@
-* 0.6.7svn - ... - release 16/03/2008
+* 0.6.7svn - ... - release 22/03/2008
- Added improved tick patch (Kelly Long)
- Show milliseconds in dstat_time when using --debug cfr. dstat_epoch
- Difference in integer rounding should not affect colouring
@@ -10,7 +10,7 @@
- dstat_epoch and dstat_time now display starttime, not execution time of plugin
- Fix division by zero problem
- Warn when loosing ticks (buffering problems or vmware time sync errors)
--
+- Fixed permissions of plugins (Andrew Pollock)
* 0.6.7 - Cambridge overdue - released 26/02/2008
- Only rewrite xterm title when XTERM_SHELL is set to bash
Modified: trunk/tools/dstat/Makefile
===================================================================
--- trunk/tools/dstat/Makefile 2008-03-22 09:42:23 UTC (rev 6227)
+++ trunk/tools/dstat/Makefile 2008-03-22 10:17:00 UTC (rev 6228)
@@ -20,7 +20,7 @@
install -Dp -m0755 dstat $(DESTDIR)$(bindir)/dstat
install -d -m0755 $(DESTDIR)$(datadir)/dstat/
install -Dp -m0755 dstat $(DESTDIR)$(datadir)/dstat/dstat.py
- install -Dp -m0755 plugins/dstat_*.py $(DESTDIR)$(datadir)/dstat/
+ install -Dp -m0644 plugins/dstat_*.py $(DESTDIR)$(datadir)/dstat/
# install -d -m0755 $(DESTDIR)$(datadir)/dstat/examples/
# install -Dp -m0755 examples/*.py $(DESTDIR)$(datadir)/dstat/examples/
install -Dp -m0644 docs/dstat.1 $(DESTDIR)$(mandir)/man1/dstat.1
More information about the svn-commits
mailing list