diff options
author | glewis <glewis@FreeBSD.org> | 2003-01-30 19:10:10 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2003-01-30 19:10:10 +0800 |
commit | f3eab2b7151be86802ff86db8d54253c10e388cf (patch) | |
tree | 55893ed29d6a2e51704d2099fc18c3b4a883fa11 /java/jdk12/Makefile | |
parent | f24d262a9324d1f4278723801f7a1eff59d9eb5e (diff) | |
download | freebsd-ports-gnome-f3eab2b7151be86802ff86db8d54253c10e388cf.tar.gz freebsd-ports-gnome-f3eab2b7151be86802ff86db8d54253c10e388cf.tar.zst freebsd-ports-gnome-f3eab2b7151be86802ff86db8d54253c10e388cf.zip |
Be consistent. If we're going to explicitly use /sbin/sysctl to check
the value, then tell the user to use that to set the value too.
Diffstat (limited to 'java/jdk12/Makefile')
-rw-r--r-- | java/jdk12/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/jdk12/Makefile b/java/jdk12/Makefile index 54837c99d30c..cb215c42e954 100644 --- a/java/jdk12/Makefile +++ b/java/jdk12/Makefile @@ -129,7 +129,7 @@ pre-build: then \ ${ECHO_MSG} "Please set the value of the sysctl compat.linux.osname"; \ ${ECHO_MSG} "to 'Linux' with the command:"; \ - ${ECHO_MSG} " sysctl compat.linux.osname=Linux"; \ + ${ECHO_MSG} " /sbin/sysctl compat.linux.osname=Linux"; \ ${ECHO_MSG} "Having it set to other values, such as 'FreeBSD',"; \ ${ECHO_MSG} "is known to cause problems during bootstrapping."; \ exit 1; \ |