summaryrefslogtreecommitdiff
path: root/scripts/rl-system.init
AgeCommit message (Collapse)Author
2009-06-17Bugfix 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-21Don't flush out ntp.conf on bootStephen 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-24set default values for ipv6 accept_redirects and accept_source_routeMohit Mehta
2009-02-17Take out ipt_rlsnmpstats moduleStephen Hemminger
Not used, not needed, possible buggy.
2008-11-14Speed up bootStephen Hemminger
Faster way to make empty files. Load snmp stats in background Move all sysctl settings to one place
2008-11-06Don't force rebuild of ssh_host_key on each bootStephen Hemminger
Bugfix 3873 Don't remove ssh_host_key because that will force it to be rebuilt everytime system boots.
2008-10-13fix ssh keygen on startupRobert Bays
2008-08-18Change udevtrigger to udevadm trigger.Stig Thormodsrud
2008-05-13fix typo in rl-system.initAn-Cheng Huang
2008-05-13Move sysctl configuration to /etc/vyatta-sysctl.confStephen 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-22Merge branch 'glendale' into hollywoodrbalocca
Conflicts: debian/control scripts/install-system scripts/rl-system.init
2008-03-20up proc limit for rmem_max to support zebra netlink buffer size increase.Michael Larson
2008-03-18consolidate proc/sys flag settings to livecd/install hookTom Grennan
2008-03-10Merge branch 'glendale' into hollywoodrbalocca
2008-03-10Update to GPLv2Stephen Hemminger
Replace references to VPL 1.0 with GPLv2
2008-03-05Fix format of date from rl-system.initStephen Hemminger
Bugfix: 2946 Use logger instead of date command
2008-02-06bump up rmem_max limit to 223232 (in conjunction with fix for zebra)Michael Larson
2008-01-23fix bug 2658Tom 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-18sysconf files need to be updated earlier. move to live-helper hook.An-Cheng Huang
2007-12-14move config file interface mods to udev handlerTom Grennan
2007-12-14fix modification of config file interface sub-blockTom Grennan
2007-12-13process device persistence through udev rules rather than init scriptTom Grennan
2007-12-07fix ifrename problem: make sure there's no interface name overlap, and don'tAn-Cheng Huang
use "-t" with ifrename.
2007-12-05add link-detect to interfaces by default on interface discoveryRobert Bays
2007-11-05remove hostname setting from rl-system (handled by config).An-Cheng Huang
2007-10-18initial import of systel-level scripts from fairfield/xorp andupstreamAn-Cheng Huang
ofr-eureka/rl-system. (this is the "mess-with-your-system-config" package.)