summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorTom Grennan <tgrennan@vyatta.com>2008-01-04 18:00:32 -0800
committerTom Grennan <tgrennan@vyatta.com>2008-01-04 18:00:32 -0800
commit588281bbc1767c6ace1a48a9ae449b37962d8f29 (patch)
tree14cb0437a212148d8b9b42db66773394f8732a4f /debian
parent3b6103110dec56f276449a166be22bd9d1891ca8 (diff)
downloadvyatta-cfg-quagga-588281bbc1767c6ace1a48a9ae449b37962d8f29.tar.gz
vyatta-cfg-quagga-588281bbc1767c6ace1a48a9ae449b37962d8f29.zip
fix space vs. tab line preface on here redirect
Diffstat (limited to 'debian')
-rw-r--r--debian/preinst4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/preinst b/debian/preinst
index 7a47e8d2..57b361f6 100644
--- a/debian/preinst
+++ b/debian/preinst
@@ -13,8 +13,8 @@ if [ "$1" = "install" ] && [ -f /etc/quagga/daemons ] ; then
fi
if ! grep -q 'log ' /etc/quagga/$daemon.conf ; then
cat <<-EOF >> /etc/quagga/${daemon}.conf
- log file /var/log/quagga/${daemon}.log informational
- EOF
+ log file /var/log/quagga/${daemon}.log informational
+ EOF
fi
done
fi