summaryrefslogtreecommitdiffstats
path: root/util
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
commit94cc8a63ccdd6ffac35d6a1e27083ef78c453c4f (patch)
tree5e3c2b9cefb040cedfed60835d0d73e17bbe35fb /util
parent416c211e7d2fb54bb2e1df432e01ac8772c1c763 (diff)
downloadpttbbs-94cc8a63ccdd6ffac35d6a1e27083ef78c453c4f.tar
pttbbs-94cc8a63ccdd6ffac35d6a1e27083ef78c453c4f.tar.gz
pttbbs-94cc8a63ccdd6ffac35d6a1e27083ef78c453c4f.tar.bz2
pttbbs-94cc8a63ccdd6ffac35d6a1e27083ef78c453c4f.tar.lz
pttbbs-94cc8a63ccdd6ffac35d6a1e27083ef78c453c4f.tar.xz
pttbbs-94cc8a63ccdd6ffac35d6a1e27083ef78c453c4f.tar.zst
pttbbs-94cc8a63ccdd6ffac35d6a1e27083ef78c453c4f.zip
wrong filename
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1243 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'util')
-rw-r--r--util/Makefile4
-rw-r--r--util/cleanpasswd.c (renamed from util/cleanshm.c)0
2 files changed, 2 insertions, 2 deletions
diff --git a/util/Makefile b/util/Makefile
index a3931ca6..80a7a1f3 100644
--- a/util/Makefile
+++ b/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/util/cleanshm.c b/util/cleanpasswd.c
index 3632ad5e..3632ad5e 100644
--- a/util/cleanshm.c
+++ b/util/cleanpasswd.c