diff options
author | Mike Frysinger <vapier@gentoo.org> | 2021-12-20 20:07:00 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2021-12-20 20:07:00 -0500 |
commit | 301161a7a4bda27c7ebd54c537dfec0cbc926365 (patch) | |
tree | 57cfa86113c16a0c85974d46286334842ceeea14 /support/init.d.examples | |
parent | 04d823484445d5b9f80bc920474a9aff22657bce (diff) |
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.
Diffstat (limited to 'support/init.d.examples')
-rw-r--r-- | support/init.d.examples/avahi-dnsconfd.in | 4 | ||||
-rw-r--r-- | support/init.d.examples/avahid.in | 4 | ||||
-rw-r--r-- | support/init.d.examples/dbus.in | 4 | ||||
-rw-r--r-- | support/init.d.examples/dhcpcd.in | 4 | ||||
-rw-r--r-- | support/init.d.examples/dnsmasq.in | 4 | ||||
-rw-r--r-- | support/init.d.examples/hald.in | 4 | ||||
-rw-r--r-- | support/init.d.examples/named.in | 4 | ||||
-rw-r--r-- | support/init.d.examples/ntpd.in | 4 | ||||
-rw-r--r-- | support/init.d.examples/openvpn.in | 4 | ||||
-rw-r--r-- | support/init.d.examples/polkitd.in | 4 | ||||
-rw-r--r-- | support/init.d.examples/sshd.in | 4 | ||||
-rw-r--r-- | support/init.d.examples/wpa_supplicant.in | 4 |
12 files changed, 24 insertions, 24 deletions
diff --git a/support/init.d.examples/avahi-dnsconfd.in b/support/init.d.examples/avahi-dnsconfd.in index d0cf4fc8..799561be 100644 --- a/support/init.d.examples/avahi-dnsconfd.in +++ b/support/init.d.examples/avahi-dnsconfd.in @@ -1,11 +1,11 @@ #!@SBINDIR@/openrc-run # 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/support/init.d.examples/avahid.in b/support/init.d.examples/avahid.in index b4ca7c30..ad9c055c 100644 --- a/support/init.d.examples/avahid.in +++ b/support/init.d.examples/avahid.in @@ -1,11 +1,11 @@ #!@SBINDIR@/openrc-run # 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/support/init.d.examples/dbus.in b/support/init.d.examples/dbus.in index bd7dab7f..4b5cff93 100644 --- a/support/init.d.examples/dbus.in +++ b/support/init.d.examples/dbus.in @@ -1,11 +1,11 @@ #!@SBINDIR@/openrc-run # 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/support/init.d.examples/dhcpcd.in b/support/init.d.examples/dhcpcd.in index 1eee3d13..ef3ea74f 100644 --- a/support/init.d.examples/dhcpcd.in +++ b/support/init.d.examples/dhcpcd.in @@ -1,11 +1,11 @@ #!@SBINDIR@/openrc-run # 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/support/init.d.examples/dnsmasq.in b/support/init.d.examples/dnsmasq.in index 2a3828cf..73a1c04f 100644 --- a/support/init.d.examples/dnsmasq.in +++ b/support/init.d.examples/dnsmasq.in @@ -1,11 +1,11 @@ #!@SBINDIR@/openrc-run # 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/support/init.d.examples/hald.in b/support/init.d.examples/hald.in index b88a4614..dbe0e954 100644 --- a/support/init.d.examples/hald.in +++ b/support/init.d.examples/hald.in @@ -1,11 +1,11 @@ #!@SBINDIR@/openrc-run # 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/support/init.d.examples/named.in b/support/init.d.examples/named.in index 409ac54e..e885e83a 100644 --- a/support/init.d.examples/named.in +++ b/support/init.d.examples/named.in @@ -1,11 +1,11 @@ #!@SBINDIR@/openrc-run # 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/support/init.d.examples/ntpd.in b/support/init.d.examples/ntpd.in index 786c022d..993e092f 100644 --- a/support/init.d.examples/ntpd.in +++ b/support/init.d.examples/ntpd.in @@ -1,11 +1,11 @@ #!@SBINDIR@/openrc-run # 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/support/init.d.examples/openvpn.in b/support/init.d.examples/openvpn.in index d80cb295..b6b38d9a 100644 --- a/support/init.d.examples/openvpn.in +++ b/support/init.d.examples/openvpn.in @@ -1,11 +1,11 @@ #!@SBINDIR@/openrc-run # 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/support/init.d.examples/polkitd.in b/support/init.d.examples/polkitd.in index b8650f87..49cd2100 100644 --- a/support/init.d.examples/polkitd.in +++ b/support/init.d.examples/polkitd.in @@ -1,11 +1,11 @@ #!@SBINDIR@/openrc-run # 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/support/init.d.examples/sshd.in b/support/init.d.examples/sshd.in index db7fec90..9292d5e6 100644 --- a/support/init.d.examples/sshd.in +++ b/support/init.d.examples/sshd.in @@ -1,11 +1,11 @@ #!@SBINDIR@/openrc-run # 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/support/init.d.examples/wpa_supplicant.in b/support/init.d.examples/wpa_supplicant.in index 7b7ddc57..12d32831 100644 --- a/support/init.d.examples/wpa_supplicant.in +++ b/support/init.d.examples/wpa_supplicant.in @@ -1,11 +1,11 @@ #!@SBINDIR@/openrc-run # 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. |