Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.1:Update
systemd.4328
ensure-shortname-is-set-as-hostname-bnc-820213....
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File ensure-shortname-is-set-as-hostname-bnc-820213.patch of Package systemd.4328
From: Frederic Crozat <fcrozat@suse.com> Date: Tue, 28 May 2013 15:17:35 +0200 Subject: ensure shortname is set as hostname (bnc#820213) strip hostname so the domain part isn't set as part of the hostname --- src/core/hostname-setup.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) --- systemd-206.orig/src/core/hostname-setup.c +++ systemd-206/src/core/hostname-setup.c @@ -32,7 +32,7 @@ #include "fileio.h" static int read_and_strip_hostname(const char *path, char **hn) { - char *s; + char *s, *domain; int r; assert(path); @@ -49,6 +49,11 @@ static int read_and_strip_hostname(const return -ENOENT; } + /* strip any leftover of a domain name */ + if (domain = strchr(s, '.')) { + *domain = NULL; + } + *hn = s; return 0; }
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor