Skip to content

Instantly share code, notes, and snippets.

@ntalbott
Created September 2, 2009 08:55
Show Gist options
  • Save ntalbott/179616 to your computer and use it in GitHub Desktop.
Save ntalbott/179616 to your computer and use it in GitHub Desktop.
--- old/scripts/mysqld_safe.sh 2009-09-02 04:10:39.000000000 -0400
+++ new/scripts/mysqld_safe.sh 2009-09-02 04:52:55.000000000 -0400
@@ -383,7 +383,7 @@
fi
USER_OPTION=""
-if test -w / -o "$USER" = "root"
+if test -w /sbin -o "$USER" = "root"
then
if test "$user" != "root" -o $SET_USER = 1
then
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment