summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authortrhodes <trhodes@FreeBSD.org>2003-02-06 22:00:38 +0000
committertrhodes <trhodes@FreeBSD.org>2003-02-06 22:00:38 +0000
commit27912410739213ecea497e61d579d1d2a002bcd9 (patch)
treeb6791fa6936ed66db34e43de5fe9eef83008d1a4 /etc
parent84f57209a42180d31e388c0350d191e24f7fe34e (diff)
downloadFreeBSD-src-27912410739213ecea497e61d579d1d2a002bcd9.zip
FreeBSD-src-27912410739213ecea497e61d579d1d2a002bcd9.tar.gz
Add a header: #!/bin/sh.
PR: 44363
Diffstat (limited to 'etc')
-rw-r--r--etc/rc.devfs1
-rw-r--r--etc/rc.firewall1
-rw-r--r--etc/rc.firewall61
3 files changed, 3 insertions, 0 deletions
diff --git a/etc/rc.devfs b/etc/rc.devfs
index 52966e9..5125727 100644
--- a/etc/rc.devfs
+++ b/etc/rc.devfs
@@ -1,3 +1,4 @@
+#!/bin/sh -
# Copyright (c) 1998 Søren Schmidt
# All rights reserved.
#
diff --git a/etc/rc.firewall b/etc/rc.firewall
index 57ce6bf..75179e5 100644
--- a/etc/rc.firewall
+++ b/etc/rc.firewall
@@ -1,3 +1,4 @@
+#!/bin/sh -
# Copyright (c) 1996 Poul-Henning Kamp
# All rights reserved.
#
diff --git a/etc/rc.firewall6 b/etc/rc.firewall6
index a8cd69c..12f23cb 100644
--- a/etc/rc.firewall6
+++ b/etc/rc.firewall6
@@ -1,3 +1,4 @@
+#!/bin/sh -
############
# Setup system for IPv6 firewall service.
# $FreeBSD$
OpenPOWER on IntegriCloud