summary refs log tree commit diff
path: root/curtis
diff options
context:
space:
mode:
Diffstat (limited to 'curtis')
-rwxr-xr-xcurtis/.bin/dtch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/curtis/.bin/dtch.c b/curtis/.bin/dtch.c
index 1865716b..a37eeeeb 100755
--- a/curtis/.bin/dtch.c
+++ b/curtis/.bin/dtch.c
@@ -134,7 +134,7 @@ static int dtch(int argc, char *argv[]) {
     if (error) err(EX_IOERR, "%s", addr.sun_path);
     atexit(unlinkAddr);
 
-    error = chmod(addr.sun_path, S_IRWXU);
+    error = chmod(addr.sun_path, 0600);
     if (error) err(EX_IOERR, "%s", addr.sun_path);
 
     int master;
-07-27 00:15:02 -0400'>2019-07-27Remove scheme text linkJune McEnroe 2019-07-26Update Dark.terminalJune McEnroe 2019-07-26Lighten dark whiteJune McEnroe 2019-07-25Add png.3 man pageJune McEnroe 2019-07-25Use scheme to style HTMLsJune McEnroe 2019-07-25Don't match comments in strings in makeJune McEnroe 2019-07-25Generate index.html with links from bin.7June McEnroe 2019-07-24Warn when date has changedJune McEnroe 2019-07-24Add whenJune McEnroe 2019-07-24Remove histedit from bitJune McEnroe