openbsd-ports/security/pcsc-lite/patches/patch-src-utils-installifs_c
2005-12-25 09:13:57 +00:00

20 lines
673 B
Plaintext

$OpenBSD: patch-src-utils-installifs_c,v 1.2 2005/12/25 09:13:57 sturm Exp $
--- src/utils/installifd.c.orig Wed Nov 7 23:54:32 2001
+++ src/utils/installifd.c Sun Dec 25 10:08:58 2005
@@ -107,12 +107,12 @@ int main(int argc, char **argv) {
printf("\n\n");
- printf("Now creating new /etc/reader.conf: \n");
+ printf("Now creating new /etc/pcscd/reader.conf: \n");
- fd = fopen("/etc/reader.conf", "w" );
+ fd = fopen("/etc/pcscd/reader.conf", "w" );
if ( fd == 0 ) {
- printf("Cannot open file /etc/reader.conf (are you root ?)\n");
+ printf("Cannot open file /etc/pcscd/reader.conf (are you root ?)\n");
free(lpcPortID);
return 1;
}