]> arthur.barton.de Git - netatalk.git/commitdiff
afpd -V: sort
authorHAT <hat@fa2.so-net.ne.jp>
Thu, 15 Dec 2011 13:30:44 +0000 (22:30 +0900)
committerHAT <hat@fa2.so-net.ne.jp>
Thu, 15 Dec 2011 13:30:44 +0000 (22:30 +0900)
etc/afpd/afp_options.c

index 06cf20bc1b4bd6775336b2786361506f0da565bb..a66ef8a9c783d35a7e4828b99d0e22470029fc44 100644 (file)
@@ -651,6 +651,9 @@ static void show_version_extended(void )
        puts( "No" );
 #endif
 
+       printf( "            EA support:\t" );
+       puts( EA_MODULES );
+
        printf( "           ACL support:\t" );
 #ifdef HAVE_ACLS
        puts( "Yes" );
@@ -658,9 +661,6 @@ static void show_version_extended(void )
        puts( "No" );
 #endif
 
-       printf( "            EA support:\t" );
-       puts( EA_MODULES );
-
        printf( "          LDAP support:\t" );
 #ifdef HAVE_LDAP
        puts( "Yes" );