From b5339bcfcf6eba1d860980b4d794772df4317d07 Mon Sep 17 00:00:00 2001 From: Kalle Vahlman Date: Tue, 25 Oct 2011 13:03:07 +0300 Subject: Snowball init scripts --- Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Makefile (limited to 'Makefile') 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 -- cgit v1.2.3