From 76e370896eabb2cea8052d9508dfa15fceccb67d Mon Sep 17 00:00:00 2001 From: Jason Fesler Date: Tue, 17 Feb 2015 13:56:47 -0800 Subject: Fixing upstart --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9e3d315..33cd66f 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ install: mtu1280d upstart: install @echo Checking to see if your system uses upstart test -d /etc/init/ - /usr/bin/install -c upstart/mtu1280d /etc/init/ + /usr/bin/install -c upstart/mtu1280d.conf /etc/init/ @echo "Reminder - start the daemon or reboot; then update your ip6tables." @echo "See the README.md file." @@ -64,7 +64,7 @@ remove: pre-remove force-remove dist-prep:: rm -fr work mkdir -p work - rsync -av . work --exclude work --exclude "*~" --exclude /mtu1280d --exclude ".git" + rsync -av . work --exclude work --exclude "*~" --exclude /mtu1280d --exclude ".git" --exclude "fsky*tgz" dist-test: dist-prep ../dist_support/make-dist.pl --stage work --base mtu1280d --branch test -- cgit v1.2.3