Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > by-pkgid > 2df1e95c77a205902f28a4e06c143abf > files > 1

beagle-0.3.3-7.3mdv2008.1.src.rpm

--- beagle-0.2.16.3/tools/beagle-crawl-system.in.ionice	2007-03-16 11:27:07.000000000 +0100
+++ beagle-0.2.16.3/tools/beagle-crawl-system.in	2007-03-16 11:27:34.000000000 +0100
@@ -65,10 +65,10 @@
 	    OPTIONS="$OPTIONS `test -n "$CRAWL_DENY_PATTERNS" && \
                      echo --deny-pattern $CRAWL_DENY_PATTERNS`"
 	    
-	    IONICE=`which ionice 2>/dev/null`
-            if [ -n "$IONICE" ]; then
-                IONICE="$IONICE -c 3"
-            fi
+#	    IONICE=`which ionice 2>/dev/null`
+#            if [ -n "$IONICE" ]; then
+#                IONICE="$IONICE -c 3"
+#            fi
 
 	    eval $IONICE su -s /bin/bash $CRAWL_USER -c \"MONO_SHARED_DIR=$MONO_SHARED_DIR @sbindir@/beagle-build-index --target /var/cache/beagle/indexes/$CRAWL_INDEX_NAME $OPTIONS $CRAWL_PATHS\" > /dev/null 2>&1
 	fi