From 61a5da5addae0c896e7a1dcd9bd356d367092c2e Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Fri, 7 Dec 2007 23:22:57 +0000 Subject: [PATCH] give cron file the correct permissions --- node_ssh/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node_ssh/Makefile b/node_ssh/Makefile index b3adec4..69c6c13 100644 --- a/node_ssh/Makefile +++ b/node_ssh/Makefile @@ -16,7 +16,7 @@ all: $(APPS) nst: $(CODE) $(CONFIG) $(CRON) data install -D -m 755 nst.py $(datadir)/$(appdir)/$(CODE) install -D -m 750 nst_config $(datadir)/$(appdir)/$(CONFIG) - install -D -m 755 nst.cron /etc/cron.d/$(CRON) + install -D -m 644 nst.cron /etc/cron.d/$(CRON) # create symlink to executable ln -s $(datadir)/$(appdir)/$(CODE) /usr/bin/nst -- 2.43.0