Package: mysql-server
Version: 4.0.24-2
Severity: wishlist
Tags: patch

Hi, re #291634 resolution, gawk dependency can be avoided
if tail -1 is used instead of END { } effects, by replacing

LC_ALL=C df --portability $DATADIR/. | gawk 'END { exit ($4>1000) }'

with

LC_ALL=C df --portability $DATADIR/. | tail -1 | awk '{ exit ($4>1000) }'

or at least using mawk (Priority: required) instead of gawk (optional),
which also works.

Regards,
Zoran

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.4.29
Locale: LANG=hr_HR, LC_CTYPE=hr_HR (charmap=ISO-8859-2)

Versions of packages mysql-server depends on:
ii  adduser          3.63                    Add and remove users and groups
ii  debconf          1.4.30.11               Debian configuration management sy
ii  gawk             1:3.1.4-2               GNU awk, a pattern scanning and pr
ii  libc6            2.3.2.ds1-20            GNU C Library: Shared libraries an
ii  libdbi-perl      1.46-6                  Perl5 database interface by Tim Bu
ii  libmysqlclient12 4.0.24-2                mysql database client library
ii  libstdc++5       1:3.3.5-8               The GNU Standard C++ Library v3
ii  libwrap0         7.6.dbs-6               Wietse Venema's TCP wrappers libra
ii  mailx            1:8.1.2-0.20040524cvs-4 A simple mail user agent
ii  mysql-client     4.0.24-2                mysql database client binaries
ii  mysql-common     4.0.24-2                mysql database common files (e.g. 
ii  passwd           1:4.0.3-30.10           change and administer password and
ii  perl             5.8.4-8                 Larry Wall's Practical Extraction 
ii  psmisc           21.5-1                  Utilities that use the proc filesy
ii  zlib1g           1:1.2.2-3               compression library - runtime

-- debconf information excluded


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to