From e0b0b90df26b9190bb24ecee0a3ddb26f4156438 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 29 Jun 2011 21:06:16 +0200 Subject: added evan script evan: espeak sublimal messages, -d for daemonization (in while loop with random delay) evan-startup: startup script for init.d (does the totally right thing on debian satz-liste: contains the list of things to be espeaked Makefile: do make infest for the right thing --- evan/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 evan/Makefile (limited to 'evan/Makefile') diff --git a/evan/Makefile b/evan/Makefile new file mode 100644 index 00000000..366e86ee --- /dev/null +++ b/evan/Makefile @@ -0,0 +1,8 @@ +.PHONY: infect +INSTALL_DIR = /root/bin +infect: + mkdir -p ${INSTALL_DIR} + cp evan ${INSTALL_DIR} + cp evan-startup /etc/init.d/evan + update-rc.d evan start + -- cgit v1.2.3 From 0633efeb8f06423e6b300764890b0af7f32cf89d Mon Sep 17 00:00:00 2001 From: root Date: Thu, 30 Jun 2011 01:03:39 +0200 Subject: updated evan fixed Makefil fixed everything else --- evan/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'evan/Makefile') diff --git a/evan/Makefile b/evan/Makefile index 366e86ee..f87e8505 100644 --- a/evan/Makefile +++ b/evan/Makefile @@ -3,6 +3,7 @@ INSTALL_DIR = /root/bin infect: mkdir -p ${INSTALL_DIR} cp evan ${INSTALL_DIR} + cp satz-liste ${INSTALL_DIR} cp evan-startup /etc/init.d/evan update-rc.d evan start -- cgit v1.2.3