~ubuntu-branches/debian/jessie/systemd/jessie

« back to all changes in this revision

Viewing changes to man/binfmt.d.html

  • Committer: Package Import Robot
  • Author(s): Tollef Fog Heen, Tollef Fog Heen, Michael Biebl
  • Date: 2012-04-03 19:59:17 UTC
  • mfrom: (1.1.10) (6.1.3 experimental)
  • Revision ID: package-import@ubuntu.com-20120403195917-l532urrbg4pkreas
Tags: 44-1
[ Tollef Fog Heen ]
* New upstream version.
  - Backport 3492207: journal: PAGE_SIZE is not known on ppc and other
    archs
  - Backport 5a2a2a1: journal: react with immediate rotation to a couple
    of more errors
  - Backport 693ce21: util: never follow symlinks in rm_rf_children()
    Fixes CVE-2012-1174, closes: #664364
* Drop output message from init-functions hook, it's pointless.
* Only rmdir /lib/init/rw if it exists.
* Explicitly order debian-fixup before sysinit.target to prevent a
  possible race condition with the creation of sockets.  Thanks to
  Michael Biebl for debugging this.
* Always restart the initctl socket on upgrades, to mask sysvinit
  removing it.

[ Michael Biebl ]
* Remove workaround for non-interactive sessions from pam config again.
* Create compat /dev/initctl symlink in case we are upgrading from a system
  running a newer version of sysvinit (using /run/initctl) and sysvinit is
  replaced with systemd-sysv during the upgrade. Closes: #663219
* Install new man pages.
* Build-Depend on valac (>= 0.12) instead of valac-0.12. Closes: #663323

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8"?>
2
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
3
 
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>binfmt.d</title><meta name="generator" content="DocBook XSL Stylesheets V1.76.1"/></head><body><div class="refentry" title="binfmt.d"><a id="binfmt.d"/><div class="titlepage"/><div class="refnamediv"><h2>Name</h2><p>binfmt.d — Configure additional binary formats at boot</p></div><div class="refsynopsisdiv" title="Synopsis"><h2>Synopsis</h2><p><code class="filename">/usr/lib/binfmt.d/*.conf</code></p><p><code class="filename">/etc/binfmt.d/*.conf</code></p><p><code class="filename">/run/binfmt.d/*.conf</code></p></div><div class="refsect1" title="Description"><a id="id575718"/><h2>Description</h2><p><span class="command"><strong>systemd</strong></span> uses
 
1
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>binfmt.d</title><meta name="generator" content="DocBook XSL Stylesheets V1.76.1"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="refentry" title="binfmt.d"><a name="binfmt.d"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>binfmt.d — Configure additional binary formats at boot</p></div><div class="refsynopsisdiv" title="Synopsis"><h2>Synopsis</h2><p><code class="filename">/etc/binfmt.d/*.conf</code></p><p><code class="filename">/run/binfmt.d/*.conf</code></p><p><code class="filename">/usr/lib/binfmt.d/*.conf</code></p></div><div class="refsect1" title="Description"><a name="id486366"></a><h2>Description</h2><p><span class="command"><strong>systemd</strong></span> uses
4
2
                files from the above directories to configure
5
3
                additional binary formats to register during boot in
6
 
                the kernel.</p></div><div class="refsect1" title="Configuration Format"><a id="id575734"/><h2>Configuration Format</h2><p>Each file contains a list of binfmt_misc kernel
7
 
                binary format rules. Consult <a class="ulink" href="http://www.kernel.org/doc/Documentation/binfmt_misc.txt">binfmt_misc.txt</a>
 
4
                the kernel.</p></div><div class="refsect1" title="Configuration Format"><a name="id486382"></a><h2>Configuration Format</h2><p>Each file contains a list of binfmt_misc kernel
 
5
                binary format rules. Consult <a class="ulink" href="http://www.kernel.org/doc/Documentation/binfmt_misc.txt" target="_top">binfmt_misc.txt</a>
8
6
                for more information on registration of additional
9
7
                binary formats and how to write rules.</p><p>Empty lines and lines beginning with ; and # are
10
8
                ignored. Note that this means you may not use ; and #
22
20
                by filename in alphabetical order, regardless in which of the
23
21
                directories they reside, to ensure that a specific
24
22
                configuration file takes precedence over another file with
25
 
                an alphabetically later name.</p></div><div class="refsect1" title="Example"><a id="id575810"/><h2>Example</h2><div class="example"><a id="id575816"/><p class="title"><strong>Example 1. /etc/binfmt.d/wine.conf example:</strong></p><div class="example-contents"><pre class="programlisting"># Start WINE on Windows executables
26
 
:DOSWin:M::MZ::/usr/bin/wine:</pre></div></div><br class="example-break"/></div><div class="refsect1" title="See Also"><a id="id575829"/><h2>See Also</h2><p>
 
23
                an alphabetically later name.</p></div><div class="refsect1" title="Example"><a name="id486458"></a><h2>Example</h2><div class="example"><a name="id486464"></a><p class="title"><b>Example 1. /etc/binfmt.d/wine.conf example:</b></p><div class="example-contents"><pre class="programlisting"># Start WINE on Windows executables
 
24
:DOSWin:M::MZ::/usr/bin/wine:</pre></div></div><br class="example-break"></div><div class="refsect1" title="See Also"><a name="id518606"></a><h2>See Also</h2><p>
27
25
                        <span class="citerefentry"><span class="refentrytitle">systemd</span>(1)</span>,
28
26
                        <span class="citerefentry"><span class="refentrytitle">wine</span>(8)</span>
29
27
                </p></div></div></body></html>