[BACK]Return to INSTALL CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / news / leafnode

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /pkgsrc/news/leafnode/INSTALL between version 1.1.1.1.2.2 and 1.2

version 1.1.1.1.2.2, 2002/06/23 18:57:32 version 1.2, 2003/05/06 17:42:22
Line 7  if [ "$2" != "POST-INSTALL" ]; then
Line 7  if [ "$2" != "POST-INSTALL" ]; then
 fi  fi
   
 mkdir -p @@LEAFNODE_CONFDIR@@  mkdir -p @@LEAFNODE_CONFDIR@@
 if [ ! -f @@LEAFNODE_CONFDIR@@/config ]; then  if [ ! -f @@LEAFNODE_CONFDIR@@/config ]; then
         cp @@PREFIX@@/share/examples/leafnode/config.example \          cp @@PREFIX@@/share/examples/leafnode/config.example \
         @@LEAFNODE_CONFDIR@@/config          @@LEAFNODE_CONFDIR@@/config
         chmod u+w @@LEAFNODE_CONFDIR@@/config          chmod u+w @@LEAFNODE_CONFDIR@@/config

Legend:
Removed from v.1.1.1.1.2.2  
changed lines
  Added in v.1.2

CVSweb <webmaster@jp.NetBSD.org>