Skip to content

Commit

Permalink
Use correct filenames instead of shell shortcuts
Browse files Browse the repository at this point in the history
  • Loading branch information
topfunky committed Nov 2, 2008
1 parent 1b6a154 commit 5fc6bc3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion recipes/templates/install-runit-for-user.sh
Expand Up @@ -21,4 +21,4 @@ exec 2>&1
exec chpst -u $USER /usr/local/bin/runsvdir $HOME/service 'log: ...........................................................................................................................................................................................................................................................................................................................................................................................................' exec chpst -u $USER /usr/local/bin/runsvdir $HOME/service 'log: ...........................................................................................................................................................................................................................................................................................................................................................................................................'
EOT EOT
sudo mv /tmp/run /etc/sv/$USER/run sudo mv /tmp/run /etc/sv/$USER/run
sudo chmod +x !$ sudo chmod +x /etc/sv/$USER/run
4 changes: 2 additions & 2 deletions recipes/templates/install-runit.sh
Expand Up @@ -16,7 +16,7 @@ chmod 1755 /package
cd /package cd /package
wget http://smarden.sunsite.dk/runit/runit-2.0.0.tar.gz wget http://smarden.sunsite.dk/runit/runit-2.0.0.tar.gz
tar xfz 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 cd admin/runit-2.0.0
./package/install ./package/install


Expand All @@ -29,4 +29,4 @@ cat >>/etc/inittab <<EOT
SV:123456:respawn:/sbin/runsvdir-start SV:123456:respawn:/sbin/runsvdir-start
EOT EOT


init q /sbin/init q

0 comments on commit 5fc6bc3

Please sign in to comment.