summaryrefslogtreecommitdiff
path: root/japanese/ebnetd/pkg-message
diff options
context:
space:
mode:
authorMunechika SUMIKAWA <sumikawa@FreeBSD.org>2000-01-22 06:40:20 +0000
committerMunechika SUMIKAWA <sumikawa@FreeBSD.org>2000-01-22 06:40:20 +0000
commitaa85e6e0da4ebef243abd2f6222e8c0287b93eb3 (patch)
treeaf396999612f5073dfca73fc2f9273a4374642bc /japanese/ebnetd/pkg-message
parentOne more fixing PLIST. (diff)
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 <takamune@avrl.mei.co.jp>
Notes
Notes: svn path=/head/; revision=24906
Diffstat (limited to 'japanese/ebnetd/pkg-message')
-rw-r--r--japanese/ebnetd/pkg-message26
1 files changed, 17 insertions, 9 deletions
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.
************************************************************************