summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-08-23 01:02:29 +0000
committerSean Whitton <spwhitton@spwhitton.name>2022-11-12 15:10:14 -0700
commit65e24537c028435da1264c31b20365539d2a0618 (patch)
tree58b833b69d21ce4d72dbfff5caaa88f73c2554ce
parent0b57606c034153409c09606e2a67d4c6ba3761ec (diff)
downloaddotfiles-archive/athena.tar.gz
~spwhitton/local/pub is a symlink on athenaarchive/athena
-rwxr-xr-xbin/bstraph2
-rwxr-xr-xbin/locmaint5
2 files changed, 2 insertions, 5 deletions
diff --git a/bin/bstraph b/bin/bstraph
index 7d729ff3..70b396ce 100755
--- a/bin/bstraph
+++ b/bin/bstraph
@@ -73,6 +73,6 @@ cd "$HOME"
include = cat ~/src/dotfiles/lib-src/mr/config
EOF
mkdir -p .ssh tmp src lib mnt \
- local/mutt local/big local/pub local/auth \
+ local/mutt local/big local/auth \
local/src local/bin local/lib local/log local/tmp local/info
chmod -R u+rwX,go= local/auth
diff --git a/bin/locmaint b/bin/locmaint
index 9a7baa28..4bbd04b0 100755
--- a/bin/locmaint
+++ b/bin/locmaint
@@ -236,11 +236,8 @@ sub do_homedir {
# enough to include in duplicity backups, but should not stick
# around in ~/tmp. and, git repos without an origin remote yet
# (can't live in ~/src as src-register-all will complain)
- #
- # local/pub: files to be temporarily shared over the LAN
my $empty = 1;
- $empty = empty_dir_or_list($_) && $empty
- for qw(local/big local/tmp local/pub);
+ $empty = empty_dir_or_list($_) && $empty for qw(local/big local/tmp);
unless ($empty) {
say_spaced_bullet
("Consider cleaning up/annexing files in dir(s) listed above.");