summaryrefslogtreecommitdiff
path: root/scripts/rl-system.init
AgeCommit message (Collapse)Author
2010-10-23Fix commit-uri bug.Stig Thormodsrud
- remove links from commit hook directory on boot-up. - remove 'file' scheme for now.
2010-10-20Make empty config files readableStephen Hemminger
2010-10-19keep serial console until configuration is workingStephen Hemminger
2010-10-14Add better control over console screen blankerStephen Hemminger
By default, turn console screenblanking off. If user wants to enable it, they can use: set system console powersave
2010-10-14Remove serial console before configStephen Hemminger
Need to flush out serial console lines from inittab to handle the case where no serial console is configured.
2010-10-14Restore old motd and login bannerStephen Hemminger
This resolves problem where changes were made but not saved and login banner files had the non-saved changes
2010-10-14Turn off screen blanking on consoleStephen Hemminger
2010-09-07Update to current udevStephen Hemminger
Current udev does not have udevsettle instead use udevadm settle
2010-06-21Merge branch 'larkspur' of http://git.vyatta.com/vyatta-cfg-system into larkspurMichael Larson
2010-06-21fix for bug 5663Michael Larson
2010-05-24Don't enable PAM Radius by defaultStephen 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-15Remove Radius Server config file on rebootStephen Hemminger
The radius server config file needs to be removed. It gets rebuilt later in config process.
2010-03-12Make /var/run/vyatta and /var/log/vyattaStephen Hemminger
Other scripts depend on these directories
2010-02-09Remove IPv6 address_flush sysctlStephen Hemminger
No longer used in latest Vyatta kernel.
2010-01-24Fix allow-root for telnet/sshStephen Hemminger
Bug 5252 The boot script needs to restore default settings, and the templates are then used to enable root access.
2010-01-20Set IPV6 parameters in rl-system.initStephen 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-19Change how IPV4/IPV6 configuration values are doneStephen 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-07Add support trap source addressStephen Hemminger
Bug 458 Add service snmp trap-source <address> wrapper for /etc/snmp/snmp.conf
2009-12-02Don't lose user customization to pam-authStephen Hemminger
Don't pass --force flag to pam-auth-update, so if user has customized file, then radius config will stay.
2009-12-01Avoid updating files on bootStephen Hemminger
If file is already correct, no need to write it.
2009-11-30Remove Radius server on rebootStephen Hemminger
Related to Bug 5130 and 5084
2009-11-02Reset PAM configuration on bootStephen Hemminger
Bug 5084 Need to remove radius (and any other) PAM customizations on reboot.
2009-09-22Bugfix 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-17Merged from Jenner.Bob Gilligan
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 andAn-Cheng Huang
ofr-eureka/rl-system. (this is the "mess-with-your-system-config" package.)