diff options
author | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-03-07 23:13:44 +0800 |
---|---|---|
committer | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-03-07 23:13:44 +0800 |
commit | ae31e19f92e717919ac8e3db9039eb38d2b89aae (patch) | |
tree | c70164d6a1852344f44b04a653ae2815043512af /sample/innd | |
download | pttbbs-ae31e19f92e717919ac8e3db9039eb38d2b89aae.tar pttbbs-ae31e19f92e717919ac8e3db9039eb38d2b89aae.tar.gz pttbbs-ae31e19f92e717919ac8e3db9039eb38d2b89aae.tar.bz2 pttbbs-ae31e19f92e717919ac8e3db9039eb38d2b89aae.tar.lz pttbbs-ae31e19f92e717919ac8e3db9039eb38d2b89aae.tar.xz pttbbs-ae31e19f92e717919ac8e3db9039eb38d2b89aae.tar.zst pttbbs-ae31e19f92e717919ac8e3db9039eb38d2b89aae.zip |
Initial revision
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@1 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'sample/innd')
-rw-r--r-- | sample/innd/Makefile | 9 | ||||
-rw-r--r-- | sample/innd/bbsname.bbs | 1 | ||||
-rw-r--r-- | sample/innd/newsfeeds.bbs | 3 | ||||
-rw-r--r-- | sample/innd/nodelist.bbs | 4 | ||||
-rw-r--r-- | sample/innd/ntu.active | 1 |
5 files changed, 18 insertions, 0 deletions
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 |