diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1999-10-24 01:57:37 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1999-10-24 01:57:37 +0000 |
commit | 1a8eb4b4c114be25e2460154d13fba8dce434c65 (patch) | |
tree | f955e7e7b5333d59ca29bba000c9cacb5b1e01ae /ftp/wu-ftpd/files/patch-ao | |
parent | Upgrade japanize patch: 1.4 to 1.4c. (diff) |
upgrade to 2.6.0
Submitted by: Makoto MATSUSHITA <matusita@jp.FreeBSD.org>
Notes
Notes:
svn path=/head/; revision=22597
Diffstat (limited to 'ftp/wu-ftpd/files/patch-ao')
-rw-r--r-- | ftp/wu-ftpd/files/patch-ao | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/ftp/wu-ftpd/files/patch-ao b/ftp/wu-ftpd/files/patch-ao new file mode 100644 index 000000000000..217918b048bd --- /dev/null +++ b/ftp/wu-ftpd/files/patch-ao @@ -0,0 +1,17 @@ +--- build.dist Sun Oct 17 09:31:38 1999 ++++ build Wed Oct 20 20:40:00 1999 +@@ -114,10 +114,10 @@ + + done + +-rm -f config.h +-ln -s config.h.noac config.h +-rm -f src/pathnames.h +-ln -s pathnames.h.noac src/pathnames.h ++#rm -f config.h ++#ln -s config.h.noac config.h ++#rm -f src/pathnames.h ++#ln -s pathnames.h.noac src/pathnames.h + + echo 'make args are : '$makeargs'' + echo 'make opts are : '$makeopts'' |