summaryrefslogtreecommitdiff
path: root/debian/vyatta-cfg.postinst.in
AgeCommit message (Collapse)Author
2015-04-09Remove some obsolete workaround.Daniil Baturin
Use hardcoded pre/post commit hook dirs, it's not like they ever change.
2015-04-09Bug #538: run user commit hooks as vyattacfg group member.Daniil Baturin
Fix wrong placement of the post-commit script.
2015-04-03Bug #538: add scripts for running user commit hooks.Daniil Baturin
2012-02-28bug fix for 4718 - enhancement that will log commits in syslog for allDeepti Kulkarni
successful (complete) commits for all commit methods.
2011-05-16reimplement commit hooks mechanismAn-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-10preliminary implementation of new commitAn-Cheng Huang
(cherry picked from commit 1b2a0fd1ae1e6dfc18e4f75f73cd7befb47cf538)
2011-01-20correctly handle renamed fileAn-Cheng Huang
(cherry picked from commit 61a954a8ae75898b873ef502e2b85695004110d2)
2010-09-03remove lintian warningsAn-Cheng Huang
2010-08-26fix for bug 5960An-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-10separate libvyatta-cfg1 packageAn-Cheng Huang
2010-07-28add new cstore libraryAn-Cheng Huang
2010-02-03Rename vyatta-ofr to vyatta-routerStephen Hemminger
Bug 4386 vyatta-ofr is out of date product name.
2009-12-21Remove install step refering to old priority fileStephen Hemminger
2009-12-20Setup vyatta groups in early stage of installStephen Hemminger
If other packages want to refer to vyatta groups, need to be done early in install.
2009-09-11Add group vyatta-opStephen Hemminger
Necessary to be able to distguish operators in config file to password sync.
2008-12-15initial checkin of new commit code--building but does not replace original ↵slioch
commit. New commit may be accessed through my_commit2 binary.
2008-07-28Remove spurious error message during installrbalocca
2008-03-02Vyatta-cfg postinst was preventing upgraderbalocca
2008-02-22use vyattacfg for config filesAn-Cheng Huang
2007-12-13make /opt/vyatta[/etc]/config in postinst rather than init scriptTom Grennan
2007-12-04create "vyattacfg" group in postinst (for configure mode).An-Cheng Huang
2007-11-27Fix 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-06handle config directory in vyatta-ofr init.An-Cheng Huang
2007-10-18use S99 for vyatta-ofr initAn-Cheng Huang
2007-10-17import the vyatta-ofr init script from old eureka.An-Cheng Huang
2007-10-05added postinst to create config directories.An-Cheng Huang