From 5a82c74822d3272df2f5929133680478c0cfb4bd Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Fri, 6 Sep 2019 22:40:42 -0700 Subject: Prefer https to http for gnu.org and fsf.org URLs Also, change sources.redhat.com to sourceware.org. This patch was automatically generated by running the following shell script, which uses GNU sed, and which avoids modifying files imported from upstream: sed -ri ' s,(http|ftp)(://(.*\.)?(gnu|fsf|sourceware)\.org($|[^.]|\.[^a-z])),https\2,g s,(http|ftp)(://(.*\.)?)sources\.redhat\.com($|[^.]|\.[^a-z]),https\2sourceware.org\4,g ' \ $(find $(git ls-files) -prune -type f \ ! -name '*.po' \ ! -name 'ChangeLog*' \ ! -path COPYING ! -path COPYING.LIB \ ! -path manual/fdl-1.3.texi ! -path manual/lgpl-2.1.texi \ ! -path manual/texinfo.tex ! -path scripts/config.guess \ ! -path scripts/config.sub ! -path scripts/install-sh \ ! -path scripts/mkinstalldirs ! -path scripts/move-if-change \ ! -path INSTALL ! -path locale/programs/charmap-kw.h \ ! -path po/libc.pot ! -path sysdeps/gnu/errlist.c \ ! '(' -name configure \ -execdir test -f configure.ac -o -f configure.in ';' ')' \ ! '(' -name preconfigure \ -execdir test -f preconfigure.ac ';' ')' \ -print) and then by running 'make dist-prepare' to regenerate files built from the altered files, and then executing the following to cleanup: chmod a+x sysdeps/unix/sysv/linux/riscv/configure # Omit irrelevant whitespace and comment-only changes, # perhaps from a slightly-different Autoconf version. git checkout -f \ sysdeps/csky/configure \ sysdeps/hppa/configure \ sysdeps/riscv/configure \ sysdeps/unix/sysv/linux/csky/configure # Omit changes that caused a pre-commit check to fail like this: # remote: *** error: sysdeps/powerpc/powerpc64/ppc-mcount.S: trailing lines git checkout -f \ sysdeps/powerpc/powerpc64/ppc-mcount.S \ sysdeps/unix/sysv/linux/s390/s390-64/syscall.S # Omit change that caused a pre-commit check to fail like this: # remote: *** error: sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: last line does not end in newline git checkout -f sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S --- login/Makefile | 2 +- login/endutxent.c | 2 +- login/forkpty.c | 2 +- login/getlogin.c | 2 +- login/getlogin_r.c | 2 +- login/getlogin_r_chk.c | 2 +- login/getpt.c | 2 +- login/getutent.c | 2 +- login/getutent_r.c | 2 +- login/getutid.c | 2 +- login/getutid_r.c | 2 +- login/getutline.c | 2 +- login/getutline_r.c | 2 +- login/getutmp.c | 2 +- login/getutmpx.c | 2 +- login/getutxent.c | 2 +- login/getutxid.c | 2 +- login/getutxline.c | 2 +- login/grantpt.c | 2 +- login/login.c | 2 +- login/logout.c | 2 +- login/logwtmp.c | 2 +- login/openpty.c | 2 +- login/programs/pt_chown.c | 2 +- login/programs/utmpdump.c | 2 +- login/ptsname.c | 2 +- login/ptsname_r_chk.c | 2 +- login/pty.h | 2 +- login/pututxline.c | 2 +- login/setlogin.c | 2 +- login/setutxent.c | 2 +- login/tst-getlogin.c | 2 +- login/tst-ptsname.c | 2 +- login/tst-pututxline-lockfail.c | 2 +- login/tst-updwtmpx.c | 2 +- login/tst-utmp.c | 2 +- login/unlockpt.c | 2 +- login/updwtmp.c | 2 +- login/updwtmpx.c | 2 +- login/utmp-private.h | 2 +- login/utmp.h | 2 +- login/utmp_file.c | 2 +- login/utmpname.c | 2 +- login/utmpxname.c | 2 +- 44 files changed, 44 insertions(+), 44 deletions(-) (limited to 'login') diff --git a/login/Makefile b/login/Makefile index 93a3c8e..0183db1 100644 --- a/login/Makefile +++ b/login/Makefile @@ -13,7 +13,7 @@ # You should have received a copy of the GNU Lesser General Public # License along with the GNU C Library; if not, see -# . +# . # # Sub-makefile for login portion of the library. diff --git a/login/endutxent.c b/login/endutxent.c index 4ed162d..881d2fe 100644 --- a/login/endutxent.c +++ b/login/endutxent.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include #include diff --git a/login/forkpty.c b/login/forkpty.c index 695c9e9..4a0dee4 100644 --- a/login/forkpty.c +++ b/login/forkpty.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include #include diff --git a/login/getlogin.c b/login/getlogin.c index 0c82f38..6ac375d 100644 --- a/login/getlogin.c +++ b/login/getlogin.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include #include diff --git a/login/getlogin_r.c b/login/getlogin_r.c index b3b6c06..d26908c 100644 --- a/login/getlogin_r.c +++ b/login/getlogin_r.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include #include diff --git a/login/getlogin_r_chk.c b/login/getlogin_r_chk.c index 228dc75..bc233f2 100644 --- a/login/getlogin_r_chk.c +++ b/login/getlogin_r_chk.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include diff --git a/login/getpt.c b/login/getpt.c index 8a699b0..3f7c435 100644 --- a/login/getpt.c +++ b/login/getpt.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include #include diff --git a/login/getutent.c b/login/getutent.c index df71e90..61e414c 100644 --- a/login/getutent.c +++ b/login/getutent.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include #include diff --git a/login/getutent_r.c b/login/getutent_r.c index fd13be8..ca2daa8 100644 --- a/login/getutent_r.c +++ b/login/getutent_r.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include #include diff --git a/login/getutid.c b/login/getutid.c index 1b4b587..48dd1d7 100644 --- a/login/getutid.c +++ b/login/getutid.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include #include diff --git a/login/getutid_r.c b/login/getutid_r.c index 460d94b..d49d303 100644 --- a/login/getutid_r.c +++ b/login/getutid_r.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include #include diff --git a/login/getutline.c b/login/getutline.c index f57ad22..75a6179 100644 --- a/login/getutline.c +++ b/login/getutline.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include #include diff --git a/login/getutline_r.c b/login/getutline_r.c index f03255d..8bcd503 100644 --- a/login/getutline_r.c +++ b/login/getutline_r.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include #include diff --git a/login/getutmp.c b/login/getutmp.c index 4e3be11..bc99145 100644 --- a/login/getutmp.c +++ b/login/getutmp.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include #include diff --git a/login/getutmpx.c b/login/getutmpx.c index da28d33..8683464 100644 --- a/login/getutmpx.c +++ b/login/getutmpx.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include #include diff --git a/login/getutxent.c b/login/getutxent.c index 8e547a0..b30a3c3 100644 --- a/login/getutxent.c +++ b/login/getutxent.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include #include diff --git a/login/getutxid.c b/login/getutxid.c index 62b1c99..b8d88c0 100644 --- a/login/getutxid.c +++ b/login/getutxid.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include #include diff --git a/login/getutxline.c b/login/getutxline.c index ee14812..58af491 100644 --- a/login/getutxline.c +++ b/login/getutxline.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include #include diff --git a/login/grantpt.c b/login/grantpt.c index a6086ce..f2379dc 100644 --- a/login/grantpt.c +++ b/login/grantpt.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include #include diff --git a/login/login.c b/login/login.c index b7d638c..91ac921 100644 --- a/login/login.c +++ b/login/login.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include #include diff --git a/login/logout.c b/login/logout.c index 5015c1a..d0d421c 100644 --- a/login/logout.c +++ b/login/logout.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include #include diff --git a/login/logwtmp.c b/login/logwtmp.c index 50d1497..654f412 100644 --- a/login/logwtmp.c +++ b/login/logwtmp.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include #include diff --git a/login/openpty.c b/login/openpty.c index 2c55299..1db4c2d 100644 --- a/login/openpty.c +++ b/login/openpty.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include #include diff --git a/login/programs/pt_chown.c b/login/programs/pt_chown.c index d44e4bf..5e490ee 100644 --- a/login/programs/pt_chown.c +++ b/login/programs/pt_chown.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include #include diff --git a/login/programs/utmpdump.c b/login/programs/utmpdump.c index 85d8e31..0d07f79 100644 --- a/login/programs/utmpdump.c +++ b/login/programs/utmpdump.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include #include diff --git a/login/ptsname.c b/login/ptsname.c index 0149c98..a83ece1 100644 --- a/login/ptsname.c +++ b/login/ptsname.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include #include diff --git a/login/ptsname_r_chk.c b/login/ptsname_r_chk.c index 0cfc562..5a13346 100644 --- a/login/ptsname_r_chk.c +++ b/login/ptsname_r_chk.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include diff --git a/login/pty.h b/login/pty.h index cac107c..5916475 100644 --- a/login/pty.h +++ b/login/pty.h @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #ifndef _PTY_H #define _PTY_H 1 diff --git a/login/pututxline.c b/login/pututxline.c index ee8f27a..161bbf6 100644 --- a/login/pututxline.c +++ b/login/pututxline.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include #include diff --git a/login/setlogin.c b/login/setlogin.c index a31a5d0..0b759df 100644 --- a/login/setlogin.c +++ b/login/setlogin.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include #include diff --git a/login/setutxent.c b/login/setutxent.c index 3cec3c4..a739633 100644 --- a/login/setutxent.c +++ b/login/setutxent.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include #include diff --git a/login/tst-getlogin.c b/login/tst-getlogin.c index e2bfdc9..129f416 100644 --- a/login/tst-getlogin.c +++ b/login/tst-getlogin.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include #include diff --git a/login/tst-ptsname.c b/login/tst-ptsname.c index 713a247..953fed9 100644 --- a/login/tst-ptsname.c +++ b/login/tst-ptsname.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include #include diff --git a/login/tst-pututxline-lockfail.c b/login/tst-pututxline-lockfail.c index 47c25dc..7c35ce3 100644 --- a/login/tst-pututxline-lockfail.c +++ b/login/tst-pututxline-lockfail.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; see the file COPYING.LIB. If - not, see . */ + not, see . */ /* pututxline upgrades the read lock on the file to a write lock. This test verifies that if the lock upgrade fails, the utmp diff --git a/login/tst-updwtmpx.c b/login/tst-updwtmpx.c index 0a4a27d..d7ef07e 100644 --- a/login/tst-updwtmpx.c +++ b/login/tst-updwtmpx.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; see the file COPYING.LIB. If - not, see . */ + not, see . */ /* This program runs a series of tests. Each one calls updwtmpx twice, to write two records, optionally with misalignment in the diff --git a/login/tst-utmp.c b/login/tst-utmp.c index 02d0c1f..1e65bd3 100644 --- a/login/tst-utmp.c +++ b/login/tst-utmp.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include #include diff --git a/login/unlockpt.c b/login/unlockpt.c index 427a7d7..31092fc 100644 --- a/login/unlockpt.c +++ b/login/unlockpt.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include #include diff --git a/login/updwtmp.c b/login/updwtmp.c index 387e580..d98ff43 100644 --- a/login/updwtmp.c +++ b/login/updwtmp.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include diff --git a/login/updwtmpx.c b/login/updwtmpx.c index e046b73..59049dd 100644 --- a/login/updwtmpx.c +++ b/login/updwtmpx.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include #include diff --git a/login/utmp-private.h b/login/utmp-private.h index d60461d..f4cef42 100644 --- a/login/utmp-private.h +++ b/login/utmp-private.h @@ -16,7 +16,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #ifndef _UTMP_PRIVATE_H #define _UTMP_PRIVATE_H 1 diff --git a/login/utmp.h b/login/utmp.h index 168c159..7906e04 100644 --- a/login/utmp.h +++ b/login/utmp.h @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #ifndef _UTMP_H #define _UTMP_H 1 diff --git a/login/utmp_file.c b/login/utmp_file.c index 2d0548f..be7cc06 100644 --- a/login/utmp_file.c +++ b/login/utmp_file.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include #include diff --git a/login/utmpname.c b/login/utmpname.c index 8f94b19..a1ae639 100644 --- a/login/utmpname.c +++ b/login/utmpname.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include #include diff --git a/login/utmpxname.c b/login/utmpxname.c index 0631ca5..db9420a 100644 --- a/login/utmpxname.c +++ b/login/utmpxname.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include #include -- cgit v1.1