Added lirc.
[irreco.git] / lirc-0.8.4a / doc / html / lircrcd.html
blobee1773cc147c9fe28d442826e2b75f2d84ccf09f
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
3 <HTML>
4 <HEAD>
5 <TITLE>LIRC - Linux Infrared Remote Control</TITLE>
6 <LINK REL=stylesheet TYPE="text/css" HREF="../lirc.css">
7 <LINK REL="shortcut icon" HREF="../favicon.ico">
8 <META NAME="description" CONTENT="LIRC - Linux Infra-red Remote Control">
9 <META NAME="keywords" CONTENT="linux, kernel module, remote control, animax, multimedia">
10 </HEAD>
12 <BODY BACKGROUND="../images/marb18.jpg"
13 BGCOLOR="#FFFFFF" TEXT="#000000" ALINK="#8080FF">
14 <TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="0">
15 <TR>
16 <TD CLASS="menu" WIDTH="100%" HEIGHT="150">
17 <IMG SRC="../images/diode.gif" ALT=""
18 WIDTH="300" HEIGHT="150" BORDER="0" HSPACE="20"
19 VSPACE="0" ALIGN="LEFT">
20 <IMG SRC="../images/lirc.gif" ALT=""
21 WIDTH="300" HEIGHT="150" BORDER="0" HSPACE="20"
22 VSPACE="0" ALIGN="RIGHT">
23 </TD>
24 </TR>
25 <TR>
26 <TD WIDTH="100%">&#160;<BR>
27 <TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="0">
28 <TR>
29 <TD WIDTH="15%">&#160;<BR></TD>
30 <TD WIDTH="70%" ALIGN="LEFT" VALIGN="TOP">&#160;<BR>
32 <!-- Text ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
34 <H1>LIRCRCD</H1>
35 <HR>
37 <A NAME="lbAB">&nbsp;</A>
38 <H2>NAME</H2>
40 lircrc daemon - handle consistent .lircrc state among client applications
41 <A NAME="lbAC">&nbsp;</A>
42 <H2>SYNOPSIS</H2>
44 <B>lircrcd</B>
46 [<I>options</I>] <I>config-file</I>
47 <A NAME="lbAD">&nbsp;</A>
48 <H2>DESCRIPTION</H2>
50 <P>
51 <B>lircrcd</B>
53 reads the given .lircrc config file and synchronises the mode
54 that the LIRC clients using this config file (<B>irexec</B>(1),
55 <B>irxevent</B>(1) , etc.) are in. Using
56 <B>lircrcd</B>
58 has to be explicitly
59 enabled in the config file by adding the following line at the
60 beginning of the file:
61 <BR>
63 #! lircrcd
64 <DL COMPACT>
65 <DT><B>-h</B> <B>--help</B><DD>
66 display this message
67 <DT><B>-v</B> <B>--version</B><DD>
68 display version
69 <DT><B>-p</B> <B>--permission</B>=<I>mode</I><DD>
70 file permissions for socket
71 <DT><B>-o</B> <B>--output</B>=<I>socket</I><DD>
72 output socket filename
73 </DL>
74 <A NAME="lbAE">&nbsp;</A>
75 <H2>OPTIONS</H2>
77 <DL COMPACT>
78 <DT><B>-p,&nbsp;--premission=</B><I>mode</I>
80 <DD>
81 The --permission option gives the file permission of the Unix domain
82 socket lircrcd creates on startup in octal representation. Read the
83 documentation for chmod for further details. If no --permission option
84 is given when the socket is created the default is to give only the
85 user owning the file read and write permissions (0600 in octal
86 representation).
87 <DT><B>-o,&nbsp;--output=</B><I>socket</I>
89 <DD>
90 With the --output option you can select the Unix domain socket, which
91 lircrcd will create. The default is to append a &quot;d&quot; character to the
92 config filename given.
93 </DL>
94 <A NAME="lbAF">&nbsp;</A>
96 <!-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
98 <BR><BR>
99 <CENTER>[<A HREF="http://www.lirc.org/">LIRC homepage</A>]<BR>
100 <I>The LIRC Manual, last update: 12-Oct-2008</I></CENTER>
101 <BR><BR>
102 </TD>
103 <TD WIDTH="15%">&#160;<BR></TD>
104 </TR>
105 </TABLE>
106 </TD>
107 </TR>
108 <TR>
109 <TD CLASS="menu" WIDTH="100%">&#160;<BR>
110 </TD>
111 </TR>
112 </TABLE>
113 </BODY>
114 </HTML>