mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
12 lines
246 B
Plaintext
12 lines
246 B
Plaintext
|
--- pbm2ppa.c.orig Mon Apr 6 23:20:07 1998
|
||
|
+++ pbm2ppa.c Tue Sep 22 22:37:45 1998
|
||
|
@@ -268,7 +268,7 @@
|
||
|
exit(1);
|
||
|
}
|
||
|
|
||
|
-char* defaultcfgfile="/etc/pbm2ppa.conf";
|
||
|
+char* defaultcfgfile=PPA_CONF;
|
||
|
int main (int argc, char *argv[])
|
||
|
{
|
||
|
int argn;
|