diff options
author | kcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-10-31 03:45:22 +0800 |
---|---|---|
committer | kcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-10-31 03:45:22 +0800 |
commit | 22d3a79175892433a901be3a98c8edc75f625a2e (patch) | |
tree | 9d7493b6a7f5f06f307d6d6bd7e19f57b0a91f9c /innbbsd | |
parent | 9f3022c5b10164fa2d61afe02e5ad668b00f8121 (diff) | |
download | pttbbs-22d3a79175892433a901be3a98c8edc75f625a2e.tar pttbbs-22d3a79175892433a901be3a98c8edc75f625a2e.tar.gz pttbbs-22d3a79175892433a901be3a98c8edc75f625a2e.tar.bz2 pttbbs-22d3a79175892433a901be3a98c8edc75f625a2e.tar.lz pttbbs-22d3a79175892433a901be3a98c8edc75f625a2e.tar.xz pttbbs-22d3a79175892433a901be3a98c8edc75f625a2e.tar.zst pttbbs-22d3a79175892433a901be3a98c8edc75f625a2e.zip |
always respect to BBSHOME
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2290 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'innbbsd')
-rw-r--r-- | innbbsd/inndchannel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/innbbsd/inndchannel.c b/innbbsd/inndchannel.c index 0b1ff3aa..62638001 100644 --- a/innbbsd/inndchannel.c +++ b/innbbsd/inndchannel.c @@ -619,7 +619,7 @@ main(argc, argv) int rel; if ((rel = getsockname(0, (struct sockaddr *) & there, &len)) < 0) { fprintf(stdout, "You must run -i from inetd with inetd.conf line: \n"); - fprintf(stdout, "service-port stream tcp wait bbs /home/bbs/innbbsd innbbsd -i port\n"); + fprintf(stdout, "service-port stream tcp wait bbs " BBSHOME "/innd/innbbsd innbbsd -i port\n"); fflush(stdout); exit(5); } |