Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also reindent.
|
|
|
|
|
|
Bug 7902
Rather than fighting with regex in shell or dealing with /etc/hosts
file, just use the right tool and do it with simple perl.
Note: uses new perl 5.10 syntax for switch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
save' commands
|
|
|
|
|
|
|
|
|
|
|
|
|
|
for a yes/no respectively.
|
|
|
|
|
|
<type> <name>'; 'mon int <type> <name> flow'
|
|
|
|
Want dialog package to display user-friendly dialog boxes
for utilities like dpkg-reconfigure
|
|
Bug 7448
This adds template for the Debian way to reconfigure console keymap.
Note: although this is an op-mode command, it really persists across
reboot since it changes the package keymap. There isn't a good method
to put this in Vyatta config since the debian package configuration
is interactive and prompts user for keyboard type and options.
|
|
|
|
|
|
Bug 7813
On 32 bit platform, perl truncates printf formatting if given a
numeric type. (ie %10d). Change to print as string instead.
Rework code to make counter wrap code clearer, and
use map{} to expand list of values.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
redundant information
|