[hipl-commit] [trunk] Rev 4104: Move i3-cfg-PL.xml to the i3 subdirectory.

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Tue, 30 Mar 2010 17:22:34 +0300

Committer: Diego Biurrun <diego@xxxxxxxxxx>
Date: 30/03/2010 at 17:22:34
Revision: 4104
Revision-id: diego@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: trunk

Log:
  Move i3-cfg-PL.xml to the i3 subdirectory.

Modified:
  R  i3-cfg-PL.xml => i3/i3-cfg-PL.xml
  M  Makefile.am
  M  doc/HOWTO.xml

=== modified file 'Makefile.am'
--- Makefile.am 2010-03-30 12:41:08 +0000
+++ Makefile.am 2010-03-30 14:22:04 +0000
@@ -10,7 +10,7 @@
 EXTRA_DIST =  .vimrc debian doc hipext hipfwmi patches
 EXTRA_DIST += test/configs test/demo test/maintainer test/openwrt
 EXTRA_DIST += test/packaging test/packets test/performance
-EXTRA_DIST += autogen.sh check_header_verbosity.sh i3-cfg-PL.xml
+EXTRA_DIST += autogen.sh check_header_verbosity.sh i3/i3-cfg-PL.xml
 EXTRA_DIST += release.version tcp verbose-headers.txt
 EXTRA_DIST += $(wildcard $(addprefix $(srcdir)/test/,*.cgi *.pl *.py *.sh))
 EXTRA_DIST += $(wildcard $(addprefix $(srcdir)/tools/,*.cfg *.pl *.py *.sh))

=== modified file 'doc/HOWTO.xml'
--- doc/HOWTO.xml       2010-03-30 12:46:23 +0000
+++ doc/HOWTO.xml       2010-03-30 14:22:04 +0000
@@ -4678,7 +4678,7 @@
           Compile hipl--main--2.6 with ./configure --enable-hi3 
--disable-opendht
     </para></listitem>
     <listitem><para>
-          Start the daemon: hipd -3 i3-cfg-PL.xml
+          Start the daemon: hipd -3 i3/i3-cfg-PL.xml
     </para></listitem>
     <listitem><para>
           Wait until the trigger is inserted (see log file) and continue with 
e.g.

Other related posts:

  • » [hipl-commit] [trunk] Rev 4104: Move i3-cfg-PL.xml to the i3 subdirectory. - Diego Biurrun