]> arthur.barton.de Git - netatalk.git/commitdiff
small fix
authorHAT <hat@fa2.so-net.ne.jp>
Thu, 15 Mar 2012 14:46:05 +0000 (23:46 +0900)
committerHAT <hat@fa2.so-net.ne.jp>
Thu, 15 Mar 2012 14:46:05 +0000 (23:46 +0900)
distrib/initscripts/.gitignore
macros/summary.m4

index 328b50869042b6b7232a55079670a3c0af29ff5f..24f061b41f4e812ae3c38a2b97b372d22181b80f 100644 (file)
@@ -9,6 +9,6 @@ service.atalk.systemd
 service.atalk-cnid.systemd
 netatalk
 netatalk.service
-netatalk-cnid.service 
+netatalk-cnid.service
 .gitignore
 *.o
index 0f155737bfde981a5ef6bc240ee9075c91712eeb..2af44d6ab9d166c506b558d887581ba0dc2aa62e 100644 (file)
@@ -3,7 +3,7 @@ dnl Autoconf macros, display configure summary
 AC_DEFUN([AC_NETATALK_CONFIG_SUMMARY], [
 
        AC_MSG_RESULT([Configure summary:])
-       AC_MSG_RESULT([       init style:])
+       AC_MSG_RESULT([    init style:])
        if test "x$init_style" != "x"; then
                AC_MSG_RESULT([         $init_style])
        else