From d2febb64d2f0aa5ee08591f81def13a8deff34a3 Mon Sep 17 00:00:00 2001 From: Mateusz Piotrowski <0mp@FreeBSD.org> Date: Thu, 17 Mar 2022 17:20:57 +0100 Subject: rc.d: Chmod +x all the scripts for consistency Reviewed by: lwhsu Approved by: lwhsu (src) MFC after: 2 weeks Differential Revision: https://reviews.freebsd.org/D34589 (cherry picked from commit 7846554819d3be52816ca6ad60bf84f6409a0bf1) --- libexec/rc/rc.d/auditdistd | 0 libexec/rc/rc.d/automount | 0 libexec/rc/rc.d/automountd | 0 libexec/rc/rc.d/autounmountd | 0 libexec/rc/rc.d/blacklistd | 0 libexec/rc/rc.d/iovctl | 0 libexec/rc/rc.d/zfsd | 0 7 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 libexec/rc/rc.d/auditdistd mode change 100644 => 100755 libexec/rc/rc.d/automount mode change 100644 => 100755 libexec/rc/rc.d/automountd mode change 100644 => 100755 libexec/rc/rc.d/autounmountd mode change 100644 => 100755 libexec/rc/rc.d/blacklistd mode change 100644 => 100755 libexec/rc/rc.d/iovctl mode change 100644 => 100755 libexec/rc/rc.d/zfsd diff --git a/libexec/rc/rc.d/auditdistd b/libexec/rc/rc.d/auditdistd old mode 100644 new mode 100755 diff --git a/libexec/rc/rc.d/automount b/libexec/rc/rc.d/automount old mode 100644 new mode 100755 diff --git a/libexec/rc/rc.d/automountd b/libexec/rc/rc.d/automountd old mode 100644 new mode 100755 diff --git a/libexec/rc/rc.d/autounmountd b/libexec/rc/rc.d/autounmountd old mode 100644 new mode 100755 diff --git a/libexec/rc/rc.d/blacklistd b/libexec/rc/rc.d/blacklistd old mode 100644 new mode 100755 diff --git a/libexec/rc/rc.d/iovctl b/libexec/rc/rc.d/iovctl old mode 100644 new mode 100755 diff --git a/libexec/rc/rc.d/zfsd b/libexec/rc/rc.d/zfsd old mode 100644 new mode 100755 -- cgit v1.3