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

« back to all changes in this revision

Viewing changes to ip_watcher/start_hsnc.sh

  • 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
#
3
3
# start_hsnc.sh
4
4
#
5
 
# Copyright 2003 IBM Corporation
 
5
# Copyright IBM Corp. 2003, 2006.
6
6
# Author(s): Utz Bacher <utz.bacher@de.ibm.com>
7
7
#
8
8
# wrapper start script for ip_watcher.pl, also cleanup, when ip_watcher.pl
36
36
 
37
37
function PrintVersion
38
38
{
39
 
        echo "$script_name version $version (S390 Tools %S390_TOOLS_VERSION%)"
40
 
        echo "(C) Copyright IBM Corp. 2003-2004"
 
39
        echo "$script_name version %S390_TOOLS_VERSION%($version)."
 
40
        echo "Copyright IBM Corp. 2003, 2006."
41
41
}
42
42
#
43
43
# main
63
63
case "$1" in
64
64
   -v | --version  ) PrintVersion
65
65
             exit 1 ;;
66
 
   -h | --help | "?"  ) __usage ;;               
 
66
   -h | --help  ) __usage ;;               
67
67
esac
68
68
 
69
69
if [ X${1}X != XX ] && [ $kernel_version = 2.4 ] ; then