<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -13,8 +13,8 @@ To build and install
    /usr/local/etc/yaws.*
 
   A plain ./configure will install executables under 
-  /usr/local/bin and libs in /usr/local/lib/yaws. /etc and
-  /var files will end up under /etc and /var
+  /usr/local/bin and libs in /usr/local/lib/yaws etc and
+  var files will end up under /usr/local/etc and /usr/local/var
 
 
 Note: We can also change the target directory for etc and var 
@@ -34,7 +34,7 @@ usefull for computers where you do not have right access to the
 standard systemdirs). 
 
 For example:
-./configure --prefix=/home/install/yaws-1.01 --localstatedir=/home/install/yaws-1.01/var --sysconfdir=/home/install/yaws-1.01/etc
+./configure --prefix=/home/install/yaws --localstatedir=/home/install/yaws/var --sysconfdir=/home/install/etc
 
 
 2b. Note to packagers (rpm, deb ...) All install targets support the 
@@ -56,10 +56,12 @@ For example:
   make local_install
      and perform something we call a
      local install. It will create an executable script in the $HOMe/bin 
-     directory and a config file in $HOME/yaws.conf
+     directory and a config file in $HOME/yaws.conf. This is for developers
+     only
 
-4.   Start as bin/yaws -i 
-     This will create a webserver at http://0.0.0.0:8000
+4.   To test the build, Start as bin/yaws -i 
+     This will start a webserver at http://0.0.0.0:8000
+     Terminate through ^C or &gt; init:stop()
 
 5. as root make install
 </diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -31,7 +31,7 @@ install:	$(PRIV_FILES)
 	$(INSTALL) -d $(DESTDIR)$(PREFIX)/lib/yaws/priv
 	$(INSTALL) $(PRIV_FILES) $(DESTDIR)$(PREFIX)/lib/yaws/priv
 ifndef WIN32
-	if [ `id -u` = &quot;0&quot; ]; then \
+	if [ `id -u` = &quot;0&quot; -a -d $(DESTDIR)$(PREFIX)/lib/yaws/priv/epam ]; then \
 		chown root $(DESTDIR)$(PREFIX)/lib/yaws/priv/epam; \
 		chmod a+s $(DESTDIR)$(PREFIX)/lib/yaws/priv/epam; \
 	fi</diff>
      <filename>c_src/Makefile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>bebc059ebcc8798db13cc592a230c577b99067e8</id>
    </parent>
  </parents>
  <author>
    <name>Claes Wikstrom</name>
    <email>klacke@hyber.org</email>
  </author>
  <url>http://github.com/JackDanger/yaws/commit/c15e16a90daf82aaffd1d4381a75c4f526ee43b1</url>
  <id>c15e16a90daf82aaffd1d4381a75c4f526ee43b1</id>
  <committed-date>2006-06-16T05:25:05-07:00</committed-date>
  <authored-date>2006-06-16T05:25:05-07:00</authored-date>
  <message>*** empty log message ***


git-svn-id: https://erlyaws.svn.sourceforge.net/svnroot/erlyaws/trunk/yaws@981 9fbdc01b-0d2c-0410-bfb7-fb27d70d8b52</message>
  <tree>f0433eb32d645a7d7d87c4d8e38338de4f5cbbb5</tree>
  <committer>
    <name>Claes Wikstrom</name>
    <email>klacke@hyber.org</email>
  </committer>
</commit>
