Author: dteske
Date: Thu Feb 4 17:09:43 2016
New Revision: 295269
URL: https://svnweb.freebsd.org/changeset/base/295269
Log:
Fix grammar in error statement
s/consider to migrate to jail.conf/consider migrating to jail.conf/
Modified:
head/etc/rc.d/jail
Modified: head/etc/rc.d/jail
==============================================================================
--- head/etc/rc.d/jail Thu Feb 4 17:03:12 2016 (r295268)
+++ head/etc/rc.d/jail Thu Feb 4 17:09:43 2016 (r295269)
@@ -563,7 +563,7 @@ jail_warn()
# To relieve confusion, show a warning message.
case $_confwarn in
1) warn "Per-jail configuration via jail_* variables " \
- "is obsolete. Please consider to migrate to $jail_conf."
+ "is obsolete. Please consider migrating to $jail_conf."
;;
esac
}
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"