summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKalle Vahlman <kalle.vahlman@movial.com>2011-10-25 13:03:07 +0300
committerKalle Vahlman <kalle.vahlman@movial.com>2011-10-25 13:03:07 +0300
commitb5339bcfcf6eba1d860980b4d794772df4317d07 (patch)
treee7b785fc2bbe5af6436150fe1d6094cb447b29c7 /Makefile
Snowball init scripts
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..acac6d7
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,11 @@
+
+all:
+
+install:
+ # install the traditional-style init script to init.d/
+ install -d ${DESTDIR}/etc/init.d
+ install -m 0775 snowball ${DESTDIR}/etc/init.d/snowball
+
+ # install the upstart-style task to init/
+ install -d ${DESTDIR}/etc/init
+ install -m 0664 snowball.conf ${DESTDIR}/etc/init/snowball.conf