aboutsummaryrefslogtreecommitdiffstats
path: root/main/dhcp/dhclient-script-fix-bare-ip.patch
Commit message (Collapse)AuthorAgeFilesLines
* main/dhcp: use /bin/sh instead of bash in client-scriptNatanael Copa2018-03-071-4/+11
| | | | | | | The script seems to be posix shell compatible so we only need to change the shebang to #!/bin/sh This way we avoid the bash dependency
* main/dhcp: Upgrade to 4.4.1tcely2018-03-071-0/+12
- use pkgname more places - remove obsolete dhclient-script patch - add check function - fix bare ip in dhclient-script - move bash dependency to dhclient package - symlink example location of dhclient-script