rename err to bash-bear
[distro-setup] / script-files
index 3c8b65862f89771f94a01f0b86634d026b934fbe..6ed94b54a3352fecd19198e70c102d031aa87a62 100644 (file)
@@ -16,6 +16,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
@@ -34,6 +40,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)