Sophie

Sophie

distrib > Mandriva > 2009.0 > x86_64 > media > main-testing-src > by-pkgid > ee6960492dee963c6113b9f8ec0fdc54 > files > 1

beagle-0.3.8-13mdv2009.0.src.rpm

diff -p -up beagle-0.3.7/conf-data/crawl-rules/crawl-applications.crawl-config beagle-0.3.7/conf-data/crawl-rules/crawl-applications
--- beagle-0.3.7/conf-data/crawl-rules/crawl-applications.crawl-config	2008-01-03 10:22:37.000000000 +0100
+++ beagle-0.3.7/conf-data/crawl-rules/crawl-applications	2008-06-25 09:17:22.000000000 +0200
@@ -2,7 +2,7 @@ CRAWL_ENABLED="yes"
 
 CRAWL_INDEX_NAME="applications"
 
-CRAWL_PATHS="/usr/share/applications /usr/local/share/applications /opt/gnome/share/applications /opt/kde3/share/applications"
+CRAWL_PATHS="/usr/share/applications"
 
 CRAWL_RECURSIVE="yes"
 
diff -p -up beagle-0.3.7/conf-data/crawl-rules/crawl-documentation.crawl-config beagle-0.3.7/conf-data/crawl-rules/crawl-documentation
--- beagle-0.3.7/conf-data/crawl-rules/crawl-documentation.crawl-config	2008-01-03 10:22:37.000000000 +0100
+++ beagle-0.3.7/conf-data/crawl-rules/crawl-documentation	2008-06-25 09:17:22.000000000 +0200
@@ -2,7 +2,7 @@ CRAWL_ENABLED="yes"
 
 CRAWL_INDEX_NAME="documentation"
 
-CRAWL_PATHS="/usr/share/doc /usr/local/share/doc /opt/kde3/share/doc /opt/gnome/share/gnome/help /usr/share/gnome/help /opt/gnome/share/gtk-doc/html /usr/share/gtk-doc/html /usr/share/gnome/html"
+CRAWL_PATHS="/usr/share/doc /usr/local/share/doc /usr/share/gnome/help /usr/share/gtk-doc/html /usr/share/gnome/html"
 
 CRAWL_ALLOW_PATTERNS="*.xml,*.html,*.docbook,*.pdf"
 
diff -p -up beagle-0.3.7/conf-data/crawl-rules/crawl-windows.crawl-config beagle-0.3.7/conf-data/crawl-rules/crawl-windows
--- beagle-0.3.7/conf-data/crawl-rules/crawl-windows.crawl-config	2008-01-03 10:22:37.000000000 +0100
+++ beagle-0.3.7/conf-data/crawl-rules/crawl-windows	2008-06-25 09:17:22.000000000 +0200
@@ -1,8 +1,8 @@
-CRAWL_ENABLED="yes"
+CRAWL_ENABLED="no"
 
 CRAWL_INDEX_NAME="windows"
 
-CRAWL_PATHS="/windows"
+CRAWL_PATHS="/mnt/windows /mnt/win_c /mnt/win_d /mnt/win_e"
 
 CRAWL_RECURSIVE="yes"
 
diff -p -up beagle-0.3.7/tools/beagle-crawl-system.in.crawl-config beagle-0.3.7/tools/beagle-crawl-system.in
--- beagle-0.3.7/tools/beagle-crawl-system.in.crawl-config	2008-01-03 10:22:37.000000000 +0100
+++ beagle-0.3.7/tools/beagle-crawl-system.in	2008-06-25 09:21:57.000000000 +0200
@@ -85,10 +85,10 @@ for crawl_file in @sysconfdir@/beagle/cr
 	    OPTIONS="$OPTIONS `test -n "$CRAWL_REMOVE_DELETED_FILES" && \
                      echo --enable-deletion`"
 	    
-	    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
 
 	    COMMAND="$IONICE su -s /bin/bash $CRAWL_USER -c \"MONO_SHARED_DIR=$MONO_SHARED_DIR @sbindir@/beagle-build-index --target @localstatedir@/cache/beagle/indexes/$CRAWL_INDEX_NAME $OPTIONS $CRAWL_PATHS\""