~ubuntu-branches/ubuntu/saucy/s390-tools/saucy

« back to all changes in this revision

Viewing changes to qetharp/qetharp

  • Committer: Bazaar Package Importer
  • Author(s): Bastian Blank
  • Date: 2008-07-15 23:55:41 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20080715235541-r79vu6eqh4qim413
Tags: 1.6.2-1
* New upstream version.
* Install udev rules.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
kernel_version=`uname -r`
3
3
kernel_version=${kernel_version:0:3}
4
4
if [ $kernel_version = 2.4 ]; then
5
 
  /lib/s390-tools/qetharp-2.4 $@
 
5
  qetharp-2.4 $@
6
6
else
7
 
  /lib/s390-tools/qetharp-2.6 $@
 
7
  qetharp-2.6 $@
8
8
fi