summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
-rwxr-xr-xupstart/mtu1280d.conf (renamed from upstart/mtu1280d)0
2 files changed, 2 insertions, 2 deletions
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
diff --git a/upstart/mtu1280d b/upstart/mtu1280d.conf
index ee996aa..ee996aa 100755
--- a/upstart/mtu1280d
+++ b/upstart/mtu1280d.conf