Sophie

Sophie

distrib > Fedora > 13 > i386 > media > updates-src > by-pkgid > 63876a3e3c46749e9694dbbfad94a00d > files > 4

gnupg-1.4.11-2.fc13.src.rpm

spawn -noecho ./g10/gpg --homedir . --run-as-shm-coprocess 0
while {1} { expect {
	"shared memory coprocessing is not available" {exit 1}
	"Go ahead and type your message" {exit 0}
} }