Share

cs-ircd

The forum address has changed, you have been automatically redirected. Please update any bookmarks to use the new URL.

Subscribe

cool

You are viewing a single message from this topic. View all messages.

  1. vjt

    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.
< Previous | 1 | Next >

Add a Reply

This forum does not allow anonymous participation.

Log in to add a reply. Not registered? Create an account to participate and receive email updates when replies are posted to this topic.