diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-05-06 17:40:18 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-05-06 17:40:18 +0000 |
commit | f1446ddf2bf8118f432b3ac74c88db3d832669a8 (patch) | |
tree | 37ae7d212f46ef8018a7bd8c13edba7da1a47ed9 /news/leafnode | |
parent | 37170ce899bdf394cca1d0769b2215d84b15a7ee (diff) | |
download | pkgsrc-f1446ddf2bf8118f432b3ac74c88db3d832669a8.tar.gz |
Drop trailing whitespace. Ok'ed by wiz.
Diffstat (limited to 'news/leafnode')
-rw-r--r-- | news/leafnode/DEINSTALL | 8 | ||||
-rw-r--r-- | news/leafnode/INSTALL | 4 | ||||
-rw-r--r-- | news/leafnode/MESSAGE | 4 |
3 files changed, 8 insertions, 8 deletions
diff --git a/news/leafnode/DEINSTALL b/news/leafnode/DEINSTALL index 28b856e8996..a8659d524b0 100644 --- a/news/leafnode/DEINSTALL +++ b/news/leafnode/DEINSTALL @@ -1,16 +1,16 @@ #!/bin/sh # -# $NetBSD: DEINSTALL,v 1.1.1.1 2002/06/16 11:34:26 cjep Exp $ +# $NetBSD: DEINSTALL,v 1.2 2003/05/06 17:42:21 jmmv Exp $ case "$2" in DEINSTALL) cat <<EOF ========================================================================== -Note that the leafnode spool, lock and configuration directories +Note that the leafnode spool, lock and configuration directories (@@LEAFNODE_SPOOL@@, @@LEAFNODE_LOCKDIR@@ and @@LEAFNODE_CONFDIR@@) -are NOT deleted during the package deinstallation. Please remove these -directories and all their contents manually if they are no longer needed. +are NOT deleted during the package deinstallation. Please remove these +directories and all their contents manually if they are no longer needed. Also, don't forgot to remove any cron jobs associated with leafnode. ========================================================================== diff --git a/news/leafnode/INSTALL b/news/leafnode/INSTALL index d69681e004b..53beee775ea 100644 --- a/news/leafnode/INSTALL +++ b/news/leafnode/INSTALL @@ -1,13 +1,13 @@ #!/bin/sh # -# $NetBSD: INSTALL,v 1.1.1.1 2002/06/16 11:34:26 cjep Exp $ +# $NetBSD: INSTALL,v 1.2 2003/05/06 17:42:22 jmmv Exp $ if [ "$2" != "POST-INSTALL" ]; then exit 0 fi mkdir -p @@LEAFNODE_CONFDIR@@ -if [ ! -f @@LEAFNODE_CONFDIR@@/config ]; then +if [ ! -f @@LEAFNODE_CONFDIR@@/config ]; then cp @@PREFIX@@/share/examples/leafnode/config.example \ @@LEAFNODE_CONFDIR@@/config chmod u+w @@LEAFNODE_CONFDIR@@/config diff --git a/news/leafnode/MESSAGE b/news/leafnode/MESSAGE index e5a22eb6b04..5ec4a34fcbd 100644 --- a/news/leafnode/MESSAGE +++ b/news/leafnode/MESSAGE @@ -1,10 +1,10 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.2 2002/09/24 12:30:29 wiz Exp $ +$NetBSD: MESSAGE,v 1.3 2003/05/06 17:42:22 jmmv Exp $ Edit ${LEAFNODE_CONFDIR}/config and make the necessary local changes. -Leafnode needs to be run from inetd. An example configuration for +Leafnode needs to be run from inetd. An example configuration for /etc/inetd.conf is as follows: nntp stream tcp nowait news ${PREFIX}/sbin/leafnode leafnode nntp stream tcp6 nowait news ${PREFIX}/sbin/leafnode leafnode |