summaryrefslogtreecommitdiff
path: root/bin/locmaint
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2019-11-09 13:48:04 -0700
committerSean Whitton <spwhitton@spwhitton.name>2019-11-09 13:48:04 -0700
commit5b8f1d92213e9638979d1a0464ad3508cb907fae (patch)
tree57e4e7e2f6e2ac02e539e740d0b6bdf09a4759e2 /bin/locmaint
parent92fbc6e5f169cb5fca3c6056daa9dca02d93059c (diff)
downloaddotfiles-5b8f1d92213e9638979d1a0464ad3508cb907fae.tar.gz
add warning
Diffstat (limited to 'bin/locmaint')
-rwxr-xr-xbin/locmaint2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/locmaint b/bin/locmaint
index 861c0fa6..fc240027 100755
--- a/bin/locmaint
+++ b/bin/locmaint
@@ -536,7 +536,7 @@ sub do_sysmaint {
}
}
if (prompt_yn
- ("Fix by deleting each conffile and reinstalling its package?")) {
+ ("Fix by deleting each conffile and reinstalling its package (is not the right fix if conffile has moved between packages)?")) {
system as_root("rm @all_obsolete_conffiles");
system as_root("apt-get install -y --reinstall "
. join(' ', keys %obsolete_conffiles));