summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-08-20 14:29:30 +0800
committerin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-08-20 14:29:30 +0800
commit590aa98936683939aa247bb923e1ec65404678af (patch)
treecb3280a4f0631d9bb9df35e87f6693e4c616042b
parentf1622597d16f7307ef8bb1a4078b705b511938d0 (diff)
downloadpttbbs-590aa98936683939aa247bb923e1ec65404678af.tar
pttbbs-590aa98936683939aa247bb923e1ec65404678af.tar.gz
pttbbs-590aa98936683939aa247bb923e1ec65404678af.tar.bz2
pttbbs-590aa98936683939aa247bb923e1ec65404678af.tar.lz
pttbbs-590aa98936683939aa247bb923e1ec65404678af.tar.xz
pttbbs-590aa98936683939aa247bb923e1ec65404678af.tar.zst
pttbbs-590aa98936683939aa247bb923e1ec65404678af.zip
remove filtermail.pl
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk@482 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r--pttbbs/util/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/pttbbs/util/Makefile b/pttbbs/util/Makefile
index 81f466a7..5c7184bd 100644
--- a/pttbbs/util/Makefile
+++ b/pttbbs/util/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.19 2002/08/20 02:42:36 in2 Exp $
+# $Id: Makefile,v 1.20 2002/08/20 06:29:30 in2 Exp $
BBSHOME?=$(HOME)
OSTYPE!=uname
@@ -172,8 +172,8 @@ install: $(PROGS)
install -d $(BBSHOME)/bin/
install -c -m 755 $(PROGS) $(BBSHOME)/bin/
chmod 4755 $(BBSHOME)/bin/post
- mv $(BBSHOME)/bin/bbsmail $(BBSHOME)/bin/realbbsmail
- ln -s $(BBSHOME)/bin/filtermail.pl $(BBSHOME)/bin/bbsmail
+ #mv $(BBSHOME)/bin/bbsmail $(BBSHOME)/bin/realbbsmail
+ #ln -s $(BBSHOME)/bin/filtermail.pl $(BBSHOME)/bin/bbsmail
installbbsctl: bbsctl
rm -f /home/bbs/bin/bbsctl