Correct configuration keyword, removing superfluous double quote.

Mon, 01 Jul 2013 20:56:52 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Mon, 01 Jul 2013 20:56:52 +0200
changeset 774
9024b850a1f9
parent 773
849be77d11d6
child 775
21ce05ebf344

Correct configuration keyword, removing superfluous double quote.

chiliproj/rc.chiliproj file | annotate | diff | comparison | revisions
     1.1 --- a/chiliproj/rc.chiliproj	Mon Jul 01 20:55:56 2013 +0200
     1.2 +++ b/chiliproj/rc.chiliproj	Mon Jul 01 20:56:52 2013 +0200
     1.3 @@ -5,8 +5,8 @@
     1.4  
     1.5  %config
     1.6      chiliproj_enable="$openpkg_rc_def"
     1.7 -    chiliproj_cleartext"="yes"
     1.8 -    chiliproj_tlsecured"="no"
     1.9 +    chiliproj_cleartext="yes"
    1.10 +    chiliproj_tlsecured="no"
    1.11      #chiliproj_flags="-u @l_nusr@ -g @l_musr@"
    1.12      chiliproj_flags=""
    1.13      chiliproj_host="localhost"

mercurial