diff options
Diffstat (limited to 'init.d.misc')
-rw-r--r-- | init.d.misc/avahi-dnsconfd.in | 2 | ||||
-rw-r--r-- | init.d.misc/avahid.in | 2 | ||||
-rw-r--r-- | init.d.misc/dbus.in | 2 | ||||
-rw-r--r-- | init.d.misc/dhcpcd.in | 2 | ||||
-rw-r--r-- | init.d.misc/dnsmasq.in | 2 | ||||
-rw-r--r-- | init.d.misc/hald.in | 2 | ||||
-rw-r--r-- | init.d.misc/named.in | 2 | ||||
-rw-r--r-- | init.d.misc/ntpd.in | 2 | ||||
-rw-r--r-- | init.d.misc/openvpn.in | 2 | ||||
-rw-r--r-- | init.d.misc/polkitd.in | 2 | ||||
-rw-r--r-- | init.d.misc/sshd.in | 2 | ||||
-rw-r--r-- | init.d.misc/wpa_supplicant.in | 2 |
12 files changed, 12 insertions, 12 deletions
diff --git a/init.d.misc/avahi-dnsconfd.in b/init.d.misc/avahi-dnsconfd.in index e86d9f50..423ec913 100644 --- a/init.d.misc/avahi-dnsconfd.in +++ b/init.d.misc/avahi-dnsconfd.in @@ -1,6 +1,6 @@ #!@PREFIX@/sbin/runscript # Copyright (c) 2007-2008 Roy Marples <roy@marples.name> -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. command=@PKG_PREFIX@/sbin/avahi-dnsconfd command_args="$avahi_dnsconfd_args -D" diff --git a/init.d.misc/avahid.in b/init.d.misc/avahid.in index 8688f57b..ebda61cb 100644 --- a/init.d.misc/avahid.in +++ b/init.d.misc/avahid.in @@ -1,6 +1,6 @@ #!@PREFIX@/sbin/runscript # Copyright (c) 2007-2008 Roy Marples <roy@marples.name> -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. command=@PKG_PREFIX@/sbin/avahi-daemon command_args="$avahid_args -D" diff --git a/init.d.misc/dbus.in b/init.d.misc/dbus.in index 72107817..94057b9c 100644 --- a/init.d.misc/dbus.in +++ b/init.d.misc/dbus.in @@ -1,6 +1,6 @@ #!@PREFIX@/sbin/runscript # Copyright (c) 2007-2008 Roy Marples <roy@marples.name> -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. command=@PKG_PREFIX@/bin/dbus-daemon pidfile=@VARBASE@/run/dbus/pid diff --git a/init.d.misc/dhcpcd.in b/init.d.misc/dhcpcd.in index 675d692f..9e8469e2 100644 --- a/init.d.misc/dhcpcd.in +++ b/init.d.misc/dhcpcd.in @@ -1,6 +1,6 @@ #!@PREFIX@/sbin/runscript # Copyright (c) 2009 Roy Marples <roy@marples.name> -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. command=/sbin/dhcpcd pidfile=/var/run/dhcpcd.pid diff --git a/init.d.misc/dnsmasq.in b/init.d.misc/dnsmasq.in index 958a87e1..1d5c9aae 100644 --- a/init.d.misc/dnsmasq.in +++ b/init.d.misc/dnsmasq.in @@ -1,6 +1,6 @@ #!@PREFIX@/sbin/runscript # Copyright (c) 2007-2008 Roy Marples <roy@marples.name> -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. command=@PKG_PREFIX@/sbin/dnsmasq command_args=$dnsmasq_args diff --git a/init.d.misc/hald.in b/init.d.misc/hald.in index d543d395..7c287607 100644 --- a/init.d.misc/hald.in +++ b/init.d.misc/hald.in @@ -1,6 +1,6 @@ #!@PREFIX@/sbin/runscript # Copyright (c) 2007-2008 Roy Marples <roy@marples.name> -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. command=@PKG_PREFIX@/sbin/hald pidfile=@VARBASE@/run/hald/hald.pid diff --git a/init.d.misc/named.in b/init.d.misc/named.in index bec3d70d..4dafd888 100644 --- a/init.d.misc/named.in +++ b/init.d.misc/named.in @@ -1,6 +1,6 @@ #!@PREFIX@/sbin/runscript # Copyright (c) 2007-2008 Roy Marples <roy@marples.name> -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. command=/usr/sbin/named command_args=$named_args diff --git a/init.d.misc/ntpd.in b/init.d.misc/ntpd.in index dae39c14..0036feb8 100644 --- a/init.d.misc/ntpd.in +++ b/init.d.misc/ntpd.in @@ -1,6 +1,6 @@ #!@PREFIX@/sbin/runscript # Copyright (c) 2007-2009 Roy Marples <roy@marples.name> -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. : ${ntpd_config:=/etc/ntp.conf} : ${ntpd_drift:=/var/db/ntpd.drift} diff --git a/init.d.misc/openvpn.in b/init.d.misc/openvpn.in index a53a3edd..ef37e195 100644 --- a/init.d.misc/openvpn.in +++ b/init.d.misc/openvpn.in @@ -1,6 +1,6 @@ #!@PREFIX@/sbin/runscript # Copyright (c) 2007-2008 Roy Marples <roy@marples.name> -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. vpn=${RC_SVCNAME#*.} name="OpenVPN" diff --git a/init.d.misc/polkitd.in b/init.d.misc/polkitd.in index da0afa30..2fac3851 100644 --- a/init.d.misc/polkitd.in +++ b/init.d.misc/polkitd.in @@ -1,6 +1,6 @@ #!@PREFIX@/sbin/runscript # Copyright (c) 2007-2008 Roy Marples <roy@marples.name> -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. command=@PKG_PREFIX@/sbin/polkitd pidfile=@VARBASE@/run/polkitd/polkitd.pid diff --git a/init.d.misc/sshd.in b/init.d.misc/sshd.in index 403f43b0..20be7703 100644 --- a/init.d.misc/sshd.in +++ b/init.d.misc/sshd.in @@ -1,6 +1,6 @@ #!@PREFIX@/sbin/runscript # Copyright (c) 2007-2008 Roy Marples <roy@marples.name> -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. command=/usr/sbin/sshd command_args=$sshd_args diff --git a/init.d.misc/wpa_supplicant.in b/init.d.misc/wpa_supplicant.in index 24269056..22d7e0fd 100644 --- a/init.d.misc/wpa_supplicant.in +++ b/init.d.misc/wpa_supplicant.in @@ -1,6 +1,6 @@ #!@PREFIX@/sbin/runscript # Copyright (c) 2009 Roy Marples <roy@marples.name> -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. command=/usr/sbin/wpa_supplicant : ${wpa_supplicant_conf:=/etc/wpa_supplicant.conf} |