From 301161a7a4bda27c7ebd54c537dfec0cbc926365 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 20 Dec 2021 20:07:00 -0500 Subject: use HEAD in git URIs to point to the default branch This makes the URIs shorter and dynamic: whatever the default branch the repo uses will be used. --- sh/binfmt.sh.in | 4 ++-- sh/cgroup-release-agent.sh.in | 4 ++-- sh/functions.sh.in | 4 ++-- sh/gendepends.sh.in | 4 ++-- sh/init-early.sh.Linux.in | 4 ++-- sh/init.sh.BSD.in | 4 ++-- sh/init.sh.GNU-kFreeBSD.in | 4 ++-- sh/init.sh.GNU.in | 4 ++-- sh/openrc-run.sh.in | 4 ++-- sh/rc-cgroup.sh | 4 ++-- sh/rc-mount.sh | 4 ++-- sh/runit.sh | 4 ++-- sh/s6.sh | 4 ++-- sh/start-stop-daemon.sh | 4 ++-- sh/supervise-daemon.sh | 4 ++-- 15 files changed, 30 insertions(+), 30 deletions(-) (limited to 'sh') diff --git a/sh/binfmt.sh.in b/sh/binfmt.sh.in index 11a57211..208d2062 100644 --- a/sh/binfmt.sh.in +++ b/sh/binfmt.sh.in @@ -8,11 +8,11 @@ # Copyright (c) 2015 The OpenRC Authors. # See the Authors file at the top-level directory of this distribution and -# https://github.com/OpenRC/openrc/blob/master/AUTHORS +# https://github.com/OpenRC/openrc/blob/HEAD/AUTHORS # # This file is part of OpenRC. It is subject to the license terms in # the LICENSE file found in the top-level directory of this -# distribution and at https://github.com/OpenRC/openrc/blob/master/LICENSE +# distribution and at https://github.com/OpenRC/openrc/blob/HEAD/LICENSE # This file may not be copied, modified, propagated, or distributed # except according to the terms contained in the LICENSE file. apply_file() { diff --git a/sh/cgroup-release-agent.sh.in b/sh/cgroup-release-agent.sh.in index 179e6bcf..0a6ec17d 100644 --- a/sh/cgroup-release-agent.sh.in +++ b/sh/cgroup-release-agent.sh.in @@ -4,11 +4,11 @@ # Copyright (c) 2007-2015 The OpenRC Authors. # See the Authors file at the top-level directory of this distribution and -# https://github.com/OpenRC/openrc/blob/master/AUTHORS +# https://github.com/OpenRC/openrc/blob/HEAD/AUTHORS # # This file is part of OpenRC. It is subject to the license terms in # the LICENSE file found in the top-level directory of this -# distribution and at https://github.com/OpenRC/openrc/blob/master/LICENSE +# distribution and at https://github.com/OpenRC/openrc/blob/HEAD/LICENSE # This file may not be copied, modified, propagated, or distributed # except according to the terms contained in the LICENSE file. diff --git a/sh/functions.sh.in b/sh/functions.sh.in index bc2203c9..63730b32 100644 --- a/sh/functions.sh.in +++ b/sh/functions.sh.in @@ -3,11 +3,11 @@ # Copyright (c) 2007-2015 The OpenRC Authors. # See the Authors file at the top-level directory of this distribution and -# https://github.com/OpenRC/openrc/blob/master/AUTHORS +# https://github.com/OpenRC/openrc/blob/HEAD/AUTHORS # # This file is part of OpenRC. It is subject to the license terms in # the LICENSE file found in the top-level directory of this -# distribution and at https://github.com/OpenRC/openrc/blob/master/LICENSE +# distribution and at https://github.com/OpenRC/openrc/blob/HEAD/LICENSE # This file may not be copied, modified, propagated, or distributed # except according to the terms contained in the LICENSE file. diff --git a/sh/gendepends.sh.in b/sh/gendepends.sh.in index 45147e6a..5852c772 100644 --- a/sh/gendepends.sh.in +++ b/sh/gendepends.sh.in @@ -3,11 +3,11 @@ # Copyright (c) 2007-2015 The OpenRC Authors. # See the Authors file at the top-level directory of this distribution and -# https://github.com/OpenRC/openrc/blob/master/AUTHORS +# https://github.com/OpenRC/openrc/blob/HEAD/AUTHORS # # This file is part of OpenRC. It is subject to the license terms in # the LICENSE file found in the top-level directory of this -# distribution and at https://github.com/OpenRC/openrc/blob/master/LICENSE +# distribution and at https://github.com/OpenRC/openrc/blob/HEAD/LICENSE # This file may not be copied, modified, propagated, or distributed # except according to the terms contained in the LICENSE file. diff --git a/sh/init-early.sh.Linux.in b/sh/init-early.sh.Linux.in index f304e924..936a0d17 100644 --- a/sh/init-early.sh.Linux.in +++ b/sh/init-early.sh.Linux.in @@ -1,11 +1,11 @@ #!/bin/sh # Copyright (c) 2007-2015 The OpenRC Authors. # See the Authors file at the top-level directory of this distribution and -# https://github.com/OpenRC/openrc/blob/master/AUTHORS +# https://github.com/OpenRC/openrc/blob/HEAD/AUTHORS # # This file is part of OpenRC. It is subject to the license terms in # the LICENSE file found in the top-level directory of this -# distribution and at https://github.com/OpenRC/openrc/blob/master/LICENSE +# distribution and at https://github.com/OpenRC/openrc/blob/HEAD/LICENSE # This file may not be copied, modified, propagated, or distributed # except according to the terms contained in the LICENSE file. diff --git a/sh/init.sh.BSD.in b/sh/init.sh.BSD.in index eb524aaf..af34b4f8 100644 --- a/sh/init.sh.BSD.in +++ b/sh/init.sh.BSD.in @@ -1,11 +1,11 @@ #!/bin/sh # Copyright (c) 2007-2015 The OpenRC Authors. # See the Authors file at the top-level directory of this distribution and -# https://github.com/OpenRC/openrc/blob/master/AUTHORS +# https://github.com/OpenRC/openrc/blob/HEAD/AUTHORS # # This file is part of OpenRC. It is subject to the license terms in # the LICENSE file found in the top-level directory of this -# distribution and at https://github.com/OpenRC/openrc/blob/master/LICENSE +# distribution and at https://github.com/OpenRC/openrc/blob/HEAD/LICENSE # This file may not be copied, modified, propagated, or distributed # except according to the terms contained in the LICENSE file. diff --git a/sh/init.sh.GNU-kFreeBSD.in b/sh/init.sh.GNU-kFreeBSD.in index dd07ad4a..f0ebbf1a 100644 --- a/sh/init.sh.GNU-kFreeBSD.in +++ b/sh/init.sh.GNU-kFreeBSD.in @@ -1,11 +1,11 @@ #!/bin/sh # Copyright (c) 2007-2015 The OpenRC Authors. # See the Authors file at the top-level directory of this distribution and -# https://github.com/OpenRC/openrc/blob/master/AUTHORS +# https://github.com/OpenRC/openrc/blob/HEAD/AUTHORS # # This file is part of OpenRC. It is subject to the license terms in # the LICENSE file found in the top-level directory of this -# distribution and at https://github.com/OpenRC/openrc/blob/master/LICENSE +# distribution and at https://github.com/OpenRC/openrc/blob/HEAD/LICENSE # This file may not be copied, modified, propagated, or distributed # except according to the terms contained in the LICENSE file. diff --git a/sh/init.sh.GNU.in b/sh/init.sh.GNU.in index 23f67480..8fdfdf7a 100644 --- a/sh/init.sh.GNU.in +++ b/sh/init.sh.GNU.in @@ -1,11 +1,11 @@ #!/bin/sh # Copyright (c) 2007-2015 The OpenRC Authors. # See the Authors file at the top-level directory of this distribution and -# https://github.com/OpenRC/openrc/blob/master/AUTHORS +# https://github.com/OpenRC/openrc/blob/HEAD/AUTHORS # # This file is part of OpenRC. It is subject to the license terms in # the LICENSE file found in the top-level directory of this -# distribution and at https://github.com/OpenRC/openrc/blob/master/LICENSE +# distribution and at https://github.com/OpenRC/openrc/blob/HEAD/LICENSE # This file may not be copied, modified, propagated, or distributed # except according to the terms contained in the LICENSE file. diff --git a/sh/openrc-run.sh.in b/sh/openrc-run.sh.in index 5c84af45..5d0eeffa 100644 --- a/sh/openrc-run.sh.in +++ b/sh/openrc-run.sh.in @@ -3,11 +3,11 @@ # Copyright (c) 2007-2015 The OpenRC Authors. # See the Authors file at the top-level directory of this distribution and -# https://github.com/OpenRC/openrc/blob/master/AUTHORS +# https://github.com/OpenRC/openrc/blob/HEAD/AUTHORS # # This file is part of OpenRC. It is subject to the license terms in # the LICENSE file found in the top-level directory of this -# distribution and at https://github.com/OpenRC/openrc/blob/master/LICENSE +# distribution and at https://github.com/OpenRC/openrc/blob/HEAD/LICENSE # This file may not be copied, modified, propagated, or distributed # except according to the terms contained in the LICENSE file. diff --git a/sh/rc-cgroup.sh b/sh/rc-cgroup.sh index fd61ebd2..c99282fc 100644 --- a/sh/rc-cgroup.sh +++ b/sh/rc-cgroup.sh @@ -1,10 +1,10 @@ # Copyright (c) 2012-2015 The OpenRC Authors. # See the Authors file at the top-level directory of this distribution and -# https://github.com/OpenRC/openrc/blob/master/AUTHORS +# https://github.com/OpenRC/openrc/blob/HEAD/AUTHORS # # This file is part of OpenRC. It is subject to the license terms in # the LICENSE file found in the top-level directory of this -# distribution and at https://github.com/OpenRC/openrc/blob/master/LICENSE +# distribution and at https://github.com/OpenRC/openrc/blob/HEAD/LICENSE # This file may not be copied, modified, propagated, or distributed # except according to the terms contained in the LICENSE file. diff --git a/sh/rc-mount.sh b/sh/rc-mount.sh index b640541f..6cd6a85b 100644 --- a/sh/rc-mount.sh +++ b/sh/rc-mount.sh @@ -1,10 +1,10 @@ # Copyright (c) 2007-2015 The OpenRC Authors. # See the Authors file at the top-level directory of this distribution and -# https://github.com/OpenRC/openrc/blob/master/AUTHORS +# https://github.com/OpenRC/openrc/blob/HEAD/AUTHORS # # This file is part of OpenRC. It is subject to the license terms in # the LICENSE file found in the top-level directory of this -# distribution and at https://github.com/OpenRC/openrc/blob/master/LICENSE +# distribution and at https://github.com/OpenRC/openrc/blob/HEAD/LICENSE # This file may not be copied, modified, propagated, or distributed # except according to the terms contained in the LICENSE file. diff --git a/sh/runit.sh b/sh/runit.sh index 5d82c9f6..d4e37f34 100644 --- a/sh/runit.sh +++ b/sh/runit.sh @@ -1,10 +1,10 @@ # Copyright (c) 2016 The OpenRC Authors. # See the Authors file at the top-level directory of this distribution and -# https://github.com/OpenRC/openrc/blob/master/AUTHORS +# https://github.com/OpenRC/openrc/blob/HEAD/AUTHORS # # This file is part of OpenRC. It is subject to the license terms in # the LICENSE file found in the top-level directory of this -# distribution and at https://github.com/OpenRC/openrc/blob/master/LICENSE +# distribution and at https://github.com/OpenRC/openrc/blob/HEAD/LICENSE # This file may not be copied, modified, propagated, or distributed # except according to the terms contained in the LICENSE file. # Released under the 2-clause BSD license. diff --git a/sh/s6.sh b/sh/s6.sh index acbe965b..c488a5d3 100644 --- a/sh/s6.sh +++ b/sh/s6.sh @@ -2,11 +2,11 @@ # Copyright (c) 2015 The OpenRC Authors. # See the Authors file at the top-level directory of this distribution and -# https://github.com/OpenRC/openrc/blob/master/AUTHORS +# https://github.com/OpenRC/openrc/blob/HEAD/AUTHORS # # This file is part of OpenRC. It is subject to the license terms in # the LICENSE file found in the top-level directory of this -# distribution and at https://github.com/OpenRC/openrc/blob/master/LICENSE +# distribution and at https://github.com/OpenRC/openrc/blob/HEAD/LICENSE # This file may not be copied, modified, propagated, or distributed # except according to the terms contained in the LICENSE file. diff --git a/sh/start-stop-daemon.sh b/sh/start-stop-daemon.sh index 2e549ae1..95e62dce 100644 --- a/sh/start-stop-daemon.sh +++ b/sh/start-stop-daemon.sh @@ -2,11 +2,11 @@ # Copyright (c) 2007-2015 The OpenRC Authors. # See the Authors file at the top-level directory of this distribution and -# https://github.com/OpenRC/openrc/blob/master/AUTHORS +# https://github.com/OpenRC/openrc/blob/HEAD/AUTHORS # # This file is part of OpenRC. It is subject to the license terms in # the LICENSE file found in the top-level directory of this -# distribution and at https://github.com/OpenRC/openrc/blob/master/LICENSE +# distribution and at https://github.com/OpenRC/openrc/blob/HEAD/LICENSE # This file may not be copied, modified, propagated, or distributed # except according to the terms contained in the LICENSE file. diff --git a/sh/supervise-daemon.sh b/sh/supervise-daemon.sh index e403a789..a8541922 100644 --- a/sh/supervise-daemon.sh +++ b/sh/supervise-daemon.sh @@ -2,11 +2,11 @@ # Copyright (c) 2016 The OpenRC Authors. # See the Authors file at the top-level directory of this distribution and -# https://github.com/OpenRC/openrc/blob/master/AUTHORS +# https://github.com/OpenRC/openrc/blob/HEAD/AUTHORS # # This file is part of OpenRC. It is subject to the license terms in # the LICENSE file found in the top-level directory of this -# distribution and at https://github.com/OpenRC/openrc/blob/master/LICENSE +# distribution and at https://github.com/OpenRC/openrc/blob/HEAD/LICENSE # This file may not be copied, modified, propagated, or distributed # except according to the terms contained in the LICENSE file. -- cgit v1.2.3