aboutsummaryrefslogtreecommitdiff
path: root/java/jdk15/Makefile
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2003-01-30 11:10:10 +0000
committerGreg Lewis <glewis@FreeBSD.org>2003-01-30 11:10:10 +0000
commit54fc94c029e3b1b11c32cb19b33641b74edd51ef (patch)
tree76912ae5f75ca3d24443b54c1bf8b9c7afcefbb5 /java/jdk15/Makefile
parent7ac3b5c9525da02929ba1fe5de73db1b382cbbc2 (diff)
downloadports-54fc94c029e3b1b11c32cb19b33641b74edd51ef.tar.gz
ports-54fc94c029e3b1b11c32cb19b33641b74edd51ef.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.
Notes
Notes: svn path=/head/; revision=74272
Diffstat (limited to 'java/jdk15/Makefile')
-rw-r--r--java/jdk15/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/jdk15/Makefile b/java/jdk15/Makefile
index 5e37fd20c049..12e676de7fe3 100644
--- a/java/jdk15/Makefile
+++ b/java/jdk15/Makefile
@@ -164,7 +164,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; \