From 65e24537c028435da1264c31b20365539d2a0618 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Mon, 23 Aug 2021 01:02:29 +0000 Subject: ~spwhitton/local/pub is a symlink on athena --- bin/bstraph | 2 +- bin/locmaint | 5 +---- 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."); -- cgit v1.2.3