source: rtems-libbsd/dhcpcd/dhcpcd-hooks/02-dump @ f2ed769

4.1155-freebsd-126-freebsd-12freebsd-9.3
Last change on this file since f2ed769 was f2ed769, checked in by Sebastian Huber <sebastian.huber@…>, on 01/30/14 at 12:29:46

DHCPCD(8): Import

Import DHCPCD(8) from:

http://roy.marples.name/projects/dhcpcd/

The upstream sources can be obtained via:

fossil clone http://roy.marples.name/projects/dhcpcd

The imported version is 2014-01-29 19:46:44 [6b209507bb].

  • Property mode set to 100644
File size: 108 bytes
Line 
1# Just echo our DHCP options we have
2
3if [ "$reason" = "DUMP" ]; then
4        set | sed -ne 's/^new_//p' | sort
5fi
Note: See TracBrowser for help on using the repository browser.