From: Tony Mack Date: Fri, 7 Dec 2007 23:22:57 +0000 (+0000) Subject: give cron file the correct permissions X-Git-Tag: 2008-02-11-last-vmware-support~229 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=61a5da5addae0c896e7a1dcd9bd356d367092c2e;p=tests.git give cron file the correct permissions --- 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