2002-12-24 19:59:59 UTC
it is really nice to see when someone uses sed(1) heavily on your code.. maybe today i`ll issue some commands:
$ wget
http://.../bahamut-inet6.tar.gz
$ tar zxf bahamut-inet6.tar.gz
$ mv bahamut-inet6 my-elite-ircd
$ find my-elite-ircd/ -name \*.[ch] | while read file ; do newf="${file}.old" ; sed 's#bahamut#my-elite-ircd#' < $file > $newf ; mv -f $newf $file
$ tar cfz my-elite-ircd.tgz my-elite-ircd
and then release it on sf.net so i can be so-much-f**king-leeter-than-you ?
if you are good coders ( i surely know this is not true, cause good coders don`t do things like this ), help who is working and developing ..
i hope that you remove this sed-based project and go away from here .. OPEN SOURCE does not mean "i strip comments away from source files and release them as mine" ..
i`ll wait that you do the removal yourself before notifying sf.net and freshmeat of your rip.
bye, rippers.