From d927dd3cd0600c2a1b64c499bb559d97067d72ea Mon Sep 17 00:00:00 2001 From: Bram Matthys Date: Mon, 18 May 2015 12:58:04 +0200 Subject: [PATCH] Delete old leftovers: newnet, ircdreg, rehash, killircd. Reported by katsklaw (#4342) and others. --- Makefile.in | 3 +-- newnet | 12 ------------ 2 files changed, 1 insertion(+), 14 deletions(-) delete mode 100755 newnet diff --git a/Makefile.in b/Makefile.in index d5ba70a47..9baa8c118 100644 --- a/Makefile.in +++ b/Makefile.in @@ -185,8 +185,7 @@ distclean: cleandir rm -rf Makefile config.status makex: - chmod +x Config newnet ircd ircdcron/ircdchk killircd - chmod +x rehash ircdreg + chmod +x Config ircd ircdcron/ircdchk fromdos: cleandir $(FROMDOS) -dv * diff --git a/newnet b/newnet deleted file mode 100755 index 125a5f021..000000000 --- a/newnet +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh -# $Id$ - echo "|=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= " - echo "| UnrealIRCd Network Submission " - echo "| " - echo "| If you want your networks network file in the " - echo "| next release please attach your network file " - echo "| to an email and mail it to " - echo "| unreal-networks@lists.sourceforge.net " - echo "| " - echo "|=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= " - exit 1