diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-03-03 21:19:13 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-03-03 21:19:13 +0000 |
commit | 29d1daf7877a35140b019686d18c16036ba6527d (patch) | |
tree | 69ff0c216016f7cbd151356118a75a4bbf0482ec /print/pnm2ppa/files/patch-ab | |
parent | The "dfsadmin-file" (Solaris specific) has been updated, together with the (diff) |
rename pbm2ppa to pnm2ppa with updating to 1.04 (repository copied).
PR: 24880
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Diffstat (limited to 'print/pnm2ppa/files/patch-ab')
-rw-r--r-- | print/pnm2ppa/files/patch-ab | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/print/pnm2ppa/files/patch-ab b/print/pnm2ppa/files/patch-ab index 46fba083a417..3693fc350c8d 100644 --- a/print/pnm2ppa/files/patch-ab +++ b/print/pnm2ppa/files/patch-ab @@ -1,11 +1,11 @@ ---- 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; +--- pnm2ppa.c.orig Sun Nov 12 04:53:03 2000 ++++ pnm2ppa.c Tue Jan 30 21:27:52 2001 +@@ -279,7 +279,7 @@ + printf + (" The order in which parameters are specified is important:\n"); + printf +- (" the file /etc/pnm2ppa.conf, if it exists, is processed as a configuration\n"); ++ (" the file " CONFDIR "/pnm2ppa.conf, if it exists, is processed as a configuration\n"); + printf + (" file before any command-line parameters are processed.\n"); + printf |