diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 15:49:46 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 15:49:46 +0000 |
commit | 5fef74e277a1a8631418cc86635c091fcc79d099 (patch) | |
tree | 1f91b768812d879efc689dc94c0aa53e7c1ba2fa /www/p5-FAQ-OMatic/files/patch-fom.PL | |
parent | - Add LICENSE (diff) |
Rename www/ patch-xy patches to reflect the files they modify.
Notes
Notes:
svn path=/head/; revision=363346
Diffstat (limited to 'www/p5-FAQ-OMatic/files/patch-fom.PL')
-rw-r--r-- | www/p5-FAQ-OMatic/files/patch-fom.PL | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/www/p5-FAQ-OMatic/files/patch-fom.PL b/www/p5-FAQ-OMatic/files/patch-fom.PL new file mode 100644 index 000000000000..47b81b0ac2af --- /dev/null +++ b/www/p5-FAQ-OMatic/files/patch-fom.PL @@ -0,0 +1,22 @@ +--- fom.PL-orig Fri May 30 09:42:46 2003 ++++ fom.PL Fri May 30 09:43:19 2003 +@@ -51,7 +51,8 @@ + close THECGI; + chmod 0755, "fom"; + +-print <<"__EOF__"; ++open( F, ">install.notes" ); ++print F <<"__EOF__"; + + If this is a new FAQ-O-Matic, you will need the following + temporary password to complete the installation. (This helps +@@ -68,7 +69,6 @@ + Finally, you may get this error at the end of make install: + /bin/sh: .../user_perl/lib/sun4-solaris/5.00401/perllocal.pod: cannot create + You can ignore it. +- +-Press enter to continue. + __EOF__ +-my $dummy = <STDIN>; ++ ++close( F ); |