From 1be510f9529cb082f802408b472a77d074b394c0 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sun, 14 Apr 2013 13:46:12 +0000 Subject: Add zarb MLs html archives --- zarb-ml/mageia-sysadm/2010-November/000679.html | 86 +++++++++++++++++++++++++ 1 file changed, 86 insertions(+) create mode 100644 zarb-ml/mageia-sysadm/2010-November/000679.html (limited to 'zarb-ml/mageia-sysadm/2010-November/000679.html') diff --git a/zarb-ml/mageia-sysadm/2010-November/000679.html b/zarb-ml/mageia-sysadm/2010-November/000679.html new file mode 100644 index 000000000..f7c1364b3 --- /dev/null +++ b/zarb-ml/mageia-sysadm/2010-November/000679.html @@ -0,0 +1,86 @@ + + + + [Mageia-sysadm] [337] - -n is needed to interpret \n for the bash builtin version, spotted by ahmad78 + + + + + + + + + +

[Mageia-sysadm] [337] - -n is needed to interpret \n for the bash builtin version, spotted by ahmad78

+ root at mageia.org + root at mageia.org +
+ Sat Nov 20 09:38:07 CET 2010 +

+
+ +
Revision: 337
+Author:   misc
+Date:     2010-11-20 09:38:06 +0100 (Sat, 20 Nov 2010)
+Log Message:
+-----------
+- -n is needed to interpret \n for the bash builtin version, spotted by ahmad78
+
+Modified Paths:
+--------------
+    puppet/modules/blog/templates/check_new-blog-post.sh
+
+Modified: puppet/modules/blog/templates/check_new-blog-post.sh
+===================================================================
+--- puppet/modules/blog/templates/check_new-blog-post.sh	2010-11-20 00:19:07 UTC (rev 336)
++++ puppet/modules/blog/templates/check_new-blog-post.sh	2010-11-20 08:38:06 UTC (rev 337)
+@@ -26,7 +26,7 @@
+ 		new_post=$(grep "title" $PATH_TO_FILE"/RSS_new" | head -n 2 | sed '1d' | sed 's/<title>//' | sed 's/<\/title>//' | sed 's/^[ \t]*//')
+ 		echo $new_post >> $PATH_TO_FILE"/last_need_translation"
+ 		echo "YES" >> $PATH_TO_FILE"/last_check"
+-		echo "A new blog post is waiting for translation\n\"$new_post\"" | /bin/mail -s "New entry on English Blog" mageia-blogteam at mageia.org
++		echo -e "A new blog post is waiting for translation\n\"$new_post\"" | /bin/mail -s "New entry on English Blog" mageia-blogteam at mageia.org
+ 		echo $DATE
+ fi
+ 
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: </pipermail/mageia-sysadm/attachments/20101120/946b3d29/attachment-0001.html>
+
+ + + + + + +
+

+ +
+More information about the Mageia-sysadm +mailing list
+ -- cgit v1.2.1