summaryrefslogtreecommitdiff
path: root/etc
AgeCommit message (Collapse)Author
2009-10-29Change how floppy is mountedStephen Hemminger
This fixes several problems: 1) Only try mounting once which avoids several I/O errors 2) Mount floppy with safer options for security 3) Use more optimum methods to reduce boot time This should really be done by better udev support. But the root of the problem lies in the Debian upstream package maintainer. He is hostile to later advancements, and still maintains a static /dev infrastructure as well as devfs compatiablity! Ubuntu, SUSE, and Redhat have all migrated to creating devices via udev; this would allow floppy device to only exist if floppy is present. And then inserting a floppy could cause udev add event to mount /media/floppy...
2009-10-28Avoid updating config.boot unless necessaryStephen Hemminger
On normal boot, no changes to config.boot or modes are needed.
2009-10-28Add copybreak option to all ether driversStephen Hemminger
Rest of Bug 4428
2009-10-19add sudo back to save command, and add check to save script that validates ↵slioch
vyatta config token at end of file. this will prevent the accidental overwrite of non vyatta config files. check on prevent existing files that don't contain ' === vyatta-config-version:' from being saved to.
2009-10-15modify group ownership on save commandslioch
2009-08-28Bugfix 4793: Narrow the set of platforms on which module is loaded.Bob Gilligan
(cherry picked from commit 97cd67eda018db24517ad644d2ad1547fdb52231)
2009-08-28Bugfix 4793: Load the acpi_cpufreq module on certain processors.Bob Gilligan
(cherry picked from commit 6202e7c5f0e8e0657c49e9d8422b6ef45b9ff84b)
2009-08-27add no copybreak for more driversStephen Hemminger
2009-06-05fix for bug 4505 merge is now called merge.slioch
2009-06-04Bugfix 4235: Improve help text.Bob Gilligan
2009-05-29Bugfix 4235: Code cleanup.Bob Gilligan
2009-05-29Bugfix 4235: Add help for "copy" and "rename" commands.Bob Gilligan
2009-05-28Bugfix 4235: Add help text for "load" and "save" commands in config mode.Bob Gilligan
2009-05-26Bugfix 4428: Disable copybreak in selected drivers to improve performance.Bob Gilligan
2009-05-21added load-merge command to configuration modeslioch
2009-03-09Block shutdown in configure modeStephen Hemminger
2009-02-18fix for bug 4138: reset *glob after completionAn-Cheng Huang
2009-02-09Fix Bug 3385 in completion script, thus, also fixing Bug 4120Mohit Mehta
2008-11-17Merge branch 'islavista' into jennerRick Balocca
2008-11-17Merge branch 'islavista' of git.vyatta.com:/git/vyatta-cfg into islavistaAn-Cheng Huang
2008-11-17fix for bug 3922: disable "vpn" command for operators.An-Cheng Huang
2008-11-14Fix 3919: Operator level users cannot issue ping6 commandStig Thormodsrud
2008-11-07Avoid overhead of modprobeStephen Hemminger
Floppy device driver is now builtin the kernel. Mount will load necessary filesystems
2008-10-30Set history timestamp at start of shellStephen Hemminger
For Bug 250, need to get timestamp from start of shell. Otherwise, all commands show up as now
2008-10-24Merge branch 'islavista' of suva.vyatta.com:/git/vyatta-cfg into islavistaStephen Hemminger
2008-10-24Expand shell historyStephen Hemminger
Bugfix 250 Collect more shell history and force append Note: this overrides default setting of HISTCONTROL in .bashrc
2008-10-17Bugfix: 3655Bob Gilligan
Unload unused RAID modules.
2008-10-10reboot not allowed from operator levelStephen Hemminger
This change prevents operator from seeing the reboot command in completion.
2008-10-07Fix for bug http://bugzilla.vyatta.com/show_bug.cgi?id=2138rbalocca
2008-09-26Simplify the coderbalocca
2008-09-26Fix for http://bugzilla.vyatta.com/show_bug.cgi?id=3680 (floppy config not ↵rbalocca
loaded)
2008-09-10Allow operator user to execute top level "update" node.Stig Thormodsrud
2008-08-28Allow use of aufsStephen Hemminger
Use $UNIONFS environment variable
2008-08-21fix for bug 3280: ignore password etc. in historyAn-Cheng Huang
2008-07-30mark vyatta-cfg as bash not sh scriptStephen Hemminger
This gets rid of a build error from lintian
2008-07-23Code moved for fix of bug http://bugzilla.vyatta.com/show_bug.cgi?id=3417Rick Balocca
2008-07-07Fix for bug http://bugzilla.vyatta.com/show_bug.cgi?id=3427rbalocca
2008-06-30add help string for "copy" and "rename"An-Cheng Huang
2008-06-30fix for bug 3400. user vyatta needed modification to discard command.Michael Larson
2008-06-22add top level op-mode commands: 'connect', 'delete', 'disconnect', and ↵Mohit Mehta
'terminal' to allowed-op file so that they not flagged as invalid commands when logged in as a operator level user
2008-06-21Merge branch 'hollywood' of mohit@git.vyatta.com:/git/vyatta-cfg into hollywoodMohit Mehta
2008-06-25fixed non-root user access for discard. also moved help string.Michael Larson
2008-06-21add release and renew to allowed-op file so that operator is able to execute ↵Mohit Mehta
them
2008-06-18Merge branch 'hollywood' of http://git.vyatta.com/vyatta-cfg into hollywoodMichael Larson
2008-06-18fix for bug 2622: add "copy" and "rename" commands for configuration mode.An-Cheng Huang
2008-06-17fix for bug 110. added discard command to configure mode. This command ↵Michael Larson
deletes local changes and keeps the user in configure mode.
2008-06-11Block reboot from config mode.Stig Thormodsrud
2008-05-19Fix for bug #3274 https://bugzilla.vyatta.com/show_bug.cgi?id=3274rbalocca
2008-05-07Fix problem with Default-Stoprbalocca
2008-04-29partial fix for bug 3216: display escaped edit path correctly.An-Cheng Huang