View | Details | Raw Unified | Return to bug 16098
Collapse All | Expand All

(-)/home/mike/bin/ltsconf (-1 / +1 lines)
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 {

Return to bug 16098