Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-06-17 | Bugfix 4592: Generate NTP config file from Vyatta configuration parameters. | Bob Gilligan | |
This fix changes the way that the /etc/ntp.conf file is generated. Now it is generated at boot time using a fixed section that contains only parameters that users don't change, plus a section that is generated from any "system ntp-servers" parameters that are configured. The fixed section does not contain any "server" definitions, so all server definitions come from the Vyatta config. The Vyatta configuration template for this parameter and code at other places in the system will now start the NTP server ONLY if there is at least one NTP server configured. So the user can "turn off" the NTP server by just deleting all NTP servers from the configuration. The default "config.boot" file does contiain one built-in "system ntp-servers" parameter, so a newly installed system will start the NTP server. | |||
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 andupstream | An-Cheng Huang | |
ofr-eureka/rl-system. (this is the "mess-with-your-system-config" package.) |