~ubuntu-branches/ubuntu/trusty/giarpfanoa/trusty

« back to all changes in this revision

Viewing changes to src/20-print-summary.mod

  • Committer: Bazaar Package Importer
  • Author(s): Ola Lundqvist
  • Date: 2003-07-11 12:08:43 UTC
  • Revision ID: james.westby@ubuntu.com-20030711120843-kekc8bw6snqz72c4
Tags: 0.1.1
* Fixed module loading.
* Added config to install target.
* Various other bugfixes so that the tool is really useful.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
if [ -z "$OUTPUT" ] ; then
 
2
    fatline
 
3
fi
 
4
echo "* Target:         $TARGET"
 
5
if [ ! -z "$MAC" ] ; then
 
6
echo "* MAC:            $MAC"
 
7
fi
 
8
if [ ! -z "$IP" ] ; then
 
9
echo "* IP:             $IP"
 
10
fi
 
11
if [ ! -z "$NONLOCALIP" ] ; then
 
12
echo "* Non local IP:   $NONLOCALIP"
 
13
fi
 
14
if [ ! -z "$DNS" ] ; then
 
15
echo "* DNS:            $DNS"
 
16
fi
 
17
if [ ! -z "$NONLOCALDNS" ] ; then
 
18
echo "* Non local DNS:  $NONLOCALDNS"
 
19
fi
 
20
echo "* Date:           $(date)"
 
21
endtest