Lines 78-84
Link Here
|
78 |
::conffile::commit $::conf |
78 |
::conffile::commit $::conf |
79 |
Error "Deleted section \[$S\]" |
79 |
Error "Deleted section \[$S\]" |
80 |
} elseif {[::conffile::exists $::conf $S $P]} { |
80 |
} elseif {[::conffile::exists $::conf $S $P]} { |
81 |
::conffile::delete $::conf $S $P |
81 |
::conffile::delete $::conf $S |
82 |
::conffile::commit $::conf |
82 |
::conffile::commit $::conf |
83 |
Error "Deleted key $P in section \[$S\]" |
83 |
Error "Deleted key $P in section \[$S\]" |
84 |
} else { |
84 |
} else { |