summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRainer Groesslinger <scandium@gentoo.org>2003-07-26 14:56:43 +0000
committerRainer Groesslinger <scandium@gentoo.org>2003-07-26 14:56:43 +0000
commit8b2e653e424b6b2ad8b7fc6aad74c761df1a19eb (patch)
tree272aa508006917aaf90f33e3fb9753f8fca15da2 /dev-dotnet/mono
parentFix ChangeLog header. (diff)
downloadgentoo-2-8b2e653e424b6b2ad8b7fc6aad74c761df1a19eb.tar.gz
gentoo-2-8b2e653e424b6b2ad8b7fc6aad74c761df1a19eb.tar.bz2
gentoo-2-8b2e653e424b6b2ad8b7fc6aad74c761df1a19eb.zip
more accurate description of the runtimes
Diffstat (limited to 'dev-dotnet/mono')
-rw-r--r--dev-dotnet/mono/files/dotnet.conf4
-rw-r--r--dev-dotnet/mono/files/dotnet.init3
2 files changed, 3 insertions, 4 deletions
diff --git a/dev-dotnet/mono/files/dotnet.conf b/dev-dotnet/mono/files/dotnet.conf
index 865174a626e4..c0de324f775b 100644
--- a/dev-dotnet/mono/files/dotnet.conf
+++ b/dev-dotnet/mono/files/dotnet.conf
@@ -5,7 +5,7 @@
# NOTE: In order to get this working you need to "chmod +x" your program
# Valid options are:
-# "mono" - use the mono JIT compiler 'mono'
-# "ilrun" - use the DotGNU Portable .NET interpreter 'ilrun'
+# "mono" - use the mono runtime engine 'mono'
+# "ilrun" - use the DotGNU Portable .NET runtime engine 'ilrun'
CLR=""
diff --git a/dev-dotnet/mono/files/dotnet.init b/dev-dotnet/mono/files/dotnet.init
index 3649dd4970f8..b96c38c7d026 100644
--- a/dev-dotnet/mono/files/dotnet.init
+++ b/dev-dotnet/mono/files/dotnet.init
@@ -1,8 +1,7 @@
#!/sbin/runscript
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/mono/files/dotnet.init,v 1.1 2003/07/25 00:12:47 tberman Exp $
-
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/mono/files/dotnet.init,v 1.2 2003/07/26 14:56:43 scandium Exp $
start() {
ebegin "Registering .NET IL binaries with ${CLR}"