remove some old unused comments
[distro-setup] / script-files
index 309d5bd3820be73079689c087277b4d7a2b77622..b4f8b6138cb4688bdeb00f2a5ab004073657a584 100644 (file)
@@ -5,9 +5,11 @@ my_bin_files=(
   switch-mail-host
   switch-host2
   btrbk-run mount-latest-subvol
-  check-subvol-stale myi3status
+  check-subvol-stale
+  myi3status
   mailbindwatchdog
   check-mailq
+  unsaved-buffers
   unsaved-buffers.el
   mail-backup-clean
   iptables-exim
@@ -15,6 +17,12 @@ my_bin_files=(
   exim-nn-iptables
   check-crypttab
   /a/bin/cedit/cedit
+  btrbk-spread-wrap
+  prof
+  prof-remote
+  prof-backup
+  prof-tail
+  prof-notify
 )
 
 for f in /b/log-quiet/*; do
@@ -33,6 +41,6 @@ my_service_scripts=(
 )
 
 # note: turn this into an array if we ever add more
-my_lib_files=/a/bin/errhandle/err
+my_lib_files=/a/bin/bash-bear-trap/bash-bear
 
 all_my_scripts=("${my_service_scripts[@]}" "${my_bin_files[@]}" $my_lib_files)