Create a gist now

Instantly share code, notes, and snippets.

What would you like to do?
root@10-0-0-24:/etc/init# diff mysql.conf mysql.conf.dpkg-dist
8c8
< and runlevel [2345])
---
> and runlevel [2345])
24c24
< LC_ALL=C BLOCKSIZE= df --portability /data/mysql/. | tail -n 1 | awk '{ exit ($4<4096) }'
---
> LC_ALL=C BLOCKSIZE= df --portability /var/lib/mysql/. | tail -n 1 | awk '{ exit ($4<4096) }'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment