Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-23 | Fix commit-uri bug. | Stig Thormodsrud | |
- remove links from commit hook directory on boot-up. - remove 'file' scheme for now. | |||
2010-10-20 | Make empty config files readable | Stephen Hemminger | |
2010-10-19 | keep serial console until configuration is working | Stephen Hemminger | |
2010-10-14 | Add better control over console screen blanker | Stephen Hemminger | |
By default, turn console screenblanking off. If user wants to enable it, they can use: set system console powersave | |||
2010-10-14 | Remove serial console before config | Stephen Hemminger | |
Need to flush out serial console lines from inittab to handle the case where no serial console is configured. | |||
2010-10-14 | Restore old motd and login banner | Stephen Hemminger | |
This resolves problem where changes were made but not saved and login banner files had the non-saved changes | |||
2010-10-14 | Turn off screen blanking on console | Stephen Hemminger | |
2010-09-07 | Update to current udev | Stephen Hemminger | |
Current udev does not have udevsettle instead use udevadm settle | |||
2010-06-21 | Merge branch 'larkspur' of http://git.vyatta.com/vyatta-cfg-system into larkspur | Michael Larson | |
2010-06-21 | fix for bug 5663 | Michael Larson | |
2010-05-24 | Don't enable PAM Radius by default | Stephen Hemminger | |
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. | |||
2010-03-15 | Remove Radius Server config file on reboot | Stephen Hemminger | |
The radius server config file needs to be removed. It gets rebuilt later in config process. | |||
2010-03-12 | Make /var/run/vyatta and /var/log/vyatta | Stephen Hemminger | |
Other scripts depend on these directories | |||
2010-02-09 | Remove IPv6 address_flush sysctl | Stephen Hemminger | |
No longer used in latest Vyatta kernel. | |||
2010-01-24 | Fix allow-root for telnet/ssh | Stephen Hemminger | |
Bug 5252 The boot script needs to restore default settings, and the templates are then used to enable root access. | |||
2010-01-20 | Set IPV6 parameters in rl-system.init | Stephen Hemminger | |
The problem is that IPV6 module is not loaded when sysctl's are interpreted during boot, and we want to allow marking IPV6 disabled. | |||
2010-01-19 | Change how IPV4/IPV6 configuration values are done | Stephen Hemminger | |
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 | |||
2010-01-07 | Add support trap source address | Stephen Hemminger | |
Bug 458 Add service snmp trap-source <address> wrapper for /etc/snmp/snmp.conf | |||
2009-12-02 | Don't lose user customization to pam-auth | Stephen Hemminger | |
Don't pass --force flag to pam-auth-update, so if user has customized file, then radius config will stay. | |||
2009-12-01 | Avoid updating files on boot | Stephen Hemminger | |
If file is already correct, no need to write it. | |||
2009-11-30 | Remove Radius server on reboot | Stephen Hemminger | |
Related to Bug 5130 and 5084 | |||
2009-11-02 | Reset PAM configuration on boot | Stephen Hemminger | |
Bug 5084 Need to remove radius (and any other) PAM customizations on reboot. | |||
2009-09-22 | Bugfix 4951: Don't fail if IPv6 kernel module is not loaded. | Bob Gilligan | |
Handle cases where IPv6 kernel module is not loaded more gracefully. | |||
2009-06-17 | Merged from Jenner. | Bob Gilligan | |
2009-05-21 | Don't flush out ntp.conf on boot | Stephen Hemminger | |
If we have a good ntp.conf, then it is possible to avoid restarting ntp. Currently we restart ntpd for each ntp-server configured. | |||
2009-02-24 | set default values for ipv6 accept_redirects and accept_source_route | Mohit Mehta | |
2009-02-17 | Take out ipt_rlsnmpstats module | Stephen Hemminger | |
Not used, not needed, possible buggy. | |||
2008-11-14 | Speed up boot | Stephen Hemminger | |
Faster way to make empty files. Load snmp stats in background Move all sysctl settings to one place | |||
2008-11-06 | Don't force rebuild of ssh_host_key on each boot | Stephen Hemminger | |
Bugfix 3873 Don't remove ssh_host_key because that will force it to be rebuilt everytime system boots. | |||
2008-10-13 | fix ssh keygen on startup | Robert Bays | |
2008-08-18 | Change udevtrigger to udevadm trigger. | Stig Thormodsrud | |
2008-05-13 | fix typo in rl-system.init | An-Cheng Huang | |
2008-05-13 | Move sysctl configuration to /etc/vyatta-sysctl.conf | Stephen Hemminger | |
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. | |||
2008-03-22 | Merge branch 'glendale' into hollywood | rbalocca | |
Conflicts: debian/control scripts/install-system scripts/rl-system.init | |||
2008-03-20 | up proc limit for rmem_max to support zebra netlink buffer size increase. | Michael Larson | |
2008-03-18 | consolidate proc/sys flag settings to livecd/install hook | Tom Grennan | |
2008-03-10 | Merge branch 'glendale' into hollywood | rbalocca | |
2008-03-10 | Update to GPLv2 | Stephen Hemminger | |
Replace references to VPL 1.0 with GPLv2 | |||
2008-03-05 | Fix format of date from rl-system.init | Stephen Hemminger | |
Bugfix: 2946 Use logger instead of date command | |||
2008-02-06 | bump up rmem_max limit to 223232 (in conjunction with fix for zebra) | Michael Larson | |
2008-01-23 | fix bug 2658 | Tom Grennan | |
udev appears to be threaded where sub-scripts may be context switch; so, defer config file interface updates to rl-system.init | |||
2008-01-18 | sysconf files need to be updated earlier. move to live-helper hook. | An-Cheng Huang | |
2007-12-14 | move config file interface mods to udev handler | Tom Grennan | |
2007-12-14 | fix modification of config file interface sub-block | Tom Grennan | |
2007-12-13 | process device persistence through udev rules rather than init script | Tom Grennan | |
2007-12-07 | fix ifrename problem: make sure there's no interface name overlap, and don't | An-Cheng Huang | |
use "-t" with ifrename. | |||
2007-12-05 | add link-detect to interfaces by default on interface discovery | Robert Bays | |
2007-11-05 | remove hostname setting from rl-system (handled by config). | An-Cheng Huang | |
2007-10-18 | initial import of systel-level scripts from fairfield/xorp and | An-Cheng Huang | |
ofr-eureka/rl-system. (this is the "mess-with-your-system-config" package.) |