]> git.pld-linux.org Git - packages/mysql.git/commitdiff
- changed UID and GID of MySQL
authoralchemyx <alchemyx@pld-linux.org>
Mon, 29 Nov 1999 17:31:48 +0000 (17:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mysql.spec -> 1.23

mysql.spec

index bef391ac4af9b6871598bff56d3cdb4fd2c7cd9c..5aa838917fb97a638bb75900c5b8f04124b2578a 100644 (file)
@@ -231,10 +231,10 @@ strip --strip-unneeded $RPM_BUILD_ROOT%{_libdir}/lib*.so*.*
 gzip -9nf $RPM_BUILD_ROOT{%{_mandir}/man1/*,%{_infodir}/mysql.info*}
 
 %pre
-echo "Creating system group mysql with GID 83"
-%{_sbindir}/groupadd -f -g 83 mysql
-echo "Creating system user mysql with UID 83"
-%{_sbindir}/useradd -u 83 -g mysql -d /var/state/mysql -s /bin/sh mysql 2> /dev/null
+echo "Creating system group mysql with GID 89"
+%{_sbindir}/groupadd -f -g 89 mysql
+echo "Creating system user mysql with UID 89"
+%{_sbindir}/useradd -u 89 -g mysql -d /var/state/mysql -s /bin/sh mysql 2> /dev/null
 
 %post
 mysql_install_db -IN-RPM
This page took 0.036193 seconds and 4 git commands to generate.