Skip to Content.
Sympa Menu

notify-dpml - svn commit: r2863 - development/central/site/src/docs/about/setup/unix

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: niclas AT hedhman.org
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: svn commit: r2863 - development/central/site/src/docs/about/setup/unix
  • Date: Fri, 17 Jun 2005 03:26:38 -0400

Author: niclas AT hedhman.org
Date: Fri Jun 17 03:26:37 2005
New Revision: 2863

Modified:
development/central/site/src/docs/about/setup/unix/index.xml
Log:
Fixed incorrect description of PATH.

Modified: development/central/site/src/docs/about/setup/unix/index.xml
==============================================================================
--- development/central/site/src/docs/about/setup/unix/index.xml
(original)
+++ development/central/site/src/docs/about/setup/unix/index.xml Fri
Jun 17 03:26:37 2005
@@ -28,7 +28,7 @@
<source>
DPML_HOME=$HOME/.dpml
export DPML_HOME
-PATH=$PATH:$DPML_HOME/bin
+PATH=$PATH:$DPML_HOME/share/bin
export PATH
</source>
</subsection>
@@ -48,7 +48,6 @@
chown -R root.users cache
chmod -R g+w cache
cd cache
-umask 0002
</source>
<p>
And the following setup to be entered into the shared user login
script,
@@ -57,7 +56,7 @@
<source>
DPML_HOME=/var/dpml
export DPML_HOME
-PATH=$PATH:$DPML_HOME/bin
+PATH=$PATH:$DPML_HOME/share/bin
export PATH
</source>
<p>



  • svn commit: r2863 - development/central/site/src/docs/about/setup/unix, niclas, 06/17/2005

Archive powered by MHonArc 2.6.24.

Top of Page