diff options
Diffstat (limited to 'vtysh')
-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 d0cd068e..1cc1fb8f 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 e2aa5646..4e0a2beb 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 ! |