From 851123eccf46b1cf4ab1b96a013a4497b8852a71 Mon Sep 17 00:00:00 2001 From: tnut Date: Fri, 15 Oct 2010 23:47:07 +0200 Subject: mysql, port nettoyé MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extra/mysql/mysql.nutyx.patch | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 extra/mysql/mysql.nutyx.patch (limited to 'extra/mysql/mysql.nutyx.patch') diff --git a/extra/mysql/mysql.nutyx.patch b/extra/mysql/mysql.nutyx.patch deleted file mode 100644 index cc1cdb43e..000000000 --- a/extra/mysql/mysql.nutyx.patch +++ /dev/null @@ -1,27 +0,0 @@ ---- blfs-bootscripts-20090302/blfs/init.d/mysql 2005-08-01 19:29:19.000000000 +0000 -+++ blfs-bootscripts-20090302/blfs/init.d/mysql.nutyx 2009-06-26 06:55:05.000000000 +0000 -@@ -5,11 +5,23 @@ - # Rewritten by Gerard Beekmans - gerard@linuxfromscratch.org - - #$LastChangedBy: bdubbs $ --#$Date: 2005-08-01 19:29:19 +0000 (Mon, 01 Aug 2005) $ -+#$Date: 2005-08-01 14:29:19 -0500 (Mon, 01 Aug 2005) $ - - . /etc/sysconfig/rc - . $rc_functions - -+newgroup=mysql -+newuser=mysql -+newid=40 -+ -+# check for mysql group or add one -+getent group $newgroup > /dev/null || /usr/sbin/groupadd -g $newid $newgroup -+ -+# check for mysql user or add one -+getent passwd $newuser > /dev/null || /usr/sbin/useradd -g $newgroup \ -+-u $newid -d /dev/null \ -+-s /bin/false -c "MySQL Server" $newuser -+ - PIDFILE=/srv/mysql/`/bin/hostname`.pid - KILLDELAY=20 - -- cgit v1.2.3-70-g09d2