Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 066eb775a484a7d800a9da0ba7a95988 > files > 4

gnupg-1.4.12-1.fc15.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}
} }