diff options
Diffstat (limited to 'evan')
| -rw-r--r-- | evan/Makefile | 1 | ||||
| -rwxr-xr-x | evan/evan | 6 | ||||
| -rwxr-xr-x | evan/evan-startup | 1 | ||||
| -rw-r--r-- | evan/satz-liste | 1 | 
4 files changed, 6 insertions, 3 deletions
| 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 @@ -1,11 +1,11 @@  #!/bin/bash -SATZ_LISTE=/root/evan/satz-liste +SATZ_LISTE=/krebs/evan/satz-liste  p="${noise_pitch-10}"  v="${noise_lang-de}"  k="${noise_capital-0}" -a="${noise_amplitude-100}" +a="${noise_amplitude-600}"  g="${noise_gap-1}" -RND_DELAY=10000 +RND_DELAY=3600  #set -x  function helpme ()  { diff --git a/evan/evan-startup b/evan/evan-startup index a3370bd1..8a7f8daa 100755 --- a/evan/evan-startup +++ b/evan/evan-startup @@ -34,6 +34,7 @@ start() {  stop() {    [ ! -e $PIDFILE ] && echo "$PIDFILE does not exist" && return    kill `cat $PIDFILE` +  #killall evan    rm $PIDFILE  } diff --git a/evan/satz-liste b/evan/satz-liste index 3c28f38f..7586ea3b 100644 --- a/evan/satz-liste +++ b/evan/satz-liste @@ -7,3 +7,4 @@ der große bruder sieht es gerne wenn die genossen die vereinsräume in stand ha  henry der staubsauger saugt für dich  muelltrennung bringt gutes karma  saubere mitglieder sind glückliche mitglieder +fnord | 
