Age | Commit message (Collapse) | Author |
|
Can't do it early in boot because ipv6 module may not be loaded.
|
|
The wanpipe config files are managed by the vyatta-serial package. So this
package should not touch them.
(cherry picked from commit 256bf73dda76b68fe756c5299b0732336dc60e8a)
|
|
Bug 3849, 2289, 4126
Adds configuration of serial console:
set system console {
device ttyS0 {
speed 19200
}
device ttyACM0 {
speed 57600
type modem
}
}
This covers the cases of deleting serial console, changing speed,
and allowing modem console devices
|
|
Bug 6407
Allow configuration commands to create files in /var/run/vyatta
without being root.
|
|
Need to cleanup breadcrumb files on boot.
Fix spellin errors
|
|
Bug 2410
Add ability to add configure listen address in ssh_config.
set service ssh listen-address 1.2.4.40
Multiple values are allowed, and works for both IPv4 and IPv6
|
|
Bug 4970
New CLI control of UseDNS option to sshd_config
set service ssh disable-host-validation
|
|
This gets rid of separate init file for wan interfaces
|
|
Use existing config parser and perl to handle udev device naming.
Do renaming early in udev boot, and fixup config file later.
This avoids rescanning udev devices on boot and adds preliminary
support for hotplug.
|
|
- remove links from commit hook directory on boot-up.
- remove 'file' scheme for now.
|
|
|
|
|
|
By default, turn console screenblanking off.
If user wants to enable it, they can use:
set system console powersave
|
|
Need to flush out serial console lines from inittab to handle
the case where no serial console is configured.
|
|
This resolves problem where changes were made but not saved
and login banner files had the non-saved changes
|
|
|
|
Current udev does not have udevsettle instead use udevadm settle
|
|
|
|
|
|
The pam-config mechanism will insert Radius pam module if it is
in /usr/share/pam-configs. Therefore hold off installing file until
Radius really needed.
|
|
The radius server config file needs to be removed.
It gets rebuilt later in config process.
|
|
Other scripts depend on these directories
|
|
No longer used in latest Vyatta kernel.
|
|
Bug 5252
The boot script needs to restore default settings, and the
templates are then used to enable root access.
|
|
The problem is that IPV6 module is not loaded when sysctl's
are interpreted during boot, and we want to allow marking IPV6
disabled.
|
|
1. Move vyatta-sysctl.conf from rl-system.init to procps
This makes configuration happen early (before networking)
2. Do IPV6 configuration for address_flush in rl-system.init
(after IPV6 is loaded)
3. Cleanup shell code for ipv6_params:
* no sudo needed in startup scripts
* use cleaner iteration
|
|
Bug 458
Add
service snmp trap-source <address>
wrapper for /etc/snmp/snmp.conf
|
|
Don't pass --force flag to pam-auth-update, so if user has customized
file, then radius config will stay.
|
|
If file is already correct, no need to write it.
|
|
Related to Bug 5130 and 5084
|
|
Bug 5084
Need to remove radius (and any other) PAM customizations on reboot.
|
|
Handle cases where IPv6 kernel module is not loaded more gracefully.
|
|
|
|
If we have a good ntp.conf, then it is possible to avoid
restarting ntp. Currently we restart ntpd for each ntp-server
configured.
|
|
|
|
Not used, not needed, possible buggy.
|
|
Faster way to make empty files.
Load snmp stats in background
Move all sysctl settings to one place
|
|
Bugfix 3873
Don't remove ssh_host_key because that will force it to be rebuilt
everytime system boots.
|
|
|
|
|
|
|
|
Change settings and move sysctl values to separate file /etc/vyatta-sysctl.conf.
This allows for user/support to adjust configuration without changing
the rl-system.init script.
|
|
Conflicts:
debian/control
scripts/install-system
scripts/rl-system.init
|
|
|
|
|
|
|
|
Replace references to VPL 1.0 with GPLv2
|
|
Bugfix: 2946
Use logger instead of date command
|
|
|
|
udev appears to be threaded where sub-scripts may be context switch;
so, defer config file interface updates to rl-system.init
|