diff --git a/gild b/gild deleted file mode 100755 index 9f0583e..0000000 Binary files a/gild and /dev/null differ diff --git a/gild.conf b/gild.conf index ac056f2..e51b2c9 100644 --- a/gild.conf +++ b/gild.conf @@ -2,5 +2,6 @@ # $Header$ # protocol pattern handler timeout -http ^.*HTTP/[0-1] handlers/http 5 +http ^.*HTTP/[0-1] handlers/http 5 crp CRP/1 handlers/crp 10 +mdlscp MDLSCP handlers/mdlscp 10 \ No newline at end of file diff --git a/gild.sed b/gild.sed deleted file mode 100644 index b1c0258..0000000 --- a/gild.sed +++ /dev/null @@ -1,3 +0,0 @@ -s/guild/gild/g -s/Guild/Gild/g -s/GUILD/GILD/g