1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00

Fix a typo in a comment.

Feature safe:	yes
This commit is contained in:
Emanuel Haupt 2011-11-11 13:20:20 +00:00
parent f520f2e751
commit a114891409
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=285561

View File

@ -16,7 +16,7 @@
fi
-if [ -x /sbin/resolvconf ]; then # Optional tool on Debian, Ubuntu, Gentoo
+# Optional tool on Debian, Ubuntu, Gentoo, FreeBSD 9.0-RELEASE has a different,
+# Optional tool on Debian, Ubuntu, Gentoo. FreeBSD 9.0-RELEASE has a different,
+# incompatible /sbin/resolvconf implementation
+if [ -x /sbin/resolvconf ] && [ "$OS" = "Linux" ]; then
MODIFYRESOLVCONF=modify_resolvconf_manager