Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
5a6735b0
Commit
5a6735b0
authored
Dec 02, 2014
by
Mike Hibler
Browse files
Fix install permissions on ntp script.
parent
6f1cbd28
Changes
1
Show whitespace changes
Inline
Side-by-side
clientside/tmcc/linux-ms/GNUmakefile.in
View file @
5a6735b0
...
...
@@ -99,7 +99,7 @@ sysetc-fixup:
$(INSTALL) -m 755 $(SRCDIR)/rc.local $(SYSETCDIR)/rc.local
$(INSTALL) -m 644 $(SRCDIR)/interfaces $(SYSETCDIR)/network/interfaces
$(INSTALL) -m 644 $(SRCDIR)/sudoers $(SYSETCDIR)/sudoers.d/99-emulab
$(INSTALL) -m
644
$(SRCDIR)/ntp $(SYSETCDIR)/init.d/ntp
$(INSTALL) -m
755
$(SRCDIR)/ntp $(SYSETCDIR)/init.d/ntp
script-install: dir-install $(SCRIPTS)
(cd ../linux; $(MAKE) DESTDIR=$(DESTDIR) RCDIR=$(RCDIR) script-install)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment