summaryrefslogtreecommitdiff
path: root/debian/frr.preinst
diff options
context:
space:
mode:
authorMartín Beauchamp <martinb@shapeways.com>2017-02-27 13:26:20 -0500
committerMartín Beauchamp <martinb@shapeways.com>2017-02-27 13:26:20 -0500
commite20dc2ba0619cf17474810592d98a6cc9c41cc54 (patch)
tree8eb89100c911a1d5dbca85fbd141401d93146bfe /debian/frr.preinst
parent821cf0d9f6b6ce55a86a8887a9e48ffaf7e4301f (diff)
Lowercase frr.conf
Diffstat (limited to 'debian/frr.preinst')
-rw-r--r--debian/frr.preinst2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/frr.preinst b/debian/frr.preinst
index abdaa7277b..29162e3b56 100644
--- a/debian/frr.preinst
+++ b/debian/frr.preinst
@@ -66,7 +66,7 @@ if [ "$1" = "install" ]; then
fi
# Exceptions for vtysh.
- f=$d/Frr.conf
+ f=$d/frr.conf
if [ -f $d/Zebra.conf ]; then
mv $d/Zebra.conf $f
fi