summaryrefslogtreecommitdiff
path: root/chmod_bpf
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2018-01-08 19:23:28 -0800
committerGuy Harris <guy@alum.mit.edu>2018-01-08 19:23:28 -0800
commit7a04be7771d44a2f7e74210cc39e4df0ccef8d97 (patch)
treee25e81fe016b4dff51b51f295ed08fd9a9da5157 /chmod_bpf
parent47a0276edbf759e008fe06878e778b3defe06343 (diff)
downloadlibpcap-7a04be7771d44a2f7e74210cc39e4df0ccef8d97.tar.gz
Update to reflect the name change for Apple's UNIX-for-Macs.
Use "macOS" except when referring to versions that came out when it was still called "Mac OS X" or "OS X". Rename README.macosx to README.macos. Update some comments while we're at it.
Diffstat (limited to 'chmod_bpf')
-rwxr-xr-xchmod_bpf2
1 files changed, 1 insertions, 1 deletions
diff --git a/chmod_bpf b/chmod_bpf
index 0a30d993..946fec37 100755
--- a/chmod_bpf
+++ b/chmod_bpf
@@ -1,7 +1,7 @@
#! /bin/sh
#
-# Unfortunately, Mac OS X's devfs is based on the old FreeBSD
+# Unfortunately, macOS's devfs is based on the old FreeBSD
# one, not the current one, so there's no way to configure it
# to create BPF devices with particular owners or groups.
# This startup item will make it owned by the admin group,