diff options
Diffstat (limited to 'support')
-rw-r--r-- | support/Makefile | 4 | ||||
-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 | ||||
-rwxr-xr-x | support/openvpn/down.sh | 4 | ||||
-rwxr-xr-x | support/openvpn/up.sh | 4 |
15 files changed, 30 insertions, 30 deletions
diff --git a/support/Makefile b/support/Makefile index c8d6ffd2..ca27cd7e 100644 --- a/support/Makefile +++ b/support/Makefile @@ -1,10 +1,10 @@ # Copyright (c) 2017 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/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. diff --git a/support/openvpn/down.sh b/support/openvpn/down.sh index 2ffce8da..e4beee0a 100755 --- a/support/openvpn/down.sh +++ b/support/openvpn/down.sh @@ -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/support/openvpn/up.sh b/support/openvpn/up.sh index ce5f2962..f9e51bcc 100755 --- a/support/openvpn/up.sh +++ b/support/openvpn/up.sh @@ -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. |