svn commit: r195725 - head/usr.sbin/sysinstall

Ken Smith kensmith at FreeBSD.org
Thu Jul 16 20:19:37 UTC 2009


Author: kensmith
Date: Thu Jul 16 20:19:36 2009
New Revision: 195725
URL: http://svn.freebsd.org/changeset/base/195725

Log:
  Correct the name of the Mongolian Documentation package.
  
  Approved by:	re (kib)

Modified:
  head/usr.sbin/sysinstall/dist.c

Modified: head/usr.sbin/sysinstall/dist.c
==============================================================================
--- head/usr.sbin/sysinstall/dist.c	Thu Jul 16 19:48:39 2009	(r195724)
+++ head/usr.sbin/sysinstall/dist.c	Thu Jul 16 20:19:36 2009	(r195725)
@@ -143,7 +143,7 @@ static Distribution DocDistTable[] = {
     DTE_PACKAGE("Hungarian Documentation",		&DocDists, DOC_HU,	"hu-freebsd-doc"),
     DTE_PACKAGE("Italian Documentation",		&DocDists, DOC_IT,	"it-freebsd-doc"),
     DTE_PACKAGE("Japanese Documentation",		&DocDists, DOC_JA,	"ja-freebsd-doc"),
-    DTE_PACKAGE("Mongolian Documentation",		&DocDists, DOC_MN,	"mn-freebsd-doc-mn"),
+    DTE_PACKAGE("Mongolian Documentation",		&DocDists, DOC_MN,	"mn-freebsd-doc"),
     DTE_PACKAGE("Dutch Documentation",			&DocDists, DOC_NL,	"nl-freebsd-doc"),
     DTE_PACKAGE("Polish Documentation",			&DocDists, DOC_PL,	"pl-freebsd-doc"),
     DTE_PACKAGE("Portuguese Documentation",		&DocDists, DOC_PT,	"pt-freebsd-doc"),


More information about the svn-src-head mailing list