summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorMartín Beauchamp <martinb@shapeways.com>2017-02-27 19:26:20 +0100
committerMartín Beauchamp <martinb@shapeways.com>2017-02-27 19:26:20 +0100
commite20dc2ba0619cf17474810592d98a6cc9c41cc54 (patch)
tree8eb89100c911a1d5dbca85fbd141401d93146bfe /debian
parentMerge pull request #219 from opensourcerouting/feature/isis-draft-ietf-rtgwg-... (diff)
downloadfrr-e20dc2ba0619cf17474810592d98a6cc9c41cc54.tar.xz
frr-e20dc2ba0619cf17474810592d98a6cc9c41cc54.zip
Lowercase frr.conf
Diffstat (limited to 'debian')
-rw-r--r--debian/README.Debian2
-rw-r--r--debian/frr.preinst2
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/README.Debian b/debian/README.Debian
index 893c1deca..caded5207 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -93,5 +93,5 @@ See message #4525 from 2005-05-09 in the quagga-users mailing list.
===========================
Check /etc/pam.d/frr, it probably denies access to your user. The passwords
-configured in /etc/frr/Frr.conf are only for telnet access.
+configured in /etc/frr/frr.conf are only for telnet access.
diff --git a/debian/frr.preinst b/debian/frr.preinst
index abdaa7277..29162e3b5 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