diff options
author | Matthew Johnson <mjj29@adonis.trinhall.cam.ac.uk> | 2009-03-22 16:45:03 +0000 |
---|---|---|
committer | Matthew Johnson <mjj29@adonis.trinhall.cam.ac.uk> | 2009-03-22 16:45:03 +0000 |
commit | c046fdc3b05cb15bc8e599dd9c8604a847c84707 (patch) | |
tree | 3c08a8c39f7b81166e096165e158547555d244e5 /debian/patches/99_readme_typo | |
parent | a30edbecd81e8f5641c6be9397b2e93358b1d72d (diff) |
switch to quilt
Diffstat (limited to 'debian/patches/99_readme_typo')
-rw-r--r-- | debian/patches/99_readme_typo | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/debian/patches/99_readme_typo b/debian/patches/99_readme_typo new file mode 100644 index 0000000..3338aa8 --- /dev/null +++ b/debian/patches/99_readme_typo @@ -0,0 +1,27 @@ +## 99_readme_typo.dpatch by dann frazier <dannf@hp.com> +## +## Typo in README. Closes: #508231 +diff -urpN ipmitool-1.8.9.orig/README ipmitool-1.8.9/README +--- ipmitool-1.8.9.orig/README 2005-01-06 12:13:51.000000000 -0700 ++++ ipmitool-1.8.9/README 2008-12-08 18:12:15.000000000 -0700 +@@ -24,7 +24,7 @@ Background + ========== + I originally wrote ipmitool while between projects and employeed at Sun + Microsystems. Sun had just embarked on a new line of general-purpose x86 +-servers that inclued an OEM Intel board with an IPMIv1.5 BMC on board. ++servers that included an OEM Intel board with an IPMIv1.5 BMC on board. + It started with an idea that remote chassis power control would be a handy + feature for my systems in the lab and from there it grew into a multi- + purpose tool that lots of people found useful. I decided to release it +diff -urpN ipmitool-1.8.9.orig/doc/ipmitool.1 ipmitool-1.8.9/doc/ipmitool.1 +--- ipmitool-1.8.9.orig/doc/ipmitool.1 2007-03-06 15:15:36.000000000 -0700 ++++ ipmitool-1.8.9/doc/ipmitool.1 2008-12-08 18:11:56.000000000 -0700 +@@ -39,7 +39,7 @@ chassis power control. + IPMI management of a local system interface requires a compatible IPMI + kernel driver to be installed and configured. On Linux this driver is + called \fIOpenIPMI\fP and it is included in standard distributions. +-On Solaris this driver is called \fIBMC\fP and is inclued in Solaris 10. ++On Solaris this driver is called \fIBMC\fP and is included in Solaris 10. + Management of a remote station requires the IPMI\-over\-LAN interface to be + enabled and configured. Depending on the particular requirements of each + system it may be possible to enable the LAN interface using ipmitool over |