texlive[42715] Build/source/texk/kpathsea: kpathsea/kpsestat.c:

commits+kakuto at tug.org commits+kakuto at tug.org
Thu Dec 15 23:59:12 CET 2016


Revision: 42715
          http://tug.org/svn/texlive?view=revision&revision=42715
Author:   kakuto
Date:     2016-12-15 23:59:12 +0100 (Thu, 15 Dec 2016)
Log Message:
-----------
kpathsea/kpsestat.c: correct email address

Modified Paths:
--------------
    trunk/Build/source/texk/kpathsea/ChangeLog
    trunk/Build/source/texk/kpathsea/kpsestat.c

Modified: trunk/Build/source/texk/kpathsea/ChangeLog
===================================================================
--- trunk/Build/source/texk/kpathsea/ChangeLog	2016-12-15 22:57:32 UTC (rev 42714)
+++ trunk/Build/source/texk/kpathsea/ChangeLog	2016-12-15 22:59:12 UTC (rev 42715)
@@ -1,3 +1,7 @@
+2016-12-15  Akira Kakuto  <kakuto at fuk.kindai.ac.jp>
+
+	* kpsestat.c: Change tex-k at mail.tug.org to tex-k at tug.org.
+
 2016-11-30  Karl Berry  <karl at ks.tug.org>
 
 	* texmf.cnf (shell_escape_commands): remove mpost, due to

Modified: trunk/Build/source/texk/kpathsea/kpsestat.c
===================================================================
--- trunk/Build/source/texk/kpathsea/kpsestat.c	2016-12-15 22:57:32 UTC (rev 42714)
+++ trunk/Build/source/texk/kpathsea/kpsestat.c	2016-12-15 22:59:12 UTC (rev 42715)
@@ -1,6 +1,6 @@
 /* kpsestat -- show file permissions of a file in octal form.
 
-   Copyright 2008 Karl Berry.
+   Copyright 2008, 2016 Karl Berry.
    Copyright 1997, 2000, 2001, 2005 Olaf Weber.
 
    This program is free software; you can redistribute it and/or modify
@@ -42,7 +42,7 @@
 \n\
 --help      display this help and exit\n\
 --version   output version information and exit\n\n", argv[0]);
-        fputs ("Email bug reports to tex-k at mail.tug.org.\n", stdout);
+        fputs ("Email bug reports to tex-k at tug.org.\n", stdout);
         exit(0);
     } else if (argc > 1 && strcmp (argv[1], "--version") == 0) {
         printf ("%s (%s)\n\



More information about the tex-live-commits mailing list