From: <smi...@us...> - 2003-12-22 23:24:46
|
Update of /cvsroot/devil-linux/build/scripts/scripts In directory sc8-pr-cvs1:/tmp/cvs-serv4493/scripts/scripts Modified Files: mysqld Log Message: some mysql scripts seem to have the path to the daemon hardcoded, let's use the standard Index: mysqld =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/scripts/mysqld,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- mysqld 22 Dec 2003 21:28:42 -0000 1.1 +++ mysqld 22 Dec 2003 23:24:43 -0000 1.2 @@ -22,7 +22,7 @@ # parameters NAME="MYSQL Server" CONFIGNAME=MYSQL -DAEMON=/usr/sbin/mysqld +DAEMON=/usr/libexec/mysqld PARAMETER= # source function library |