diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2000-01-22 18:14:16 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2000-01-22 18:14:16 +0000 |
commit | 43016c9322c36c42a2bb9ac724bf65b69dc6675b (patch) | |
tree | 97b5cb625eb97afa5fac9d0ae60c1b4c05662f4d /www | |
parent | tweaks for FreeBSD 2.* (diff) |
temp disable rm_rf since removes too much
Notes
Notes:
svn path=/head/; revision=24941
Diffstat (limited to 'www')
-rw-r--r-- | www/w3mir/files/patch-ab | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/www/w3mir/files/patch-ab b/www/w3mir/files/patch-ab new file mode 100644 index 000000000000..c206fbdbb9b1 --- /dev/null +++ b/www/w3mir/files/patch-ab @@ -0,0 +1,10 @@ +--- w3mir.PL.bak Fri May 28 23:35:19 1999 ++++ w3mir.PL Sat Jan 22 21:10:17 2000 +@@ -2322,6 +2322,7 @@ + + + sub rm_rf { ++die; + # Recursively remove directories and other files + # File::Path::rmtree does a similar thing but the messages are wrong + |