From ff541ab5bf7a4bd359d8b3f2cf41b9b9f4c5fd59 Mon Sep 17 00:00:00 2001 From: Paul Wise Date: Mon, 13 Jun 2016 08:41:11 +0800 Subject: [PATCH] We just call the operating system Debian these days --- debian/copyright | 4 ++-- ud-generate | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/copyright b/debian/copyright index 7e8397c..09ee7a2 100644 --- a/debian/copyright +++ b/debian/copyright @@ -16,8 +16,8 @@ userdir-ldap has been released under the GNU General Public License. along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. -On Debian GNU/Linux systems, the complete text of the GNU General -Public License can be found in `/usr/share/common-licenses/GPL'. +On Debian systems, the complete text of the GNU General Public License +can be found in `/usr/share/common-licenses/GPL'. The source of the Debian package was managed through CVS. It was publicly available at . diff --git a/ud-generate b/ud-generate index 68ed646..629315f 100755 --- a/ud-generate +++ b/ud-generate @@ -900,7 +900,7 @@ def ExtractDNSInfo(x): Mach = "" if x[1].has_key("machine"): Mach = " " + GetAttr(x, "machine") - DNSInfo.append("%sIN\tHINFO\t\"%s%s\" \"%s\"" % (TTLprefix, Arch, Mach, "Debian GNU/Linux")) + DNSInfo.append("%sIN\tHINFO\t\"%s%s\" \"%s\"" % (TTLprefix, Arch, Mach, "Debian")) if x[1].has_key("mXRecord"): for I in x[1]["mXRecord"]: -- 2.20.1