summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvictor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-10-14 21:47:51 +0800
committervictor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-10-14 21:47:51 +0800
commit3278b38718070a7a70710c36b9246e20e64c08ec (patch)
tree3c8aff0a772eb10833a5e38fbcda51ec506425a1
parent4989c24dec604b5f82df40cef2e0b81c1a3ffcf5 (diff)
downloadpttbbs-3278b38718070a7a70710c36b9246e20e64c08ec.tar
pttbbs-3278b38718070a7a70710c36b9246e20e64c08ec.tar.gz
pttbbs-3278b38718070a7a70710c36b9246e20e64c08ec.tar.bz2
pttbbs-3278b38718070a7a70710c36b9246e20e64c08ec.tar.lz
pttbbs-3278b38718070a7a70710c36b9246e20e64c08ec.tar.xz
pttbbs-3278b38718070a7a70710c36b9246e20e64c08ec.tar.zst
pttbbs-3278b38718070a7a70710c36b9246e20e64c08ec.zip
wrong filename
git-svn-id: http://opensvn.csie.org/pttbbs/trunk@1243 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r--pttbbs/util/Makefile4
-rw-r--r--pttbbs/util/cleanpasswd.c (renamed from pttbbs/util/cleanshm.c)0
2 files changed, 2 insertions, 2 deletions
diff --git a/pttbbs/util/Makefile b/pttbbs/util/Makefile
index a3931ca6..80a7a1f3 100644
--- a/pttbbs/util/Makefile
+++ b/pttbbs/util/Makefile
@@ -85,5 +85,5 @@ installbbsctl: bbsctl
chown root /home/bbs/bin/bbsctl
chmod 4755 /home/bbs/bin/bbsctl
-cleanshm: cleanshm.c ${UTIL_OBJS}
- ${CC} ${CFLAGS} ${LDFLAGS} -o ${fn} ${UTIL_OBJS} cleanshm.c
+cleanpasswd: cleanpasswd.c ${UTIL_OBJS}
+ ${CC} ${CFLAGS} ${LDFLAGS} -o ${fn} ${UTIL_OBJS} cleanpasswd.c
diff --git a/pttbbs/util/cleanshm.c b/pttbbs/util/cleanpasswd.c
index 3632ad5e..3632ad5e 100644
--- a/pttbbs/util/cleanshm.c
+++ b/pttbbs/util/cleanpasswd.c