Whamcloud - gitweb
LU-298 Improve check for dpkg system.
authorChristopher J. Morrone <morrone2@llnl.gov>
Tue, 10 May 2011 00:49:45 +0000 (17:49 -0700)
committerOleg Drokin <green@whamcloud.com>
Thu, 19 May 2011 00:31:15 +0000 (17:31 -0700)
commit53def88477b3f50e129e0cdad7036059414919eb
treea8ac1eff1089852115d9c00b2dedc7e6a9834b5e
parent91cd2cdd8d62805c7f65de55cf86ac41f9e7d33f
LU-298 Improve check for dpkg system.

Use lsb_release id (Ubuntu, Debian, RedHatEnterpriseServer, etc.)
to determine if the system uses dpkg, instead of just checking for
the existence of the dpkg binary.  For example, some people do
install dpkg on their RHEL systems for various reasons.

Change-Id: I74db5277cb2db00927b74b652e7945bd95bca093
Signed-off-by: Christopher J. Morrone <morrone2@llnl.gov>
Reviewed-on: http://review.whamcloud.com/519
Tested-by: Hudson
Tested-by: Maloo <whamcloud.maloo@gmail.com>
Reviewed-by: Brian J. Murrell <brian@whamcloud.com>
Reviewed-by: Chris Gearing <chris@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
build/autoconf/lustre-build-linux.m4