Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-28 | bug fix for 4718 - enhancement that will log commits in syslog for all | Deepti Kulkarni | |
successful (complete) commits for all commit methods. | |||
2011-05-16 | reimplement commit hooks mechanism | An-Cheng Huang | |
* do NOT reinvent the wheel (directory traversal, sorting, script execution, etc.) when the functionality is already provided by the system. * eliminate hard-coded hook directory in various feastures. everyone should obtain the directory path from the config backend. | |||
2011-05-10 | preliminary implementation of new commit | An-Cheng Huang | |
(cherry picked from commit 1b2a0fd1ae1e6dfc18e4f75f73cd7befb47cf538) | |||
2011-01-20 | correctly handle renamed file | An-Cheng Huang | |
(cherry picked from commit 61a954a8ae75898b873ef502e2b85695004110d2) | |||
2010-09-03 | remove lintian warnings | An-Cheng Huang | |
2010-08-26 | fix for bug 5960 | An-Cheng Huang | |
* change "commit" to use syscalls (instead of system("...") calls) for mount/umount. * this is a temporary fix, and such low-level details need to be moved into the backend library. | |||
2010-08-10 | separate libvyatta-cfg1 package | An-Cheng Huang | |
2010-07-28 | add new cstore library | An-Cheng Huang | |
2010-02-03 | Rename vyatta-ofr to vyatta-router | Stephen Hemminger | |
Bug 4386 vyatta-ofr is out of date product name. | |||
2009-12-21 | Remove install step refering to old priority file | Stephen Hemminger | |
2009-12-20 | Setup vyatta groups in early stage of install | Stephen Hemminger | |
If other packages want to refer to vyatta groups, need to be done early in install. | |||
2009-09-11 | Add group vyatta-op | Stephen Hemminger | |
Necessary to be able to distguish operators in config file to password sync. | |||
2008-12-15 | initial checkin of new commit code--building but does not replace original ↵ | slioch | |
commit. New commit may be accessed through my_commit2 binary. | |||
2008-07-28 | Remove spurious error message during install | rbalocca | |
2008-03-02 | Vyatta-cfg postinst was preventing upgrade | rbalocca | |
2008-02-22 | use vyattacfg for config files | An-Cheng Huang | |
2007-12-13 | make /opt/vyatta[/etc]/config in postinst rather than init script | Tom Grennan | |
2007-12-04 | create "vyattacfg" group in postinst (for configure mode). | An-Cheng Huang | |
2007-11-27 | Fix 2497: check for duplicate ip address. | Stig Thormodsrud | |
Also while we're add it, allow user to set an ipv6 address or get address from dhcp. | |||
2007-11-07 | * support rc.local on persistent storage. | An-Cheng Huang | |
* start vyatta-ofr at S90. | |||
2007-11-06 | handle config directory in vyatta-ofr init. | An-Cheng Huang | |
2007-10-18 | use S99 for vyatta-ofr init | An-Cheng Huang | |
2007-10-17 | import the vyatta-ofr init script from old eureka. | An-Cheng Huang | |
2007-10-05 | added postinst to create config directories. | An-Cheng Huang | |