diff options
author | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2006-05-20 11:06:27 +0800 |
---|---|---|
committer | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2006-05-20 11:06:27 +0800 |
commit | f102bd21de63be72b6d4d6b2aef7fd34de924f49 (patch) | |
tree | 159bb4fd94cdda0c983510a2c0f17dac1729e805 | |
parent | 201a455628350fa5b74ff259fecb920c6e253a56 (diff) | |
download | pttbbs-f102bd21de63be72b6d4d6b2aef7fd34de924f49.tar pttbbs-f102bd21de63be72b6d4d6b2aef7fd34de924f49.tar.gz pttbbs-f102bd21de63be72b6d4d6b2aef7fd34de924f49.tar.bz2 pttbbs-f102bd21de63be72b6d4d6b2aef7fd34de924f49.tar.lz pttbbs-f102bd21de63be72b6d4d6b2aef7fd34de924f49.tar.xz pttbbs-f102bd21de63be72b6d4d6b2aef7fd34de924f49.tar.zst pttbbs-f102bd21de63be72b6d4d6b2aef7fd34de924f49.zip |
mkdir jobspool/
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3360 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r-- | util/initbbs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/initbbs.c b/util/initbbs.c index fe2df2e9..0e8c4549 100644 --- a/util/initbbs.c +++ b/util/initbbs.c @@ -10,6 +10,7 @@ static void initDir() { mkdir("out", 0755); mkdir("tmp", 0755); mkdir("run", 0755); + mkdir("jobspool", 0755); } static void initHome() { |