summaryrefslogtreecommitdiffstats
path: root/dhcpcd-hooks
Commit message (Expand)AuthorAge
* 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
* New configure reasons NOCARRIER and NAK instead of just sending EXPIRE.Roy Marples2009-01-15
* Add a static directive that allows the configuration of variables, whichRoy Marples2009-01-01
* NetBSD sh needs eval here.Roy Marples2008-11-14
* Don't restart ntpd if it's not already running.Roy Marples2008-11-11
* Re-create the old .info file for applications that parse it.Roy Marples2008-10-28
* Allow ntp.conf location to be tunable, #119Roy Marples2008-10-27
* Build the resolv.conf correctly from the last commit.Roy Marples2008-10-01
* Write resolv.conf as per the DHCP message.Roy Marples2008-10-01
* Export IF_METRIC to resolvconf. We should change to the -m option when openre...Roy Marples2008-09-10
* Don't enforce that keys are space separatedRoy Marples2008-08-15
* sed may not always be available, so use shell loops to replicate behaviour in...Roy Marples2008-08-15
* Remove the append/clean framework and prefer a store and mergeRoy Marples2008-08-15
* Don't error if no interfaces or the state dir does not exist.Roy Marples2008-08-14
* Set the main state dir in the main hook script.Roy Marples2008-08-14
* Don't quote for uniqify and use 1 sed call instead of looping.Roy Marples2008-08-14
* Move uniqify to dhcpcd-run-hooksRoy Marples2008-08-14
* If resolvconf is not present, try and emulate it's functionality just for dhc...Roy Marples2008-08-14
* Be consistent with dhcient - always PREINIT on startup. We can use this to pu...Roy Marples2008-08-14
* Check for localhost.localdomain as needing a new hostname.Roy Marples2008-08-13
* Support head and tail files for resolv.confRoy Marples2008-08-13
* Use append_conf return value.Roy Marples2008-08-13
* Add a framework for top an tailing config files with DHCP data and a method f...Roy Marples2008-08-13
* Remove the signature variable - each hook makes it's own.Roy Marples2008-08-12
* Default target should not be install ...Roy Marples2008-08-12
* ntp.conf could have more than just servers, but DHCP only knows about servers...Roy Marples2008-08-12
* Don't assume comments start with #Roy Marples2008-08-12
* Allow FQDN to be decoded to userland. Also, don't exclude hostname when sendi...Roy Marples2008-08-08
* It looks impossible to send our information to NM using DBus, so just call th...Roy Marples2008-07-31
* Always restart ntp even config hasn't changed as it could have been configure...Roy Marples2008-07-31
* Don't lookup the hostname if we don't have an ip address (INFORM).Roy Marples2008-07-31
* Inherit DBDIR and LIBEXECDIR from the env.Roy Marples2008-07-27
* Add metric= to our env, #93 thanks to Tobias Volk.Roy Marples2008-06-19
* Re number the hook scripts to give more space.Roy Marples2008-06-18
* Add 05-mtu hook so we respect the desired MTU on networks.Roy Marples2008-06-13
* Add a sample NetworkManager hook script.Roy Marples2008-06-04
* We source the hooks, so use FILES instead of SCRIPTS.Roy Marples2008-05-27
* Fix rc-service command.Roy Marples2008-05-27
* set is shell builtin, env is notRoy Marples2008-05-26
* Fix install.Roy Marples2008-05-24
* Style.Roy Marples2008-05-24
* Rename hook script to reflect the config file they are updating.Roy Marples2008-05-24
* Move dhcpcd.sh to dhcpcd-run-hooks and remove .sh suffixesRoy Marples2008-05-24