Changeset 707

Show
Ignore:
Timestamp:
07/26/07 14:57:55 (1 year ago)
Author:
Gregor
Message:

dsssps/newsection.d: Now properly adds the type= field to dsss.conf for new sections.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • other/dps/trunk/dsssps/newsection.d

    r706 r707  
    9494        if (!(name in dcs.content)) { 
    9595            dcs.sections ~= name; 
    96             dcs.content[name] = "\n"; 
     96            dcs.content[name] = "type=" ~ cctl.StringSelection() ~ "\n\n"; 
    9797            writeDSSSConfSimple("dsss.conf", dcs); 
    9898        }