|
|||||||||||
|
Re: yahoo booter (moved from tech@)
From: Sam Smith <S(at)mSmith.net>
Date: Tue Jul 29 2003 - 15:27:41 EDT
On Sat, 26 Jul 2003, Naveed Rashid wrote:
Here's a diff to give OpenBSD a Yahoo booter courtesy of cowsay: $ cowsay -f boot yahoo! Yes, I have too much time on my hands. Sam Index: games/cowsay/files/boot.cow RCS file: games/cowsay/files/boot.cow diff -N games/cowsay/files/boot.cow --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ games/cowsay/files/boot.cow 29 Jul 2003 19:24:14 -0000 @@ -0,0 +1,22 @@ +## +## A boot. ASCII image written by Julian Wisch and taken from +## http://www.geocities.com/SoHo/Lofts/2111/shoes.htm +## +$the_cow = +' \\\\ ,,~~~~~~,,.. + \\\\ ...., ,\'~ | + \\\\ \\ V / + \\\\ \\ / / + \\\\ ;####> @@@@@ ) + \\\\ ##;, @@@@@@@ ) + \\\\ .##/ ~> @@@@@ . . + \\\\ ###\'\'#> \' \' + .:::::::. ..###/ #> \' \' + ///////))))----~~ ## #} \' \' + ///////)))))) \' \' + ///////)))))))\\ \' \' + //////))))))))))) \' + |////)))))))))))))____________________________________). + ||||||||||||||||||||||||||||||||||||||||||||||||||||||||| + ````````````````````````````\'\'\'\'\'\'\'\'\'\'\'\'\'\'\'\'\'\'\'\'\'\'\'\'\'\'\'\'; +'; Index: games/cowsay/pkg/PLIST RCS file: /library/OpenBSD/ports/games/cowsay/pkg/PLIST,v retrieving revision 1.2 diff -u -r1.2 PLIST --- games/cowsay/pkg/PLIST 22 Nov 2002 14:51:04 -0000 1.2 +++ games/cowsay/pkg/PLIST 29 Jul 2003 19:25:12 -0000@@ -3,9 +3,10 @@ bin/cowthink man/man1/cowsay.1 man/man1/cowthink.1 -share/cows/blowfish.cow share/cows/beavis.zen.cow +share/cows/blowfish.cow share/cows/bong.cow +share/cows/boot.cow share/cows/bud-frogs.cow share/cows/bunny.cow share/cows/cheese.cow Index: games/cowsay/Makefile RCS file: /library/OpenBSD/ports/games/cowsay/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- games/cowsay/Makefile 22 Nov 2002 14:51:04 -0000 1.2 +++ games/cowsay/Makefile 29 Jul 2003 19:18:11 -0000@@ -2,6 +2,7 @@ COMMENT= "speaking ascii cow" DISTNAME= cowsay-3.03 +PKGNAME= ${DISTNAME}p1 CATEGORIES= games HOMEPAGE= http://www.nog.net/~tony/warez/cowsay.shtml @@ -29,6 +30,6 @@ ln -s cowsay.1 ${PREFIX}/man/man1/cowthink.1 ${INSTALL_DATA_DIR} ${PREFIX}/share/cows ${INSTALL_DATA} ${WRKSRC}/cows/* ${FILESDIR}/blowfish.cow \ - ${PREFIX}/share/cows + ${FILESDIR}/boot.cow ${PREFIX}/share/cows .include <bsd.port.mk> Received on Tue Jul 29 15:54:04 2003 This archive was generated by hypermail 2.1.8 : Wed Aug 23 2006 - 13:45:09 EDT |
||||||||||
|
|||||||||||