From d98fd8c0cdf3f9872f27d29c076105ea620bba8b Mon Sep 17 00:00:00 2001 From: Lauri Tirkkonen Date: Thu, 10 Jan 2019 16:00:52 +0200 Subject: [PATCH] treewide: change /sbin/sh hashbangs to /bin/sh --- components/ConsoleKit/files/svc-consolekit | 2 +- components/database/mariadb-101/files/mariadb_101 | 2 +- components/database/mariadb-55/files/mariadb_55 | 2 +- components/database/percona-server-55/files/percona-server_55 | 2 +- components/database/percona-server-56/files/percona-server_56 | 2 +- components/database/percona-server-57/files/percona-server_57 | 2 +- components/database/postgresql-93/files/postgres_93 | 2 +- components/database/postgresql-94/files/postgres_94 | 2 +- components/database/postgresql-95/files/postgres_95 | 2 +- components/database/postgresql-96/files/postgres_96 | 2 +- components/library/dbus/files/svc-dbus | 2 +- components/mail/sendmail/files/sendmail-client | 2 +- components/mail/sendmail/files/smtp-sendmail | 2 +- components/network/avahi/files/svc-avahi-bridge-dsd | 2 +- components/network/bind/Solaris/dns-server.sh | 2 +- components/network/memcached/Solaris/memcached | 2 +- components/network/ntp/Solaris/ntp.sh | 2 +- components/network/openssh/files/sshd | 2 +- components/network/proftpd/ftprestart.sh | 2 +- components/network/proftpd/svc-ftp | 2 +- components/network/samba/Solaris/samba.sh | 2 +- components/network/tor/files/tor.sh | 2 +- components/sysutils/nut/files/svc-nut | 2 +- components/sysutils/nut/files/svc-nut-client | 2 +- components/sysutils/snort/Solaris/snortd | 2 +- components/trousers/tcsd.sh | 2 +- components/web/apache2/Solaris/http-apache22 | 2 +- components/web/apache24/Solaris/http-apache24 | 2 +- components/web/tomcat-8/Solaris/http-tomcat | 2 +- components/web/tomcat/Solaris/http-tomcat6 | 2 +- 30 files changed, 30 insertions(+), 30 deletions(-) diff --git a/components/ConsoleKit/files/svc-consolekit b/components/ConsoleKit/files/svc-consolekit index 75a393879..7d3432007 100755 --- a/components/ConsoleKit/files/svc-consolekit +++ b/components/ConsoleKit/files/svc-consolekit @@ -1,4 +1,4 @@ -#!/sbin/sh +#!/bin/sh # # Copyright 2011, 2014 Oracle and/or its affiliates. All rights reserved. # Use is subject to license terms. diff --git a/components/database/mariadb-101/files/mariadb_101 b/components/database/mariadb-101/files/mariadb_101 index 7559b1ea4..95d0fd07d 100644 --- a/components/database/mariadb-101/files/mariadb_101 +++ b/components/database/mariadb-101/files/mariadb_101 @@ -1,4 +1,4 @@ -#!/sbin/sh +#!/bin/sh # # CDDL HEADER START # diff --git a/components/database/mariadb-55/files/mariadb_55 b/components/database/mariadb-55/files/mariadb_55 index f4d25b3b1..5b0bc090d 100644 --- a/components/database/mariadb-55/files/mariadb_55 +++ b/components/database/mariadb-55/files/mariadb_55 @@ -1,4 +1,4 @@ -#!/sbin/sh +#!/bin/sh # # CDDL HEADER START # diff --git a/components/database/percona-server-55/files/percona-server_55 b/components/database/percona-server-55/files/percona-server_55 index 780b424bf..12594d6b2 100644 --- a/components/database/percona-server-55/files/percona-server_55 +++ b/components/database/percona-server-55/files/percona-server_55 @@ -1,4 +1,4 @@ -#!/sbin/sh +#!/bin/sh # # CDDL HEADER START # diff --git a/components/database/percona-server-56/files/percona-server_56 b/components/database/percona-server-56/files/percona-server_56 index 453a5c85c..aafc7d3fa 100644 --- a/components/database/percona-server-56/files/percona-server_56 +++ b/components/database/percona-server-56/files/percona-server_56 @@ -1,4 +1,4 @@ -#!/sbin/sh +#!/bin/sh # # CDDL HEADER START # diff --git a/components/database/percona-server-57/files/percona-server_57 b/components/database/percona-server-57/files/percona-server_57 index 13b4684ad..b7885d86f 100644 --- a/components/database/percona-server-57/files/percona-server_57 +++ b/components/database/percona-server-57/files/percona-server_57 @@ -1,4 +1,4 @@ -#!/sbin/sh +#!/bin/sh # # CDDL HEADER START # diff --git a/components/database/postgresql-93/files/postgres_93 b/components/database/postgresql-93/files/postgres_93 index 50c50b076..21a61cd4f 100644 --- a/components/database/postgresql-93/files/postgres_93 +++ b/components/database/postgresql-93/files/postgres_93 @@ -1,4 +1,4 @@ -#!/sbin/sh +#!/bin/sh # # CDDL HEADER START # diff --git a/components/database/postgresql-94/files/postgres_94 b/components/database/postgresql-94/files/postgres_94 index a5419c4e3..465914be0 100644 --- a/components/database/postgresql-94/files/postgres_94 +++ b/components/database/postgresql-94/files/postgres_94 @@ -1,4 +1,4 @@ -#!/sbin/sh +#!/bin/sh # # CDDL HEADER START # diff --git a/components/database/postgresql-95/files/postgres_95 b/components/database/postgresql-95/files/postgres_95 index 37404392d..7e0fa4620 100644 --- a/components/database/postgresql-95/files/postgres_95 +++ b/components/database/postgresql-95/files/postgres_95 @@ -1,4 +1,4 @@ -#!/sbin/sh +#!/bin/sh # # CDDL HEADER START # diff --git a/components/database/postgresql-96/files/postgres_96 b/components/database/postgresql-96/files/postgres_96 index ff5abda8d..76ad2c3a7 100644 --- a/components/database/postgresql-96/files/postgres_96 +++ b/components/database/postgresql-96/files/postgres_96 @@ -1,4 +1,4 @@ -#!/sbin/sh +#!/bin/sh # # CDDL HEADER START # diff --git a/components/library/dbus/files/svc-dbus b/components/library/dbus/files/svc-dbus index c712aa521..083e9b612 100644 --- a/components/library/dbus/files/svc-dbus +++ b/components/library/dbus/files/svc-dbus @@ -1,4 +1,4 @@ -#!/sbin/sh +#!/bin/sh # # CDDL HEADER START # diff --git a/components/mail/sendmail/files/sendmail-client b/components/mail/sendmail/files/sendmail-client index cba78a4a8..544e07203 100644 --- a/components/mail/sendmail/files/sendmail-client +++ b/components/mail/sendmail/files/sendmail-client @@ -1,4 +1,4 @@ -#!/sbin/sh +#!/bin/sh # # CDDL HEADER START # diff --git a/components/mail/sendmail/files/smtp-sendmail b/components/mail/sendmail/files/smtp-sendmail index 950efd989..72a03b13a 100644 --- a/components/mail/sendmail/files/smtp-sendmail +++ b/components/mail/sendmail/files/smtp-sendmail @@ -1,4 +1,4 @@ -#!/sbin/sh +#!/bin/sh # # CDDL HEADER START # diff --git a/components/network/avahi/files/svc-avahi-bridge-dsd b/components/network/avahi/files/svc-avahi-bridge-dsd index 08a4dbeec..a7a4c48be 100644 --- a/components/network/avahi/files/svc-avahi-bridge-dsd +++ b/components/network/avahi/files/svc-avahi-bridge-dsd @@ -1,4 +1,4 @@ -#!/sbin/sh +#!/bin/sh # # CDDL HEADER START # diff --git a/components/network/bind/Solaris/dns-server.sh b/components/network/bind/Solaris/dns-server.sh index eefbfa927..fd0ec42f2 100644 --- a/components/network/bind/Solaris/dns-server.sh +++ b/components/network/bind/Solaris/dns-server.sh @@ -1,4 +1,4 @@ -#!/sbin/sh +#!/bin/sh # CDDL HEADER START # diff --git a/components/network/memcached/Solaris/memcached b/components/network/memcached/Solaris/memcached index 91cbb2fca..f190f6825 100644 --- a/components/network/memcached/Solaris/memcached +++ b/components/network/memcached/Solaris/memcached @@ -1,4 +1,4 @@ -#!/sbin/sh +#!/bin/sh # # CDDL HEADER START # diff --git a/components/network/ntp/Solaris/ntp.sh b/components/network/ntp/Solaris/ntp.sh index a5d274149..eab8d08fe 100644 --- a/components/network/ntp/Solaris/ntp.sh +++ b/components/network/ntp/Solaris/ntp.sh @@ -1,4 +1,4 @@ -#!/sbin/sh +#!/bin/sh # # CDDL HEADER START # diff --git a/components/network/openssh/files/sshd b/components/network/openssh/files/sshd index 269b8eeca..8c56769db 100644 --- a/components/network/openssh/files/sshd +++ b/components/network/openssh/files/sshd @@ -1,4 +1,4 @@ -#!/sbin/sh +#!/bin/sh # # Copyright 2010 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. diff --git a/components/network/proftpd/ftprestart.sh b/components/network/proftpd/ftprestart.sh index 53126205b..7b3604c20 100644 --- a/components/network/proftpd/ftprestart.sh +++ b/components/network/proftpd/ftprestart.sh @@ -1,4 +1,4 @@ -#!/sbin/sh +#!/bin/sh # # CDDL HEADER START # diff --git a/components/network/proftpd/svc-ftp b/components/network/proftpd/svc-ftp index 0d5b50a11..8fce7b4f6 100644 --- a/components/network/proftpd/svc-ftp +++ b/components/network/proftpd/svc-ftp @@ -1,4 +1,4 @@ -#!/sbin/sh +#!/bin/sh # # CDDL HEADER START # diff --git a/components/network/samba/Solaris/samba.sh b/components/network/samba/Solaris/samba.sh index e1d002967..94adfed7e 100644 --- a/components/network/samba/Solaris/samba.sh +++ b/components/network/samba/Solaris/samba.sh @@ -1,4 +1,4 @@ -#!/sbin/sh +#!/bin/sh # # CDDL HEADER START diff --git a/components/network/tor/files/tor.sh b/components/network/tor/files/tor.sh index 81898e8c4..98ab741a7 100755 --- a/components/network/tor/files/tor.sh +++ b/components/network/tor/files/tor.sh @@ -1,4 +1,4 @@ -#!/sbin/sh +#!/bin/sh # # CDDL HEADER START # diff --git a/components/sysutils/nut/files/svc-nut b/components/sysutils/nut/files/svc-nut index 3538fa17d..cfe401cd9 100755 --- a/components/sysutils/nut/files/svc-nut +++ b/components/sysutils/nut/files/svc-nut @@ -1,4 +1,4 @@ -#!/sbin/sh +#!/bin/sh # Trivial (better is yet to come) SMF method script to start nut services # Adapted for OpenIndiana userland from init.d script template in NUT sources diff --git a/components/sysutils/nut/files/svc-nut-client b/components/sysutils/nut/files/svc-nut-client index 32ab19986..1f9a9dc7d 100755 --- a/components/sysutils/nut/files/svc-nut-client +++ b/components/sysutils/nut/files/svc-nut-client @@ -1,4 +1,4 @@ -#!/sbin/sh +#!/bin/sh # Trivial (better is yet to come) SMF method script to start nut services # Adapted for OpenIndiana userland from init.d script template in NUT sources diff --git a/components/sysutils/snort/Solaris/snortd b/components/sysutils/snort/Solaris/snortd index f02fadc74..7f54dea92 100644 --- a/components/sysutils/snort/Solaris/snortd +++ b/components/sysutils/snort/Solaris/snortd @@ -1,4 +1,4 @@ -#!/sbin/sh +#!/bin/sh # # CDDL HEADER START # diff --git a/components/trousers/tcsd.sh b/components/trousers/tcsd.sh index 401a4fe6e..766e6a13d 100644 --- a/components/trousers/tcsd.sh +++ b/components/trousers/tcsd.sh @@ -1,4 +1,4 @@ -#!/sbin/sh +#!/bin/sh # # CDDL HEADER START # diff --git a/components/web/apache2/Solaris/http-apache22 b/components/web/apache2/Solaris/http-apache22 index b3c504558..fa1d3bdf5 100644 --- a/components/web/apache2/Solaris/http-apache22 +++ b/components/web/apache2/Solaris/http-apache22 @@ -1,4 +1,4 @@ -#!/sbin/sh +#!/bin/sh # # CDDL HEADER START # diff --git a/components/web/apache24/Solaris/http-apache24 b/components/web/apache24/Solaris/http-apache24 index 0acbb3a15..f75378267 100644 --- a/components/web/apache24/Solaris/http-apache24 +++ b/components/web/apache24/Solaris/http-apache24 @@ -1,4 +1,4 @@ -#!/sbin/sh +#!/bin/sh # # CDDL HEADER START # diff --git a/components/web/tomcat-8/Solaris/http-tomcat b/components/web/tomcat-8/Solaris/http-tomcat index c261c73e0..90bc96e6f 100644 --- a/components/web/tomcat-8/Solaris/http-tomcat +++ b/components/web/tomcat-8/Solaris/http-tomcat @@ -1,4 +1,4 @@ -#!/sbin/sh +#!/bin/sh # # CDDL HEADER START # diff --git a/components/web/tomcat/Solaris/http-tomcat6 b/components/web/tomcat/Solaris/http-tomcat6 index 31a6bb178..425a9d662 100644 --- a/components/web/tomcat/Solaris/http-tomcat6 +++ b/components/web/tomcat/Solaris/http-tomcat6 @@ -1,4 +1,4 @@ -#!/sbin/sh +#!/bin/sh # # CDDL HEADER START # -- 2.11.4.GIT