From b4f26b7cb62a5c06d9442484ae044037bbb3fa93 Mon Sep 17 00:00:00 2001 From: sumikawa Date: Sat, 22 Jan 2000 06:40:20 +0000 Subject: Upgrade to 2.3.6. Changes (from PR): - japanese/ndtpd o Set default syslog file for `/var/log/ndtpd.log'. o Change the default working directory `/var/ndtpd' to `/var/run/ndtpd'. * It will created by `${PREFIX}/etc/rc.d/ndtpd.sh' (even if the user select "Inetd mode" !) * Lock files and a PID file are created under it. o Support some arguments in the startup script: ${PREFIX}/etc/rc.d/ndtpd.sh start|stop|kill|restart|status|terminate o Separate the session to build `ndtpd.sh.sample' from `post-install' into `post-build'. o Don't configure EB sybsystem in NDTPD. - japanese/eb o Don't configure ZLIB sybsystem in EB. o Don't define CONFIGURE_ENV. * Suggested by Michael's last commit to japanese/ndtpd/Makefile. PR: 16117 Submitted by: Kazu TAKAMUNE --- japanese/ebnetd/pkg-message | 26 +++++++++++++++++--------- 1 file changed, 17 insertions(+), 9 deletions(-) (limited to 'japanese/ebnetd/pkg-message') diff --git a/japanese/ebnetd/pkg-message b/japanese/ebnetd/pkg-message index 20a8420bd04e..796592a8b02a 100644 --- a/japanese/ebnetd/pkg-message +++ b/japanese/ebnetd/pkg-message @@ -1,11 +1,19 @@ ************************************************************************ - To use `ndtpd', copy a sample configuration file `ndtpd.conf.sample' -to `ndtpd.conf' in '${PREFIX}/etc' directory, and edit it. Consult the -"Configuration File" section of info file. - - If you want to start `ndtpd' as a standalone daemon, copy a script -`ndtpd.sh.sample' to `ndtpd.sh' in '${PREFIX}/etc/rc.d' directory, and -exec it. Otherwise, to start as a child process of `inetd', edit the -file `/etc/inetd.conf'. In either case, consult the "Start the Server" -section of info file. +You'll need manual configurations to actually activate `ndtpd'. + +**** IF YOU WANT TO SETUP PRIVATE SYSLOG, edit /etc/syslog.conf. + +1st) Copy a sample configuration file `ndtpd.conf.sample' to `ndtpd.conf' + in `${PREFIX}/etc' directory, and edit it. + Consult the "Configuration File" section of info file. + +2nd) Copy a sample startup script `ndtpd.sh.sample' to `ndtpd.sh' + in `${PREFIX}/etc/rc.d' directory, and edit it. + + a) To start `ndtpd' as a standalone daemon, set the variable + `standalone' in the script to `YES', and exec it. + + b) Otherwise, to start as a child process of `inetd', + set `standalone' to `NO', and edit the file `/etc/inetd.conf'. + Consult the "Run as a Child of inetd" section of info file. ************************************************************************ -- cgit