From: Paul Wise Date: Mon, 13 Jun 2016 00:41:11 +0000 (+0800) Subject: We just call the operating system Debian these days X-Git-Tag: userdir-ldap-0.3.88~11 X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fuserdir-ldap.git;a=commitdiff_plain;h=ff541ab5bf7a4bd359d8b3f2cf41b9b9f4c5fd59 We just call the operating system Debian these days --- 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"]: