summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-dotnet/pe-format/files/pe-format.conf')
-rw-r--r--dev-dotnet/pe-format/files/pe-format.conf11
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-dotnet/pe-format/files/pe-format.conf b/dev-dotnet/pe-format/files/pe-format.conf
new file mode 100644
index 000000000000..b432728b0869
--- /dev/null
+++ b/dev-dotnet/pe-format/files/pe-format.conf
@@ -0,0 +1,11 @@
+# /etc/conf.d/pe-format
+
+# Define what to register with PE binaries so you can avoid running them with
+# "<.NET runtime> program.exe"
+# NOTE: In order to get this working you need to 'chmod +x' your program
+
+# CLR determines the executor for the PE binaries.
+# mono - Use the mono runtime engine 'mono'
+# ilrun - Use the DotGNU Portable .NET runtime engine 'ilrun'
+
+CLR="mono"