Package: etckeeper Version: 0.33 Severity: minor
The prompt requesting for a confirmation for the uninit sub-command reads: > "Are you sure you want to do this? [yN] " This is a little confusing, as you need to enter the whole 'yes' word to confirm, not the single character. Thanks, Gian Piero. -- System Information: Debian Release: 5.0 APT prefers stable APT policy: (990, 'stable') Architecture: i386 (i686) Kernel: Linux 2.6.26-1-686 (SMP w/1 CPU core) Locale: LANG=it_IT.UTF8, LC_CTYPE=it_IT.UTF8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages etckeeper depends on: ii cdebconf [debconf-2.0] 0.138lenny2 Debian Configuration Management Sy ii debconf [debconf-2.0] 1.5.24 Debian configuration management sy pn git-core | mercurial | bzr <none> (no description available) etckeeper recommends no packages. etckeeper suggests no packages.
Mon Mar 2 20:42:56 CET 2009 "Gian Piero Carrubba" <gpi...@rm-rf.it> * Fix prompt to make clear the user need to type 'yes' in order to uninit. Ignore-this: 2f0736b3347b57270d2a89e3f4fe8287 diff -rN -u old-etckeeper-0.33+wip2/uninit.d/01prompt new-etckeeper-0.33+wip2/uninit.d/01prompt --- old-etckeeper-0.33+wip2/uninit.d/01prompt 2009-03-02 21:47:09.000000000 +0100 +++ new-etckeeper-0.33+wip2/uninit.d/01prompt 2009-03-02 21:47:10.000000000 +0100 @@ -4,7 +4,7 @@ echo "** Warning: This will DESTROY all recorded history for $ETCKEEPER_DIR," echo "** including the $VCS repository and ignore file." echo "" -printf "Are you sure you want to do this? [yN] " +printf "Are you sure you want to do this? (Type 'Yes' to confirm.) " read answer case "$answer" in [Yy][Ee][Ss])