summaryrefslogtreecommitdiffstats
path: root/dhcpcd-run-hooks.in
Commit message (Collapse)AuthorAge
* Fix quotingRoy Marples2009-04-20
|
* No need to quote here.Roy Marples2009-04-20
|
* Revert iforder -> interface_orderRoy Marples2009-04-20
|
* Remove old NetworkManager script - it's useless these days.Roy Marples2009-04-20
| | | | | Remove gratuitous usage of {} in variables.
* Use state dir for tmp files and try to preserve orig file more.Roy Marples2009-02-26
|
* Stop enforcing a umask in dhcpcd.Roy Marples2009-02-25
| | | | | | Instead we will ensure that /etc/resolv.conf is 644. Other config files will retain their existing umask or inherit the current one.
* nohook 20-resolv.conf should work now.Roy Marples2009-01-22
|
* Fix comment.Roy Marples2008-09-19
|
* Sort interfaces according to preference and pass this to dhcpcd-run-hooks so ↵Roy Marples2008-09-09
| | | | we can prefer configs.
* If cmp and diff aren't around, try a text match using cat. After all, we are ↵Roy Marples2008-08-15
| | | | working with text files.
* Don't enforce that keys are space separatedRoy Marples2008-08-15
|
* sed may not always be available, so use shell loops to replicate behaviour ↵Roy Marples2008-08-15
| | | | in this case
* Fix cmp test.Roy Marples2008-08-15
|
* Remove the append/clean framework and prefer a store and mergeRoy Marples2008-08-15
| | | | | approach. It's more work, but the end result looks cleaner.
* Set the main state dir in the main hook script.Roy Marples2008-08-14
|
* Move uniqify to dhcpcd-run-hooksRoy Marples2008-08-14
|
* Make signature more sane and fix comment.Roy Marples2008-08-14
|
* Fix removing old stale entries.Roy Marples2008-08-13
|
* content -> configurationRoy Marples2008-08-13
|
* Remove the word inteface from the signature.Roy Marples2008-08-13
|
* Add a framework for top an tailing config files with DHCP data and a method ↵Roy Marples2008-08-13
| | | | for cleaning them.
* Remove the signature variable - each hook makes it's own.Roy Marples2008-08-12
| | | | | | ntp.conf now preserves existing server entries and cleans stale dhcpcd entries
* Don't assume comments start with #Roy Marples2008-08-12
|
* Typo.Roy Marples2008-07-12
|
* Allow a user defined enter and exit hook instead of just a single hook.Roy Marples2008-07-12
|
* Move dhcpcd.sh to dhcpcd-run-hooks and remove .sh suffixesRoy Marples2008-05-24