runit

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit fb690d6c825b4a991c498b9b9f40bf0c2caa8651
parent 54f993927f86623f1601842bf6bd12ed46858c9b
Author: Gerrit Pape <pape@smarden.org>
Date:   Sun,  1 Aug 2004 18:59:03 +0000

spaces -> tabs.

Diffstat:
Mdebian/runit.postinst | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/runit.postinst b/debian/runit.postinst @@ -22,10 +22,10 @@ if ! grep '^SV:' /etc/inittab >/dev/null; then echo 'Adding SV inittab entry...' cp /etc/inittab /etc/inittab'{new}' cat >>/etc/inittab'{new}' <<-\EOT - #-- runit begin - SV:123456:respawn:/usr/sbin/runsvdir-start - #-- runit end - EOT + #-- runit begin + SV:123456:respawn:/usr/sbin/runsvdir-start + #-- runit end + EOT mv -f /etc/inittab'{new}' /etc/inittab kill -HUP 1 fi