From 5fc6bc36834a11683d0d50101daade38600208d1 Mon Sep 17 00:00:00 2001 From: Geoffrey Grosenbach Date: Sun, 2 Nov 2008 11:57:37 -0800 Subject: [PATCH] Use correct filenames instead of shell shortcuts --- recipes/templates/install-runit-for-user.sh | 2 +- recipes/templates/install-runit.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes/templates/install-runit-for-user.sh b/recipes/templates/install-runit-for-user.sh index dd7b874..0e4848a 100644 --- a/recipes/templates/install-runit-for-user.sh +++ b/recipes/templates/install-runit-for-user.sh @@ -21,4 +21,4 @@ exec 2>&1 exec chpst -u $USER /usr/local/bin/runsvdir $HOME/service 'log: ...........................................................................................................................................................................................................................................................................................................................................................................................................' EOT sudo mv /tmp/run /etc/sv/$USER/run -sudo chmod +x !$ +sudo chmod +x /etc/sv/$USER/run diff --git a/recipes/templates/install-runit.sh b/recipes/templates/install-runit.sh index 01a4a60..ad631b6 100644 --- a/recipes/templates/install-runit.sh +++ b/recipes/templates/install-runit.sh @@ -16,7 +16,7 @@ chmod 1755 /package cd /package wget http://smarden.sunsite.dk/runit/runit-2.0.0.tar.gz tar xfz runit-2.0.0.tar.gz -rm !$ +rm runit-2.0.0.tar.gz cd admin/runit-2.0.0 ./package/install @@ -29,4 +29,4 @@ cat >>/etc/inittab <