0245-0246.html
来自「linux-unix130.linux.and.unix.ebooks130 l」· HTML 代码 · 共 101 行
HTML
101 行
<HTML>
<HEAD>
<TITLE>Maximum RPM (RPM):Adding PGP Signatures to a Package:EarthWeb Inc.-</TITLE>
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
<SCRIPT>
<!--
function displayWindow(url, width, height) {
var Win = window.open(url,"displayWindow",'width=' + width +
',height=' + height + ',resizable=1,scrollbars=yes');
}
//-->
</SCRIPT>
</HEAD>
-->
<!-- ISBN=0672311054 //-->
<!-- TITLE=Maximum RPM (RPM)//-->
<!-- AUTHOR=Edward Bailey//-->
<!-- PUBLISHER=Macmillan Computer Publishing//-->
<!-- IMPRINT=Sams//-->
<!-- CHAPTER=17 //-->
<!-- PAGES=0237-0246 //-->
<!-- UNASSIGNED1 //-->
<!-- UNASSIGNED2 //-->
<P><CENTER>
<a href="0241-0244.html">Previous</A> | <a href="../ewtoc.html">Table of Contents</A> | <a href="../ch18/0247-0250.html">Next</A>
</CENTER></P>
<A NAME="PAGENUM-245"><P>Page 245</P></A>
<P>Okay, the error message may not be 100% accurate, but you get the idea.
</P>
<P>Another thing to be aware of is that the
--addsign option does not check for multiple
identical signatures. Although it doesn't make much sense to do so, RPM will happily let you add
the same signature as many times as you'd like:
</P>
<!-- CODE //-->
<PRE>
# rpm --addsig blather-7.9-1.i386.rpm
Enter pass phrase: <passphrase> (Not echoed)
Pass phrase is good.
blather-7.9-1.i386.rpm:
# rpm --addsig blather-7.9-1.i386.rpm
Enter pass phrase: <passphrase> (Not echoed)
Pass phrase is good.
blather-7.9-1.i386.rpm:
# rpm --addsig blather-7.9-1.i386.rpm
Enter pass phrase: <passphrase> (Not echoed)
Pass phrase is good.
blather-7.9-1.i386.rpm:
# rpm --addsig blather-7.9-1.i386.rpm
Enter pass phrase: <passphrase> (Not echoed)
Pass phrase is good.
blather-7.9-1.i386.rpm:
# rpm --checksig blather-7.9-1.i386.rpm
blather-7.9-1.i386.rpm: size pgp pgp pgp pgp md5 OK
#
</PRE>
<!-- END CODE //-->
<P>As you can see from --checksig's output, the package now has four identical signatures.
Maybe this is the digital equivalent of pressing down extra-hard while writing your name.
</P>
<A NAME="PAGENUM-246"><P>Page 246</P></A>
<P><CENTER>
<a href="0241-0244.html">Previous</A> | <a href="../ewtoc.html">Table of Contents</A> | <a href="../ch18/0247-0250.html">Next</A>
</CENTER></P>
</td>
</tr>
</table>
<!-- begin footer information -->
</body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?