diff options
author | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-08-20 14:29:30 +0800 |
---|---|---|
committer | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-08-20 14:29:30 +0800 |
commit | 41aeabf93be8cb2f60d5b547da0cfcb5381d04dd (patch) | |
tree | 96f5458171cde21aa2a422436eead3cd6ee1ba07 | |
parent | 8d538c83ebb30dcc092980190033450bf222577c (diff) | |
download | pttbbs-41aeabf93be8cb2f60d5b547da0cfcb5381d04dd.tar pttbbs-41aeabf93be8cb2f60d5b547da0cfcb5381d04dd.tar.gz pttbbs-41aeabf93be8cb2f60d5b547da0cfcb5381d04dd.tar.bz2 pttbbs-41aeabf93be8cb2f60d5b547da0cfcb5381d04dd.tar.lz pttbbs-41aeabf93be8cb2f60d5b547da0cfcb5381d04dd.tar.xz pttbbs-41aeabf93be8cb2f60d5b547da0cfcb5381d04dd.tar.zst pttbbs-41aeabf93be8cb2f60d5b547da0cfcb5381d04dd.zip |
remove filtermail.pl
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@482 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r-- | util/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/util/Makefile b/util/Makefile index 81f466a7..5c7184bd 100644 --- a/util/Makefile +++ b/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 |