diff options
author | tv <tv@iiso> | 2011-11-08 23:21:13 +0100 |
---|---|---|
committer | tv <tv@iiso> | 2011-11-08 23:21:13 +0100 |
commit | 2775e90ade100163824dfe4ec52f159700e9c86d (patch) | |
tree | 88b4acf89f94a3ffa7d350c41219c9982149e431 /noise | |
parent | 6e4d5355374c6205376bf35cdb10e67542b7958a (diff) | |
parent | 7bef2d4da84b6fb2ca2235a8058cec9150d69cbe (diff) |
Merge branch 'master' of github.com:krebscode/painload
Diffstat (limited to 'noise')
-rw-r--r-- | noise/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/noise/Makefile b/noise/Makefile index 932c5940..0d72b2e9 100644 --- a/noise/Makefile +++ b/noise/Makefile @@ -7,6 +7,7 @@ infest: apt-get install --yes expect beep alsa-utils ucspi-tcp espeak f=/usr/bin/beep; chown krebs:krebs $$f && chmod 4755 $$f getent passwd noise || useradd noise + echo 'noise ALL=(ALL) NOPASSWD: /krebs/streams/streams' | magic create noise /etc/sudoers ln -vsnf /krebs/noise/init.d/noise /etc/init.d/noise ## tv: TODO update-rc.d is DEBIAN ONLY, fix this update-rc.d -f noise defaults @@ -14,3 +15,4 @@ infest: amixer sset 'PCM' 100 unmute || true amixer sset 'PC Speaker' 100 unmute || \ amixer sset 'Beep' 100 unmute || true + |