[Groonga-mysql-commit] mroonga/mroonga at 545c850 [master] debian: tabify

Back to archive index

Kouhei Sutou null+****@clear*****
Thu May 8 15:16:08 JST 2014


Kouhei Sutou	2014-05-08 15:16:08 +0900 (Thu, 08 May 2014)

  New Revision: 545c850bd45bc3c970eb60dcd16fdf3c63c294ca
  https://github.com/mroonga/mroonga/commit/545c850bd45bc3c970eb60dcd16fdf3c63c294ca

  Message:
    debian: tabify

  Modified files:
    packages/debian/mysql-server-mroonga.postinst

  Modified: packages/debian/mysql-server-mroonga.postinst (+8 -8)
===================================================================
--- packages/debian/mysql-server-mroonga.postinst    2014-05-08 15:15:40 +0900 (18429cd)
+++ packages/debian/mysql-server-mroonga.postinst    2014-05-08 15:16:08 +0900 (9a3db87)
@@ -27,7 +27,7 @@ install_apparmor() {
 	if test -f "${mysql_abstraction_apparmor_profile}" && \
 	    ! grep -q "${mysql_plugin_dir}" \
 	      "${mysql_abstraction_apparmor_profile}"; then
-            # For Lucid.
+	    # For Lucid.
 	    cat <<EOF >> "${mysql_abstraction_apparmor_profile}"
 
 # ${apparmor_profile_name}: START
@@ -58,15 +58,15 @@ EOF
 case "$1" in
     configure)
 	install_apparmor
-        install_plugin
-        ;;
+	install_plugin
+	;;
     abort-upgrade|abort-deconfigure|abort-remove)
-        :
-        ;;
+	:
+	;;
     *)
-        echo "Called with unknown argument $1, bailing out."
-        exit 1
-        ;;
+	echo "Called with unknown argument $1, bailing out."
+	exit 1
+	;;
 esac
 
 #DEBHELPER#
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-mysql-commit mailing list
Back to archive index