]> arthur.barton.de Git - netatalk.git/commitdiff
afpd -V show Spotlight support
authorHAT <hat@fa2.so-net.ne.jp>
Tue, 14 Jan 2014 15:03:38 +0000 (00:03 +0900)
committerHAT <hat@fa2.so-net.ne.jp>
Tue, 14 Jan 2014 15:03:38 +0000 (00:03 +0900)
etc/afpd/afp_options.c

index f06bfb373665ca9bc4ff25c8be20501ceb04619e..95faf80807aa078f2b9fc005c8c30a729ec14104 100644 (file)
@@ -176,6 +176,13 @@ static void show_version_extended(void )
        puts( "No" );
 #endif
 
+       printf( "     Spotlight support:\t" );
+#ifdef HAVE_TRACKER
+       puts( "Yes" );
+#else
+       puts( "No" );
+#endif
+
        printf( "         DTrace probes:\t" );
 #ifdef WITH_DTRACE
        puts( "Yes" );