summaryrefslogtreecommitdiff
path: root/scripts
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-22Fist pass at adding archive to uri on commit.Stig Thormodsrud
2010-10-20Make empty config files readableStephen Hemminger
2010-10-19keep serial console until configuration is workingStephen Hemminger
2010-10-16Fix syntax error in vyatta_update_console.pl.Stig Thormodsrud
2010-10-15Merge branch 'mendocino' of vm:vyatta/mendocino/vyatta-cfg-system into mendocinoStephen Hemminger
2010-10-15Handle error cases on console updateStephen Hemminger
If inittab doesn't exist or console not configured, just do nothing.
2010-10-15change to accessor for outputerrorroot
2010-10-15Add ability to run modem gettyStephen Hemminger
For some dial in lines, need HAYES modem support.
2010-10-14Change speed in grub config as wellStephen Hemminger
For serial console on ttyS0, change speed as well.
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-10-14Change syntax for console configStephen Hemminger
Use: system console device ttyS1 speed 115200 To allow top level node to be one transaction with one update
2010-10-14Fix serial console setup functionsStephen Hemminger
Problems found during basic testing of new serial console config
2010-10-14Fix regexp used for disabling up serial with XenStephen Hemminger
2010-10-14Add support for setting up serial console portsStephen Hemminger
2010-10-13Revise new ntp server configStephen Hemminger
Putting it in 'system { ntp { server...' makes more sense.
2010-10-13Migrate NTP server to services ntpStephen Hemminger
Allows starting NTP server once at boot speeding up boot time and allows specifying some NTP server options
2010-10-10Add LSB support information to telnetd.initStephen Hemminger
2010-10-09Merge branch 'mendocino' of suva.vyatta.com:/git/vyatta-cfg-system into ↵Stephen Hemminger
mendocino
2010-10-09Check if SNMP is running before startingStephen Hemminger
The SNMPD restart has 2 or 3 seconds of sleep that is unnecessary if SNMPD isn't running.
2010-10-08Merge branch 'mendocino' of suva.vyatta.com:/git/vyatta-cfg-system into ↵Stephen Hemminger
mendocino
2010-10-08Convert from syslog to rsyslogStephen Hemminger
Configuration file is /etc/rsyslog.conf and it is supports directory of include parameters so do not need to edit rsyslog.conf directly
2010-10-08modified reference error location.root
2010-10-08use new error reference location methodroot
2010-10-07moved code for zones to vyatta-zone packageMohit Mehta
2010-09-21* update count_iptables module usageMohit Mehta
2010-09-21* use count_iptables_rule from MISC moduleMohit Mehta
2010-09-18Bugfix 6210: Fix up case where login section is missing from config file.Bob Gilligan
(cherry picked from commit b39ed5b1c8b85402770305efa6b2248df3440db1)
2010-09-20fix init-floppy for squeezeAn-Cheng Huang
2010-09-17Bugfix 6210: Fix parsing of config fileBob Gilligan
Previous commit "More fixes to standalone password reset" incorrectly parsed fields in the Vyatta config file. (cherry picked from commit 9a08473ae6abb2aec0e51c758f0712ac91c27de9)
2010-09-08Fix quoting of shell -zStephen Hemminger
The -z test in shell needs to be quoted to avoid issues with shell expansion.
2010-09-08Fix quoting issues with conversion to lower caseStephen Hemminger
Add common shell function to convert to lower case. Part of Bug 6132
2010-09-08Enforce username length restrictionStephen Hemminger
Bug 6131
2010-09-07Update to current udevStephen Hemminger
Current udev does not have udevsettle instead use udevadm settle
2010-09-02Remove ifDescr overrideStephen Hemminger
Net-snmp now generates ifDescr itself, so don't need all the parsing and override stuff
2010-08-31Bugfix 5499: Fix restrictions on IPv6 addresses.Bob Gilligan
The code previously prevented the user from assigning the all-zeros or the all-ones IPv6 host addresses on a subnet. These addresses are not illegal in IPv6. This commit removes that restriction, and adds checks for some IPv6 addresses that are illegal to be assigned to an interface.
2010-08-30Bugfix 6085: Use "-x" flag instead of "-r" to kill the old dhclient processBob Gilligan
The "-r" flag to "dhclient" kills the old dhclient daemon, but also tries to release the lease on the server. Unfortunately, the program will block forever if a lease had not actually been obtained. The "-x" flag does all the same things as "-r", but doesn't try to release the lease on the server, and hence doesn't block in the case where the lease had not been obtained.
2010-08-23Generate interface descriptionStephen Hemminger
This adds ifDescr value for interface based on PCI information.
2010-08-17Add vrrp parameters to transition script.Stig Thormodsrud
(cherry picked from commit 1b22d1bbcf8146736d9f69d1edb57a36e55f6fdc)
2010-08-16remove low-level config dir usageAn-Cheng Huang
* "--path" option was using config dir directly. * remove "--path" since it is unused.
2010-08-16remove low-level config dir usageAn-Cheng Huang
2010-08-02use listEffectiveNodes() from new APIAn-Cheng Huang
2010-08-02Bugfix 5964: Eliminate unnecessary version check.Bob Gilligan
2010-08-02new API changeAn-Cheng Huang
* return of isActive() was inverted in original API.
2010-07-30Merge branch 'mendocino' of git.vyatta.com:/git/vyatta-cfg-system into mendocinoAn-Cheng Huang
2010-07-30add comments and missing functionAn-Cheng Huang
2010-07-30new API changesAn-Cheng Huang