summaryrefslogtreecommitdiff
path: root/news/leafnode/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'news/leafnode/INSTALL')
-rw-r--r--news/leafnode/INSTALL4
1 files changed, 2 insertions, 2 deletions
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