Branch '2.3-stable' - 1st.README

Thomas Arendsen Hein "thomas at intevation.de" at kolabsys.com
Fri Apr 15 15:11:21 CEST 2011


 1st.README |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ab3cbb0f9d8cd37bba3dafae082f0af6c89778be
Author: Thomas Arendsen Hein <thomas at intevation.de>
Date:   Fri Apr 15 15:11:01 2011 +0200

    1st.README: awk needs an input file to do useful work

diff --git a/1st.README b/1st.README
index d92d342..69cabee 100644
--- a/1st.README
+++ b/1st.README
@@ -180,7 +180,7 @@ otherwise your setup might seem to work fine, but will not work reliably!
     recommended way) or adjust the core schema. To see a list of values
     used in the countryName attribute (see above) run:
 
-    # awk '/^c:/ {print $2}' | sort -u
+    # awk '/^c:/ {print $2}' ~/kolab-2.2.4.ldif | sort -u
 
     Because of the unlimited number of possible values we cannot provide
     an upgrade script to replace the entries, but here is an example for





More information about the commits mailing list