diff options
author | Ryan Kavanagh <ryanakca@kubuntu.org> | 2011-08-25 20:17:50 -0400 |
---|---|---|
committer | Ryan Kavanagh <ryanakca@kubuntu.org> | 2011-08-25 20:17:50 -0400 |
commit | fc5322235154a400bb2b5cc5bf214d155e44c594 (patch) | |
tree | 0a93a1671edab5e2050dd7249015e6ba88884640 | |
parent | Commentout terminfo line in .screenrc, was causing hardstatus line to duplica... (diff) |
~/.msmtprc needs to be 0600
Diffstat (limited to '')
-rwxr-xr-x | dm | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -105,6 +105,7 @@ build/%: % $(SUBSTS_FILE) install: $(BUILD) rsync -a build/ ~ + chmod 600 ~/.msmtprc sha256sums: .git/refs/heads/$(CURRENT_BRANCH) $(SHA256) `git ls-files | grep -v $@` > $@ |