Skip to content

Instantly share code, notes, and snippets.

@benburkert
Created April 11, 2012 00:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save benburkert/367891f799fc5769f5c6 to your computer and use it in GitHub Desktop.
Save benburkert/367891f799fc5769f5c6 to your computer and use it in GitHub Desktop.
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