wingo - flumotion/trunk/doc/redhat
flumotion-commit at lists.fluendo.com
flumotion-commit at lists.fluendo.com
Mon Jan 22 17:17:04 CET 2007
Author: wingo
Date: Mon Jan 22 17:17:03 2007
New Revision: 4420
Modified:
flumotion/trunk/doc/redhat/flumotion.logrotate
Log:
only real files
Modified: flumotion/trunk/doc/redhat/flumotion.logrotate
==============================================================================
--- flumotion/trunk/doc/redhat/flumotion.logrotate (original)
+++ flumotion/trunk/doc/redhat/flumotion.logrotate Mon Jan 22 17:17:03 2007
@@ -2,7 +2,7 @@
missingok
notifempty
postrotate
- find /var/run/flumotion -print | while read f; do
+ find /var/run/flumotion -type f -print | while read f; do
/usr/bin/kill -HUP `cat $f` 2>/dev/null || true
done
endscript
More information about the flumotion-commit
mailing list