diff options
author | hasso <hasso> | 2005-01-23 20:24:46 +0100 |
---|---|---|
committer | hasso <hasso> | 2005-01-23 20:24:46 +0100 |
commit | 90b4214727b4e109a87bc99f9dfb4686e0c0a8b2 (patch) | |
tree | f9a9380af72953526994840b5593811bea62745a | |
parent | 2005-01-18 Andrew J. Schorr <ajschorr@alumni.princeton.edu> (diff) | |
download | frr-90b4214727b4e109a87bc99f9dfb4686e0c0a8b2.tar.xz frr-90b4214727b4e109a87bc99f9dfb4686e0c0a8b2.zip |
* vtysh.conf.sample: Fix typo "integrated-vtysh-conf" ->
"integrated-vtysh-config".
-rw-r--r-- | vtysh/ChangeLog | 5 | ||||
-rw-r--r-- | vtysh/vtysh.conf.sample | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/vtysh/ChangeLog b/vtysh/ChangeLog index d0cd068ef..1cc1fb8ff 100644 --- a/vtysh/ChangeLog +++ b/vtysh/ChangeLog @@ -1,3 +1,8 @@ +2005-01-23 Hasso Tepper <hasso at quagga.net> + + * vtysh.conf.sample: Fix typo "integrated-vtysh-conf" -> + "integrated-vtysh-config". + 2005-01-10 Hasso Tepper <hasso at quagga.net> * vtysh.c: Reflect changes in lib. cmd_execute_command() should know diff --git a/vtysh/vtysh.conf.sample b/vtysh/vtysh.conf.sample index e2aa5646a..4e0a2beb4 100644 --- a/vtysh/vtysh.conf.sample +++ b/vtysh/vtysh.conf.sample @@ -1,7 +1,7 @@ ! ! Sample configuration file for vtysh. ! -!service integrated-vtysh-conf +!service integrated-vtysh-config !hostname quagga-router !username root nopassword ! |