Bryan Drewery 21 vuotta sitten
vanhempi
commit
a58b0c40c1
2 muutettua tiedostoa jossa 0 lisäystä ja 57 poistoa
  1. 0 27
      doc/COPYRIGHTS
  2. 0 30
      doc/conf.example

+ 0 - 27
doc/COPYRIGHTS

@@ -1,27 +0,0 @@
-Various copyrights used.
-
-This package may not be used, copied or distributed by *anyone* except under explicit permission from Bryan Drewery.
-Any and All copyrights found below this point are for creditory purposes only, and do not
-reflect the use of this package or any of it's components.
-
-/*
- * Copyright (C) 1997 Robey Pointer
- * Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004 Eggheads Development Team
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License
- * as published by the Free Software Foundation; either version 2
- * of the License, or (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
- */
-
-
-

+ 0 - 30
doc/conf.example

@@ -1,30 +0,0 @@
-#All lines beginning with '#' will be ignored during the bot startup. They are comments only.
-#These lines MUST be correctly syntaxed or the bot will not work properly.
-#A hub conf is located in the same dir as the hub binary, as 'conf' (encrypted)
-#A leaf conf is located at '~/.ssh/.known_hosts' (encrypted)
-#
-#Note the "- " and "+ " for the following items, the space is REQUIRED.
-#The first line must be the UID of the shell the bot is to be run on. (use "id" in shell to get uid)
-#- 1113
-#The second must be the output from uname -nv (-nr on FBSD)
-#+ somebox #1 SMP Thu May 29 06:55:05 EDT 2003
-#
-#The following line will disable ps cloaking on the shell if you compiled with S_PSCLOAK
-#!-
-#The rest of the conf is for bots and is in the following syntax:
-#botnick [!]ip4 [+]hostname IPv6-ip
-#A . (period) can be used in place of ip4 and/or hostname if the field is not needed. (ie, for using only an ipv6 ip)
-#(the ! means internal NAT ip address, IE: 10.10.0.3, Hostname REQUIRED)
-#Full example:
-#- 101 
-#+ somebox 5.1-RELEASE
-#bot1 1.2.3.4 some.vhost.com
-#bot2 . +ipv6.uber.leet.la
-#bot3 . +another.ipv6.host.com 2001:66:669:3a4::1
-#bot4 1.2.3.4 +someipv6.host.com
-
-
-
-
-
-#if there are any trailing newlines at the end, remove them up to the last bot.