Sophie

Sophie

distrib > Fedora > 16 > x86_64 > by-pkgid > 8d35f9d7135d66991ffc8d62e71c11b1 > files > 5

gnupg-1.4.13-2.fc16.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}
} }