~ubuntu-branches/ubuntu/hardy/mysql-dfsg-5.0/hardy-updates

« back to all changes in this revision

Viewing changes to debian/mysql-server-5.0.preinst

  • Committer: Bazaar Package Importer
  • Author(s): Christian Hammers
  • Date: 2007-03-18 20:52:33 UTC
  • Revision ID: james.westby@ubuntu.com-20070318205233-s4s2or1xz2dl564z
Tags: 5.0.32-10
Really fixed FTBFS on Sparc introduced with the "make -j" trick in 
5.0.32-8 (thanks to Frank Lichtenheld). Closes: #415026

Show diffs side-by-side

added added

removed removed

Lines of Context:
103
103
        # Adding system user: mysql.
104
104
        adduser \
105
105
          --system \
 
106
          --disabled-login \
106
107
          --ingroup mysql \
107
108
          --home $DATADIR \
108
109
          --gecos "MySQL Server" \