diff options
| author | Roy Marples <roy@marples.name> | 2020-03-31 19:45:17 +0100 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2020-03-31 19:45:17 +0100 |
| commit | bbf2c290fbf303b684eb1366cfb61d0a48e8e40c (patch) | |
| tree | 60b7b3aa33562bce9317d294b3964d83dcaca802 /Makefile.inc | |
| parent | 645d14292178c4f6a6f7d359ff8eeb87998f7a35 (diff) | |
| download | dhcpcd-bbf2c290fbf303b684eb1366cfb61d0a48e8e40c.tar.xz | |
linux: the default hostname is (none)
It's blank for the BSD's.
Respect this when relinquishing the hostname.
Diffstat (limited to 'Makefile.inc')
| -rw-r--r-- | Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.inc b/Makefile.inc index 3561ba35..ec5361a6 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -32,3 +32,4 @@ SED_SERVICESTATUS= -e 's:@SERVICESTATUS@:${SERVICESTATUS}:g' SED_STATUSARG= -e 's:@STATUSARG@:${STATUSARG}:g' SED_SCRIPT= -e 's:@SCRIPT@:${SCRIPT}:g' SED_SYS= -e 's:@SYSCONFDIR@:${SYSCONFDIR}:g' +SED_DEFAULT_HOSTNAME= -e 's:@DEFAULT_HOSTNAME@:${DEFAULT_HOSTNAME}:g' |
