diff options
author | Karel Zak <kzak@redhat.com> | 2006-12-07 00:26:54 +0100 |
---|---|---|
committer | Karel Zak <kzak@redhat.com> | 2006-12-07 00:26:54 +0100 |
commit | 48d7b13a1eab85fab91c8d6c5ddf298f733c74f5 (patch) | |
tree | 8813d36590ee3361bd75f57a12fd2032e9296ddb /misc-utils/sparc-solaris-hostid.sh | |
parent | 2ab8f9d3cec110ce8291f2525fe90239aeef8376 (diff) | |
download | util-linux-old-48d7b13a1eab85fab91c8d6c5ddf298f733c74f5.tar.gz |
Imported from util-linux-2.13-pre1 tarball.
Diffstat (limited to 'misc-utils/sparc-solaris-hostid.sh')
-rwxr-xr-x | misc-utils/sparc-solaris-hostid.sh | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/misc-utils/sparc-solaris-hostid.sh b/misc-utils/sparc-solaris-hostid.sh deleted file mode 100755 index 7ce28ac5..00000000 --- a/misc-utils/sparc-solaris-hostid.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh -# This script reproduces the output of the Solaris hostid program. -# It might be put in /usr/bin/hostid or so. -# Note that the hostid program does not have any known uses -# and does not exist on other architectures. -# Copyright 1999 Peter Jones, <pjones@redhat.com> . -# GPL and all that good stuff apply. -( -idprom=`cat /proc/openprom/idprom` -echo $idprom|dd bs=1 skip=2 count=2 -echo $idprom|dd bs=1 skip=27 count=6 -echo -) 2>/dev/null |