Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Pavel Zhukov
57503c9be2 Delete reference to yp_get_default_domain (#1168989) 2017-06-30 12:02:29 +02:00
2 changed files with 13 additions and 1 deletions

View file

@ -28,6 +28,15 @@ diff -up hostname/Makefile.rh hostname/Makefile
diff -up hostname/hostname.1.rh hostname/hostname.1
--- hostname/hostname.1.rh 2013-11-03 15:24:23.000000000 +0100
+++ hostname/hostname.1 2013-11-04 10:12:59.670379153 +0100
@@ -70,7 +70,7 @@
and
.BR nisdomainname
use the
-.BR yp_get_default_domain (3).
+.BR getdomainname (2).
.LP
.B dnsdomainname
will print the domain part of the FQDN (Fully Qualified Domain Name). The
@@ -80,6 +80,28 @@ complete FQDN of the system is returned
.B "THE FQDN"
below).

View file

@ -1,7 +1,7 @@
Summary: Utility to set/show the host name or domain name
Name: hostname
Version: 3.15
Release: 7%{?dist}
Release: 8%{?dist}
License: GPLv2+
Group: System Environment/Base
URL: http://packages.qa.debian.org/h/hostname.html
@ -34,6 +34,9 @@ make BASEDIR=%{buildroot} BINDIR=%{_bindir} install
%{_mandir}/man1/*
%changelog
* Fri Jun 30 2017 Pavel Zhukov <landgraf@fedoraprojec.org> - 3.15-8
- Man page: change yp_get_default_domain with getdomainname (#1168989)
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.15-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild