diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2014-07-08 06:13:23 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2014-07-08 06:13:23 +0000 |
commit | ac656c92fd0f96ac8923089a60ee2b943dc1747d (patch) | |
tree | 307664e6be99ccc9df025a24b94033e8c6d25945 /sysutils/i2c-tools/files/patch-eeprom_decode-dimms.1 | |
parent | Stagify. (diff) |
- Update to 3.1.1.
- Add a recommended patch from upstream (r6250).
- Add an option to specify device other than /dev/smb0.
- Install manual page.
- Update MAINTAINER to use FreeBSD address.
- Remove the leading article from COMMENT.
- Add LICENSE.
- Convert to USES=tar:bzip2.
PR: 191198
Approved by: avg (maintainer, timeout > 2 weeks)
Notes
Notes:
svn path=/head/; revision=361174
Diffstat (limited to 'sysutils/i2c-tools/files/patch-eeprom_decode-dimms.1')
-rw-r--r-- | sysutils/i2c-tools/files/patch-eeprom_decode-dimms.1 | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/sysutils/i2c-tools/files/patch-eeprom_decode-dimms.1 b/sysutils/i2c-tools/files/patch-eeprom_decode-dimms.1 new file mode 100644 index 000000000000..c5b06476543c --- /dev/null +++ b/sysutils/i2c-tools/files/patch-eeprom_decode-dimms.1 @@ -0,0 +1,21 @@ +--- eeprom/decode-dimms.1.orig 2014-02-20 04:59:56.488360000 -0500 ++++ eeprom/decode-dimms.1 2014-06-19 16:20:15.000000000 -0400 +@@ -21,7 +21,7 @@ + decode-dimms \- decode the information found in memory module SPD EEPROMs + .SH SYNOPSIS + .B decode-dimms +-[-c] [-f [-b]] [-x|-X file [files..]] ++[-c] [-f [-b]] [-d|-x|-X file [files..]] + .br + .B decode-dimms + -h +@@ -53,6 +53,9 @@ + .B \-c, --checksum + Decode completely even if checksum fails + .TP ++.B \-d ++Read data from the device ++.TP + .B \-x + Read data from hexdump files + .TP |