Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLipis <lipiridis@gmail.com>2017-01-10 23:24:15 +0300
committerPeter Eckersley <pde@users.noreply.github.com>2017-01-10 23:24:15 +0300
commitbba5d7d95064475ea6a0c1408acddfcc03a78200 (patch)
treed6831815de81c8f814aa8adccef501c91615daa5 /letsencrypt-auto-source/letsencrypt-auto
parenta146102c733eb50649a4f72d1221547d72ed4d4d (diff)
Rename OS X -> macOS (#3965)
* Rename OS X -> macOS * Revert *-auto
Diffstat (limited to 'letsencrypt-auto-source/letsencrypt-auto')
-rwxr-xr-xletsencrypt-auto-source/letsencrypt-auto8
1 files changed, 4 insertions, 4 deletions
diff --git a/letsencrypt-auto-source/letsencrypt-auto b/letsencrypt-auto-source/letsencrypt-auto
index c177e400a..efcabcb0f 100755
--- a/letsencrypt-auto-source/letsencrypt-auto
+++ b/letsencrypt-auto-source/letsencrypt-auto
@@ -497,7 +497,7 @@ BootstrapMac() {
$pkgcmd python
fi
- # Workaround for _dlopen not finding augeas on OS X
+ # Workaround for _dlopen not finding augeas on macOS
if [ "$pkgman" = "port" ] && ! [ -e "/usr/local/lib/libaugeas.dylib" ] && [ -e "/opt/local/lib/libaugeas.dylib" ]; then
echo "Applying augeas workaround"
$SUDO mkdir -p /usr/local/lib/
@@ -580,7 +580,7 @@ Bootstrap() {
elif uname | grep -iq FreeBSD ; then
ExperimentalBootstrap "FreeBSD" BootstrapFreeBsd
elif uname | grep -iq Darwin ; then
- ExperimentalBootstrap "Mac OS X" BootstrapMac
+ ExperimentalBootstrap "macOS" BootstrapMac
elif [ -f /etc/issue ] && grep -iq "Amazon Linux" /etc/issue ; then
ExperimentalBootstrap "Amazon Linux" BootstrapRpmCommon
elif [ -f /etc/product ] && grep -q "Joyent Instance" /etc/product ; then
@@ -596,7 +596,7 @@ Bootstrap() {
}
TempDir() {
- mktemp -d 2>/dev/null || mktemp -d -t 'le' # Linux || OS X
+ mktemp -d 2>/dev/null || mktemp -d -t 'le' # Linux || macOS
}
@@ -1193,7 +1193,7 @@ UNLIKELY_EOF
# TODO: Deal with quotes in pathnames.
echo "Replacing certbot-auto..."
# Clone permissions with cp. chmod and chown don't have a --reference
- # option on OS X or BSD, and stat -c on Linux is stat -f on OS X and BSD:
+ # option on macOS or BSD, and stat -c on Linux is stat -f on macOS and BSD:
$SUDO cp -p "$0" "$TEMP_DIR/letsencrypt-auto.permission-clone"
$SUDO cp "$TEMP_DIR/letsencrypt-auto" "$TEMP_DIR/letsencrypt-auto.permission-clone"
# Using mv rather than cp leaves the old file descriptor pointing to the