From ae31e19f92e717919ac8e3db9039eb38d2b89aae Mon Sep 17 00:00:00 2001 From: in2 Date: Thu, 7 Mar 2002 15:13:44 +0000 Subject: Initial revision git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@1 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- sample/innd/Makefile | 9 +++++++++ sample/innd/bbsname.bbs | 1 + sample/innd/newsfeeds.bbs | 3 +++ sample/innd/nodelist.bbs | 4 ++++ sample/innd/ntu.active | 1 + 5 files changed, 18 insertions(+) create mode 100644 sample/innd/Makefile create mode 100644 sample/innd/bbsname.bbs create mode 100644 sample/innd/newsfeeds.bbs create mode 100644 sample/innd/nodelist.bbs create mode 100644 sample/innd/ntu.active (limited to 'sample/innd') diff --git a/sample/innd/Makefile b/sample/innd/Makefile new file mode 100644 index 00000000..853ba0db --- /dev/null +++ b/sample/innd/Makefile @@ -0,0 +1,9 @@ +BBSHOME?=$(HOME) +TARGET=$(BBSHOME)/innd/ +FILES=bbsname.bbs newsfeeds.bbs nodelist.bbs ntu.active + +all: + +install: + install -d $(TARGET) + install -c -m 644 $(FILES) $(TARGET) diff --git a/sample/innd/bbsname.bbs b/sample/innd/bbsname.bbs new file mode 100644 index 00000000..72db534d --- /dev/null +++ b/sample/innd/bbsname.bbs @@ -0,0 +1 @@ +ptt2 diff --git a/sample/innd/newsfeeds.bbs b/sample/innd/newsfeeds.bbs new file mode 100644 index 00000000..c32b8042 --- /dev/null +++ b/sample/innd/newsfeeds.bbs @@ -0,0 +1,3 @@ +# newsgroups board news server +#------------------------------------- -------------- ----------- +#tw.bbs.test test ntu diff --git a/sample/innd/nodelist.bbs b/sample/innd/nodelist.bbs new file mode 100644 index 00000000..d5784970 --- /dev/null +++ b/sample/innd/nodelist.bbs @@ -0,0 +1,4 @@ +# name hostname & domainname full name +#------- ---------------------------------- ------------ +#ptt2 ptt2.csie.ntu.edu.tw IHAVE(7777) Ptt2 +#ntu news.ntu.edu.tw POST(119) NTU News Server diff --git a/sample/innd/ntu.active b/sample/innd/ntu.active new file mode 100644 index 00000000..3825d9ea --- /dev/null +++ b/sample/innd/ntu.active @@ -0,0 +1 @@ +tw.bbs.chat 0000000000 0000000000 y -- cgit v1.2.3