mostly improvements
[distro-setup] / script-files
index 89a427735db21bada735b4cefd146f0cc48f96d2..1a63f564737f03fba9a4b8c11c1678e455a1555e 100644 (file)
@@ -9,6 +9,7 @@ my_bin_files=(
   myi3status
   mailbindwatchdog
   check-mailq
+  unsaved-buffers
   unsaved-buffers.el
   mail-backup-clean
   iptables-exim
@@ -22,6 +23,7 @@ my_bin_files=(
   prof-backup
   prof-tail
   prof-notify
+  /a/bin/newns/newns
 )
 
 for f in /b/log-quiet/*; do
@@ -40,6 +42,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)