# HG changeset patch # User Michael Schloh von Bennewitz # Date 1372705012 -7200 # Node ID 9024b850a1f944de4ef83bcc13e8566e252ba76a # Parent 849be77d11d65f1023ece5d6cf5df639d1908cfa Correct configuration keyword, removing superfluous double quote. diff -r 849be77d11d6 -r 9024b850a1f9 chiliproj/rc.chiliproj --- a/chiliproj/rc.chiliproj Mon Jul 01 20:55:56 2013 +0200 +++ b/chiliproj/rc.chiliproj Mon Jul 01 20:56:52 2013 +0200 @@ -5,8 +5,8 @@ %config chiliproj_enable="$openpkg_rc_def" - chiliproj_cleartext"="yes" - chiliproj_tlsecured"="no" + chiliproj_cleartext="yes" + chiliproj_tlsecured="no" #chiliproj_flags="-u @l_nusr@ -g @l_musr@" chiliproj_flags="" chiliproj_host="localhost"