add cconfig

Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
This commit is contained in:
Nico Schottelius 2013-04-08 16:12:56 +02:00
parent 9d75160879
commit 2055320d05
36 changed files with 7 additions and 2320 deletions

7
docs/cconfig.mdwn Normal file
View File

@ -0,0 +1,7 @@
## Introduction
cconfig is a proposal for configurations on Unix-alike systems.
You can read it in the following formats:
* [[cconfig.pdf|PDF]]
* [[cconfig.tex|LaTeX]]

View File

@ -1 +0,0 @@
No implementation found for style `fancyhdr'

View File

@ -1,35 +0,0 @@
/* Century Schoolbook font is very similar to Computer Modern Math: cmmi */
.MATH { font-family: "Century Schoolbook", serif; }
.MATH I { font-family: "Century Schoolbook", serif; font-style: italic }
.BOLDMATH { font-family: "Century Schoolbook", serif; font-weight: bold }
/* implement both fixed-size and relative sizes */
SMALL.XTINY { font-size : xx-small }
SMALL.TINY { font-size : x-small }
SMALL.SCRIPTSIZE { font-size : smaller }
SMALL.FOOTNOTESIZE { font-size : small }
SMALL.SMALL { }
BIG.LARGE { }
BIG.XLARGE { font-size : large }
BIG.XXLARGE { font-size : x-large }
BIG.HUGE { font-size : larger }
BIG.XHUGE { font-size : xx-large }
/* heading styles */
H1 { }
H2 { }
H3 { }
H4 { }
H5 { }
/* mathematics styles */
DIV.displaymath { } /* math displays */
TD.eqno { } /* equation-number cells */
/* document-specific styles come next */
DIV.navigation { }
PRE.preform { }
SPAN.textbf { font-weight: bold }
SPAN.arabic { }
SPAN.textit { font-style: italic }

View File

@ -1,114 +0,0 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!--Converted with LaTeX2HTML 2002-2-1 (1.71)
original version by: Nikos Drakos, CBLU, University of Leeds
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from:
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
<HTML>
<HEAD>
<TITLE>cconfig 0.1</TITLE>
<META NAME="description" CONTENT="cconfig 0.1">
<META NAME="keywords" CONTENT="cconfig">
<META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global">
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="cconfig.css">
<LINK REL="next" HREF="node1.html">
</HEAD>
<BODY >
<DIV CLASS="navigation"><!--Navigation Panel-->
<A NAME="tex2html11"
HREF="node1.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up_g.png">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev_g.png">
<A NAME="tex2html9"
HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
<BR>
<B> Next:</B> <A NAME="tex2html12"
HREF="node1.html">Contents</A>
&nbsp; <B> <A NAME="tex2html10"
HREF="node1.html">Contents</A></B>
<BR>
<BR></DIV>
<!--End of Navigation Panel-->
<H1 ALIGN="CENTER">cconfig 0.1</H1>
<DIV CLASS="author_info">
<P ALIGN="CENTER"><STRONG>Nico Schottelius (nico-linux-cconfig ((at)) schottelius.org)</STRONG></P>
<P ALIGN="CENTER"><STRONG>2005-08-28</STRONG></P>
</DIV>
<BR><HR>
<!--Table of Child-Links-->
<A NAME="CHILD_LINKS"></A>
<UL CLASS="ChildLinks">
<LI><A NAME="tex2html13"
HREF="node1.html">Contents</A>
<LI><A NAME="tex2html14"
HREF="node2.html">Introduction</A>
<LI><A NAME="tex2html15"
HREF="node3.html">Layout</A>
<UL>
<LI><A NAME="tex2html16"
HREF="node4.html">Objects</A>
<LI><A NAME="tex2html17"
HREF="node5.html">Attributes</A>
<LI><A NAME="tex2html18"
HREF="node6.html">Links</A>
</UL>
<BR>
<LI><A NAME="tex2html19"
HREF="node7.html">Portability</A>
<UL>
<LI><A NAME="tex2html20"
HREF="node8.html">Exchanging</A>
<LI><A NAME="tex2html21"
HREF="node9.html">File names</A>
<LI><A NAME="tex2html22"
HREF="node10.html">File contents</A>
<LI><A NAME="tex2html23"
HREF="node11.html">Using (symbolic) links (absolute and relative)</A>
<LI><A NAME="tex2html24"
HREF="node12.html">Quantity of objects</A>
</UL>
<BR>
<LI><A NAME="tex2html25"
HREF="node13.html">Examples</A>
<UL>
<LI><A NAME="tex2html26"
HREF="node14.html">printer daemon (mini-lpd)</A>
<LI><A NAME="tex2html27"
HREF="node15.html">Samba</A>
<LI><A NAME="tex2html28"
HREF="node16.html">init system (cinit)</A>
</UL>
<BR>
<LI><A NAME="tex2html29"
HREF="node17.html">Problems</A>
<LI><A NAME="tex2html30"
HREF="node18.html">Personal statement</A>
<LI><A NAME="tex2html31"
HREF="node19.html">Bibliography</A>
<LI><A NAME="tex2html32"
HREF="node20.html">About this document ...</A>
</UL>
<!--End of Table of Child-Links-->
<BR><HR>
<ADDRESS>
Nico
2005-08-28
</ADDRESS>
</BODY>
</HTML>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 278 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 147 B

View File

@ -1,334 +0,0 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!--Converted with LaTeX2HTML 2002-2-1 (1.71)
original version by: Nikos Drakos, CBLU, University of Leeds
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from:
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
<HTML>
<HEAD>
<TITLE>Footnotes</TITLE>
<META NAME="description" CONTENT="Footnotes">
<META NAME="keywords" CONTENT="cconfig">
<META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global">
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="cconfig.css">
<LINK REL="previous" HREF="node19.html">
<LINK REL="up" HREF="cconfig.html">
</HEAD>
<BODY >
<DL>
<DT><A NAME="foot82">...
systems</A><A
HREF="node2.html#tex2html1"><SUP><SPAN CLASS="arabic">1</SPAN></SUP></A></DT>
<DD>In fact it can be used on any system, which
fits the requirements. See <A HREF="node7.html#requirements">3</A>, <A HREF="node7.html#requirements"><IMG ALIGN="BOTTOM" BORDER="1" ALT="[*]" SRC="crossref.png"></A> for more
information
<PRE>.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
</PRE>
</DD>
<DT><A NAME="foot83">...
need</A><A
HREF="node4.html#tex2html2"><SUP><SPAN CLASS="arabic">2</SPAN></SUP></A></DT>
<DD>Have a look at the portability issue, <A HREF="node12.html#port-dir">3.5</A>,
page <A HREF="node12.html#port-dir"><IMG ALIGN="BOTTOM" BORDER="1" ALT="[*]" SRC="crossref.png"></A>.
<PRE>.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
</PRE>
</DD>
<DT><A NAME="foot84">... location</A><A
HREF="node6.html#tex2html3"><SUP><SPAN CLASS="arabic">3</SPAN></SUP></A></DT>
<DD>Have a look at the portability issue,
<A HREF="node11.html#port-links">3.4</A>, page <A HREF="node11.html#port-links"><IMG ALIGN="BOTTOM" BORDER="1" ALT="[*]" SRC="crossref.png"></A>.
<PRE>.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
</PRE>
</DD>
<DT><A NAME="foot85">... Unix-system</A><A
HREF="node8.html#tex2html4"><SUP><SPAN CLASS="arabic">4</SPAN></SUP></A></DT>
<DD>As of the current date
tar seems <SPAN CLASS="textbf">not</SPAN> to be able to save ACLs (access control lists).
<PRE>.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
</PRE>
</DD>
<DT><A NAME="foot41">... support</A><A
HREF="node9.html#tex2html5"><SUP><SPAN CLASS="arabic">5</SPAN></SUP></A></DT>
<DD>Reiserfs, ext2, ext3, xfs should work fine, jfs
is reported to had problems with some characters.
<PRE>.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
</PRE>
</DD>
<DT><A NAME="foot86">...
round</A><A
HREF="node11.html#tex2html6"><SUP><SPAN CLASS="arabic">6</SPAN></SUP></A></DT>
<DD>Those systems are most likely <SPAN CLASS="textbf">not</SPAN> Unix-alike and
have a general different design with complex and broken registries.
<PRE>.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
</PRE>
</DD>
<DT><A NAME="foot48">...
limit</A><A
HREF="node12.html#tex2html7"><SUP><SPAN CLASS="arabic">7</SPAN></SUP></A></DT>
<DD>Please report if you ever reach this limit on a filesystem,
I would be interested in how deep the limit is. Currently one person
reported that after 125 subdirectories the limit is reached in the
operating system with the blue screen.
<PRE>.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
</PRE>
</DD>
<DT><A NAME="foot58">...
variables</A><A
HREF="node15.html#tex2html8"><SUP><SPAN CLASS="arabic">8</SPAN></SUP></A></DT>
<DD>Those which can either be TRUE or FALSE.
<PRE>.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
</PRE>
</DD>
</DL>
</BODY>
</HTML>

View File

@ -1,114 +0,0 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!--Converted with LaTeX2HTML 2002-2-1 (1.71)
original version by: Nikos Drakos, CBLU, University of Leeds
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from:
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
<HTML>
<HEAD>
<TITLE>cconfig 0.1</TITLE>
<META NAME="description" CONTENT="cconfig 0.1">
<META NAME="keywords" CONTENT="cconfig">
<META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global">
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="cconfig.css">
<LINK REL="next" HREF="node1.html">
</HEAD>
<BODY >
<DIV CLASS="navigation"><!--Navigation Panel-->
<A NAME="tex2html11"
HREF="node1.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up_g.png">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev_g.png">
<A NAME="tex2html9"
HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
<BR>
<B> Next:</B> <A NAME="tex2html12"
HREF="node1.html">Contents</A>
&nbsp; <B> <A NAME="tex2html10"
HREF="node1.html">Contents</A></B>
<BR>
<BR></DIV>
<!--End of Navigation Panel-->
<H1 ALIGN="CENTER">cconfig 0.1</H1>
<DIV CLASS="author_info">
<P ALIGN="CENTER"><STRONG>Nico Schottelius (nico-linux-cconfig ((at)) schottelius.org)</STRONG></P>
<P ALIGN="CENTER"><STRONG>2005-08-28</STRONG></P>
</DIV>
<BR><HR>
<!--Table of Child-Links-->
<A NAME="CHILD_LINKS"></A>
<UL CLASS="ChildLinks">
<LI><A NAME="tex2html13"
HREF="node1.html">Contents</A>
<LI><A NAME="tex2html14"
HREF="node2.html">Introduction</A>
<LI><A NAME="tex2html15"
HREF="node3.html">Layout</A>
<UL>
<LI><A NAME="tex2html16"
HREF="node4.html">Objects</A>
<LI><A NAME="tex2html17"
HREF="node5.html">Attributes</A>
<LI><A NAME="tex2html18"
HREF="node6.html">Links</A>
</UL>
<BR>
<LI><A NAME="tex2html19"
HREF="node7.html">Portability</A>
<UL>
<LI><A NAME="tex2html20"
HREF="node8.html">Exchanging</A>
<LI><A NAME="tex2html21"
HREF="node9.html">File names</A>
<LI><A NAME="tex2html22"
HREF="node10.html">File contents</A>
<LI><A NAME="tex2html23"
HREF="node11.html">Using (symbolic) links (absolute and relative)</A>
<LI><A NAME="tex2html24"
HREF="node12.html">Quantity of objects</A>
</UL>
<BR>
<LI><A NAME="tex2html25"
HREF="node13.html">Examples</A>
<UL>
<LI><A NAME="tex2html26"
HREF="node14.html">printer daemon (mini-lpd)</A>
<LI><A NAME="tex2html27"
HREF="node15.html">Samba</A>
<LI><A NAME="tex2html28"
HREF="node16.html">init system (cinit)</A>
</UL>
<BR>
<LI><A NAME="tex2html29"
HREF="node17.html">Problems</A>
<LI><A NAME="tex2html30"
HREF="node18.html">Personal statement</A>
<LI><A NAME="tex2html31"
HREF="node19.html">Bibliography</A>
<LI><A NAME="tex2html32"
HREF="node20.html">About this document ...</A>
</UL>
<!--End of Table of Child-Links-->
<BR><HR>
<ADDRESS>
Nico
2005-08-28
</ADDRESS>
</BODY>
</HTML>

View File

@ -1,50 +0,0 @@
# LaTeX2HTML 2002-2-1 (1.71)
# Associate internals original text with physical files.
$key = q/cite_bzip2/;
$ref_files{$key} = "$dir".q|node19.html|;
$noresave{$key} = "$nosave";
$key = q/cite_cinit/;
$ref_files{$key} = "$dir".q|node19.html|;
$noresave{$key} = "$nosave";
$key = q/cite_xml/;
$ref_files{$key} = "$dir".q|node19.html|;
$noresave{$key} = "$nosave";
$key = q/requirements/;
$ref_files{$key} = "$dir".q|node7.html|;
$noresave{$key} = "$nosave";
$key = q/port-links/;
$ref_files{$key} = "$dir".q|node11.html|;
$noresave{$key} = "$nosave";
$key = q/cite_posix/;
$ref_files{$key} = "$dir".q|node19.html|;
$noresave{$key} = "$nosave";
$key = q/cite_utf8/;
$ref_files{$key} = "$dir".q|node19.html|;
$noresave{$key} = "$nosave";
$key = q/port-dir/;
$ref_files{$key} = "$dir".q|node12.html|;
$noresave{$key} = "$nosave";
$key = q/cite_samba/;
$ref_files{$key} = "$dir".q|node19.html|;
$noresave{$key} = "$nosave";
$key = q/cite_mini-lpd/;
$ref_files{$key} = "$dir".q|node19.html|;
$noresave{$key} = "$nosave";
$key = q/cite_tar/;
$ref_files{$key} = "$dir".q|node19.html|;
$noresave{$key} = "$nosave";
1;

View File

@ -1,69 +0,0 @@
# LaTeX2HTML 2002-2-1 (1.71)
# Associate labels original text with physical files.
$key = q/cite_bzip2/;
$external_labels{$key} = "$URL/" . q|node19.html|;
$noresave{$key} = "$nosave";
$key = q/cite_cinit/;
$external_labels{$key} = "$URL/" . q|node19.html|;
$noresave{$key} = "$nosave";
$key = q/cite_xml/;
$external_labels{$key} = "$URL/" . q|node19.html|;
$noresave{$key} = "$nosave";
$key = q/requirements/;
$external_labels{$key} = "$URL/" . q|node7.html|;
$noresave{$key} = "$nosave";
$key = q/port-links/;
$external_labels{$key} = "$URL/" . q|node11.html|;
$noresave{$key} = "$nosave";
$key = q/cite_posix/;
$external_labels{$key} = "$URL/" . q|node19.html|;
$noresave{$key} = "$nosave";
$key = q/cite_utf8/;
$external_labels{$key} = "$URL/" . q|node19.html|;
$noresave{$key} = "$nosave";
$key = q/port-dir/;
$external_labels{$key} = "$URL/" . q|node12.html|;
$noresave{$key} = "$nosave";
$key = q/cite_samba/;
$external_labels{$key} = "$URL/" . q|node19.html|;
$noresave{$key} = "$nosave";
$key = q/cite_mini-lpd/;
$external_labels{$key} = "$URL/" . q|node19.html|;
$noresave{$key} = "$nosave";
$key = q/cite_tar/;
$external_labels{$key} = "$URL/" . q|node19.html|;
$noresave{$key} = "$nosave";
1;
# LaTeX2HTML 2002-2-1 (1.71)
# labels from external_latex_labels array.
$key = q/port-dir/;
$external_latex_labels{$key} = q|3.5|;
$noresave{$key} = "$nosave";
$key = q/requirements/;
$external_latex_labels{$key} = q|3|;
$noresave{$key} = "$nosave";
$key = q/port-links/;
$external_latex_labels{$key} = q|3.4|;
$noresave{$key} = "$nosave";
1;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 245 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 272 B

View File

@ -1,111 +0,0 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!--Converted with LaTeX2HTML 2002-2-1 (1.71)
original version by: Nikos Drakos, CBLU, University of Leeds
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from:
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
<HTML>
<HEAD>
<TITLE>Contents</TITLE>
<META NAME="description" CONTENT="Contents">
<META NAME="keywords" CONTENT="cconfig">
<META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global">
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="cconfig.css">
<LINK REL="next" HREF="node2.html">
<LINK REL="previous" HREF="cconfig.html">
<LINK REL="up" HREF="cconfig.html">
<LINK REL="next" HREF="node2.html">
</HEAD>
<BODY >
<DIV CLASS="navigation"><!--Navigation Panel-->
<A NAME="tex2html41"
HREF="node2.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
<A NAME="tex2html39"
HREF="cconfig.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
<A NAME="tex2html33"
HREF="cconfig.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
<BR>
<B> Next:</B> <A NAME="tex2html42"
HREF="node2.html">Introduction</A>
<B> Up:</B> <A NAME="tex2html40"
HREF="cconfig.html">cconfig 0.1</A>
<B> Previous:</B> <A NAME="tex2html34"
HREF="cconfig.html">cconfig 0.1</A>
<BR>
<BR></DIV>
<!--End of Navigation Panel-->
<BR>
<H2><A NAME="SECTION00010000000000000000">
Contents</A>
</H2>
<!--Table of Contents-->
<UL CLASS="TofC">
<LI><A NAME="tex2html43"
HREF="node2.html">Introduction</A>
<LI><A NAME="tex2html44"
HREF="node3.html">Layout</A>
<UL>
<LI><A NAME="tex2html45"
HREF="node4.html">Objects</A>
<LI><A NAME="tex2html46"
HREF="node5.html">Attributes</A>
<LI><A NAME="tex2html47"
HREF="node6.html">Links</A>
</UL>
<BR>
<LI><A NAME="tex2html48"
HREF="node7.html">Portability</A>
<UL>
<LI><A NAME="tex2html49"
HREF="node8.html">Exchanging</A>
<LI><A NAME="tex2html50"
HREF="node9.html">File names</A>
<LI><A NAME="tex2html51"
HREF="node10.html">File contents</A>
<LI><A NAME="tex2html52"
HREF="node11.html">Using (symbolic) links (absolute and relative)</A>
<LI><A NAME="tex2html53"
HREF="node12.html">Quantity of objects</A>
</UL>
<BR>
<LI><A NAME="tex2html54"
HREF="node13.html">Examples</A>
<UL>
<LI><A NAME="tex2html55"
HREF="node14.html">printer daemon (mini-lpd)</A>
<LI><A NAME="tex2html56"
HREF="node15.html">Samba</A>
<LI><A NAME="tex2html57"
HREF="node16.html">init system (cinit)</A>
</UL>
<BR>
<LI><A NAME="tex2html58"
HREF="node17.html">Problems</A>
<LI><A NAME="tex2html59"
HREF="node18.html">Personal statement</A>
<LI><A NAME="tex2html60"
HREF="node19.html">Bibliography</A>
</UL>
<!--End of Table of Contents-->
<BR><HR>
<ADDRESS>
Nico
2005-08-28
</ADDRESS>
</BODY>
</HTML>

View File

@ -1,66 +0,0 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!--Converted with LaTeX2HTML 2002-2-1 (1.71)
original version by: Nikos Drakos, CBLU, University of Leeds
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from:
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
<HTML>
<HEAD>
<TITLE>File contents</TITLE>
<META NAME="description" CONTENT="File contents">
<META NAME="keywords" CONTENT="cconfig">
<META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global">
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="cconfig.css">
<LINK REL="next" HREF="node11.html">
<LINK REL="previous" HREF="node9.html">
<LINK REL="up" HREF="node7.html">
<LINK REL="next" HREF="node11.html">
</HEAD>
<BODY >
<DIV CLASS="navigation"><!--Navigation Panel-->
<A NAME="tex2html173"
HREF="node11.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
<A NAME="tex2html169"
HREF="node7.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
<A NAME="tex2html163"
HREF="node9.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
<A NAME="tex2html171"
HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
<BR>
<B> Next:</B> <A NAME="tex2html174"
HREF="node11.html">Using (symbolic) links (absolute</A>
<B> Up:</B> <A NAME="tex2html170"
HREF="node7.html">Portability</A>
<B> Previous:</B> <A NAME="tex2html164"
HREF="node9.html">File names</A>
&nbsp; <B> <A NAME="tex2html172"
HREF="node1.html">Contents</A></B>
<BR>
<BR></DIV>
<!--End of Navigation Panel-->
<H2><A NAME="SECTION00043000000000000000">
File contents</A>
</H2>
The same rules as in "`File names"' apply.
<BR><HR>
<ADDRESS>
Nico
2005-08-28
</ADDRESS>
</BODY>
</HTML>

View File

@ -1,87 +0,0 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!--Converted with LaTeX2HTML 2002-2-1 (1.71)
original version by: Nikos Drakos, CBLU, University of Leeds
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from:
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
<HTML>
<HEAD>
<TITLE>Using (symbolic) links (absolute and relative)</TITLE>
<META NAME="description" CONTENT="Using (symbolic) links (absolute and relative)">
<META NAME="keywords" CONTENT="cconfig">
<META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global">
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="cconfig.css">
<LINK REL="next" HREF="node12.html">
<LINK REL="previous" HREF="node10.html">
<LINK REL="up" HREF="node7.html">
<LINK REL="next" HREF="node12.html">
</HEAD>
<BODY >
<DIV CLASS="navigation"><!--Navigation Panel-->
<A NAME="tex2html185"
HREF="node12.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
<A NAME="tex2html181"
HREF="node7.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
<A NAME="tex2html175"
HREF="node10.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
<A NAME="tex2html183"
HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
<BR>
<B> Next:</B> <A NAME="tex2html186"
HREF="node12.html">Quantity of objects</A>
<B> Up:</B> <A NAME="tex2html182"
HREF="node7.html">Portability</A>
<B> Previous:</B> <A NAME="tex2html176"
HREF="node10.html">File contents</A>
&nbsp; <B> <A NAME="tex2html184"
HREF="node1.html">Contents</A></B>
<BR>
<BR></DIV>
<!--End of Navigation Panel-->
<H2><A NAME="SECTION00044000000000000000"></A>
<A NAME="port-links"></A>
<BR>
Using (symbolic) links (absolute and relative)
</H2>
Hard links are not a problem, because when transferring the data they look
as different files, tar will not see the difference between a totally
different file and a hard link.
<P>
When using symbolic links one has to distinguish between absolute
and relative links. Using a symbolic link can be a problem in general, if
you link outside of the configuration directory. If you link to other
files or directories in the configuration directory you should prefer
relative links. When using absolute links the linked files
may be non-existent, when using relative links to files outside
the files may be unreachable, because the cconfig is extracted
below a different hierarchy position.
<P>
Some operating system implement links differently, you need
to have a tool, which converts standard links (as used on POSIX
systems) to those used on other system and the other way
round<A NAME="tex2html6"
HREF="footnode.html#foot86"><SUP><SPAN CLASS="arabic">6</SPAN></SUP></A>.
<BR><HR>
<ADDRESS>
Nico
2005-08-28
</ADDRESS>
</BODY>
</HTML>

View File

@ -1,70 +0,0 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!--Converted with LaTeX2HTML 2002-2-1 (1.71)
original version by: Nikos Drakos, CBLU, University of Leeds
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from:
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
<HTML>
<HEAD>
<TITLE>Quantity of objects</TITLE>
<META NAME="description" CONTENT="Quantity of objects">
<META NAME="keywords" CONTENT="cconfig">
<META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global">
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="cconfig.css">
<LINK REL="previous" HREF="node11.html">
<LINK REL="up" HREF="node7.html">
<LINK REL="next" HREF="node13.html">
</HEAD>
<BODY >
<DIV CLASS="navigation"><!--Navigation Panel-->
<A NAME="tex2html195"
HREF="node13.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
<A NAME="tex2html191"
HREF="node7.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
<A NAME="tex2html187"
HREF="node11.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
<A NAME="tex2html193"
HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
<BR>
<B> Next:</B> <A NAME="tex2html196"
HREF="node13.html">Examples</A>
<B> Up:</B> <A NAME="tex2html192"
HREF="node7.html">Portability</A>
<B> Previous:</B> <A NAME="tex2html188"
HREF="node11.html">Using (symbolic) links (absolute</A>
&nbsp; <B> <A NAME="tex2html194"
HREF="node1.html">Contents</A></B>
<BR>
<BR></DIV>
<!--End of Navigation Panel-->
<H2><A NAME="SECTION00045000000000000000"></A>
<A NAME="port-dir"></A>
<BR>
Quantity of objects
</H2>
Some filesystems limit the count of directories (how deep directories
may be nested). For normal configurations you'll never reach this
limit<A NAME="tex2html7"
HREF="footnode.html#foot48"><SUP><SPAN CLASS="arabic">7</SPAN></SUP></A>.
<BR><HR>
<ADDRESS>
Nico
2005-08-28
</ADDRESS>
</BODY>
</HTML>

View File

@ -1,79 +0,0 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!--Converted with LaTeX2HTML 2002-2-1 (1.71)
original version by: Nikos Drakos, CBLU, University of Leeds
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from:
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
<HTML>
<HEAD>
<TITLE>Examples</TITLE>
<META NAME="description" CONTENT="Examples">
<META NAME="keywords" CONTENT="cconfig">
<META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global">
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="cconfig.css">
<LINK REL="next" HREF="node17.html">
<LINK REL="previous" HREF="node7.html">
<LINK REL="up" HREF="cconfig.html">
<LINK REL="next" HREF="node14.html">
</HEAD>
<BODY >
<DIV CLASS="navigation"><!--Navigation Panel-->
<A NAME="tex2html207"
HREF="node14.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
<A NAME="tex2html203"
HREF="cconfig.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
<A NAME="tex2html197"
HREF="node12.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
<A NAME="tex2html205"
HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
<BR>
<B> Next:</B> <A NAME="tex2html208"
HREF="node14.html">printer daemon (mini-lpd)</A>
<B> Up:</B> <A NAME="tex2html204"
HREF="cconfig.html">cconfig 0.1</A>
<B> Previous:</B> <A NAME="tex2html198"
HREF="node12.html">Quantity of objects</A>
&nbsp; <B> <A NAME="tex2html206"
HREF="node1.html">Contents</A></B>
<BR>
<BR></DIV>
<!--End of Navigation Panel-->
<H1><A NAME="SECTION00050000000000000000">
Examples</A>
</H1>
So far said, let us see some examples after the theoretic part.
<BR><HR>
<!--Table of Child-Links-->
<A NAME="CHILD_LINKS"><STRONG>Subsections</STRONG></A>
<UL CLASS="ChildLinks">
<LI><A NAME="tex2html209"
HREF="node14.html">printer daemon (mini-lpd)</A>
<LI><A NAME="tex2html210"
HREF="node15.html">Samba</A>
<LI><A NAME="tex2html211"
HREF="node16.html">init system (cinit)</A>
</UL>
<!--End of Table of Child-Links-->
<BR><HR>
<ADDRESS>
Nico
2005-08-28
</ADDRESS>
</BODY>
</HTML>

View File

@ -1,93 +0,0 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!--Converted with LaTeX2HTML 2002-2-1 (1.71)
original version by: Nikos Drakos, CBLU, University of Leeds
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from:
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
<HTML>
<HEAD>
<TITLE>printer daemon (mini-lpd)</TITLE>
<META NAME="description" CONTENT="printer daemon (mini-lpd)">
<META NAME="keywords" CONTENT="cconfig">
<META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global">
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="cconfig.css">
<LINK REL="next" HREF="node15.html">
<LINK REL="previous" HREF="node13.html">
<LINK REL="up" HREF="node13.html">
<LINK REL="next" HREF="node15.html">
</HEAD>
<BODY >
<DIV CLASS="navigation"><!--Navigation Panel-->
<A NAME="tex2html222"
HREF="node15.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
<A NAME="tex2html218"
HREF="node13.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
<A NAME="tex2html212"
HREF="node13.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
<A NAME="tex2html220"
HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
<BR>
<B> Next:</B> <A NAME="tex2html223"
HREF="node15.html">Samba</A>
<B> Up:</B> <A NAME="tex2html219"
HREF="node13.html">Examples</A>
<B> Previous:</B> <A NAME="tex2html213"
HREF="node13.html">Examples</A>
&nbsp; <B> <A NAME="tex2html221"
HREF="node1.html">Contents</A></B>
<BR>
<BR></DIV>
<!--End of Navigation Panel-->
<H2><A NAME="SECTION00051000000000000000">
printer daemon (mini-lpd)</A>
</H2>
mini-lpd is a small, non-queueing lpd implementation. It uses
<code>/etc/mini-lpd</code> as its configuration directory. Every directory
below is the name of a queue:
<PRE>
[15:09] hydrogenium:~# ls -l /etc/mini-lpd
total 0
drwx------ 2 root root 6 Aug 28 15:09 lp0
drwx------ 2 root root 6 Aug 28 15:09 lp1
</PRE>
Those "`objects"' (directories) contain an attribute "`device"', which
is where the mini-lpd writes the incoming data to:
<P>
<PRE>
[15:10] hydrogenium:~# ls -l /etc/mini-lpd/lp*
/etc/mini-lpd/lp0:
total 0
lrwxrwxrwx 1 root root 9 Aug 28 15:10 device -&gt; /dev/null
/etc/mini-lpd/lp1:
total 0
lrwxrwxrwx 1 root root 8 Aug 28 15:10 device -&gt; /dev/lp0
</PRE>
<P>
You could add other attributes like "`filter"' (unsupported currently), which
could be a link to a program filtering the input before mini-lpd
would write it to the device.
<BR><HR>
<ADDRESS>
Nico
2005-08-28
</ADDRESS>
</BODY>
</HTML>

View File

@ -1,80 +0,0 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!--Converted with LaTeX2HTML 2002-2-1 (1.71)
original version by: Nikos Drakos, CBLU, University of Leeds
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from:
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
<HTML>
<HEAD>
<TITLE>Samba</TITLE>
<META NAME="description" CONTENT="Samba">
<META NAME="keywords" CONTENT="cconfig">
<META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global">
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="cconfig.css">
<LINK REL="next" HREF="node16.html">
<LINK REL="previous" HREF="node14.html">
<LINK REL="up" HREF="node13.html">
<LINK REL="next" HREF="node16.html">
</HEAD>
<BODY >
<DIV CLASS="navigation"><!--Navigation Panel-->
<A NAME="tex2html234"
HREF="node16.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
<A NAME="tex2html230"
HREF="node13.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
<A NAME="tex2html224"
HREF="node14.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
<A NAME="tex2html232"
HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
<BR>
<B> Next:</B> <A NAME="tex2html235"
HREF="node16.html">init system (cinit)</A>
<B> Up:</B> <A NAME="tex2html231"
HREF="node13.html">Examples</A>
<B> Previous:</B> <A NAME="tex2html225"
HREF="node14.html">printer daemon (mini-lpd)</A>
&nbsp; <B> <A NAME="tex2html233"
HREF="node1.html">Contents</A></B>
<BR>
<BR></DIV>
<!--End of Navigation Panel-->
<H2><A NAME="SECTION00052000000000000000">
Samba</A>
</H2>
Samba[<A
HREF="node19.html#samba">7</A>] is the well-known Unix SMB server. It exists and
does <SPAN CLASS="textbf">not</SPAN> use cconfig for its configuration, but this describes
how it could:
"`/etc/samba"' is currently the configuration directory. Instead of
the smb.conf you would have the object "`config"'. Bool
variables<A NAME="tex2html8"
HREF="footnode.html#foot58"><SUP><SPAN CLASS="arabic">8</SPAN></SUP></A> could simply
be represented by "`file exists"' (true) or "`file does not exist"'.
Variables with text could be realised with writing the text into the file:
"`/etc/samba/config/workgroup"' could contain "`cworkgroup"'.
Shares could be objects below "`/etc/samba/shares"':
"`/etc/samba/shares/cdrom"' could contain a file name "`path"' which links
to the real path, a file "`groups"' which would contain a <code>\n</code> seperated
list of groups which may access this share.
<BR><HR>
<ADDRESS>
Nico
2005-08-28
</ADDRESS>
</BODY>
</HTML>

View File

@ -1,98 +0,0 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!--Converted with LaTeX2HTML 2002-2-1 (1.71)
original version by: Nikos Drakos, CBLU, University of Leeds
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from:
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
<HTML>
<HEAD>
<TITLE>init system (cinit)</TITLE>
<META NAME="description" CONTENT="init system (cinit)">
<META NAME="keywords" CONTENT="cconfig">
<META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global">
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="cconfig.css">
<LINK REL="previous" HREF="node15.html">
<LINK REL="up" HREF="node13.html">
<LINK REL="next" HREF="node17.html">
</HEAD>
<BODY >
<DIV CLASS="navigation"><!--Navigation Panel-->
<A NAME="tex2html244"
HREF="node17.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
<A NAME="tex2html240"
HREF="node13.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
<A NAME="tex2html236"
HREF="node15.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
<A NAME="tex2html242"
HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
<BR>
<B> Next:</B> <A NAME="tex2html245"
HREF="node17.html">Problems</A>
<B> Up:</B> <A NAME="tex2html241"
HREF="node13.html">Examples</A>
<B> Previous:</B> <A NAME="tex2html237"
HREF="node15.html">Samba</A>
&nbsp; <B> <A NAME="tex2html243"
HREF="node1.html">Contents</A></B>
<BR>
<BR></DIV>
<!--End of Navigation Panel-->
<H2><A NAME="SECTION00053000000000000000">
init system (cinit)</A>
</H2>
Cinit[<A
HREF="node19.html#cinit">2</A>] is a fast init system, which uses cconfig.
"`/etc/cinit"' is its basic configuration directory. Below that directory
exist the basic configuration:
<PRE>
wasserstoff# ls -l /etc/cinit
total 8
drwxr-xr-x 10 root root 4096 Aug 20 20:55 getty
drwxr-xr-x 3 root root 56 Aug 24 22:04 init
drwxr-xr-x 2 root root 1 Aug 20 20:38 local-services
drwxr-xr-x 5 root root 32 Aug 24 22:14 local-tuning
drwxr-xr-x 10 root root 72 Aug 24 06:40 mount
drwxr-xr-x 7 root root 48 Aug 28 13:57 network
drwxr-xr-x 4 root root 16 Aug 20 20:51 remote-services
drwxr-xr-t 2 root root 60 Aug 28 14:00 tmp
</PRE>
"`/etc/cinit/init"' is the first service cinit normally boots,
from there it has dependencies to other services:
<PRE>
wasserstoff# ls -l /etc/cinit/init/*
lrwxrwxrwx 1 root root 9 Aug 20 20:43 /etc/cinit/init/on -&gt; /bin/echo
-rw-r--r-- 1 root root 22 Aug 20 20:43 /etc/cinit/init/on.params
/etc/cinit/init/wants:
total 0
lrwxrwxrwx 1 root root 12 Aug 20 20:43 getty -&gt; ../../getty/
lrwxrwxrwx 1 root root 21 Aug 20 20:51 local-services -&gt; ../../local-services/
lrwxrwxrwx 1 root root 19 Aug 20 20:42 local-tuning -&gt; ../../local-tuning/
lrwxrwxrwx 1 root root 12 Aug 20 20:51 mount -&gt; ../../mount/
lrwxrwxrwx 1 root root 14 Aug 20 20:51 network -&gt; ../../network/
lrwxrwxrwx 1 root root 22 Aug 20 20:51 remote-services -&gt; ../../remote-services/
</PRE>
The "`wants"' describe soft-dependencies, "`on"' specifies what to start
and "`on.params"' are the parameters to pass.
<BR><HR>
<ADDRESS>
Nico
2005-08-28
</ADDRESS>
</BODY>
</HTML>

View File

@ -1,71 +0,0 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!--Converted with LaTeX2HTML 2002-2-1 (1.71)
original version by: Nikos Drakos, CBLU, University of Leeds
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from:
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
<HTML>
<HEAD>
<TITLE>Problems</TITLE>
<META NAME="description" CONTENT="Problems">
<META NAME="keywords" CONTENT="cconfig">
<META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global">
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="cconfig.css">
<LINK REL="next" HREF="node18.html">
<LINK REL="previous" HREF="node13.html">
<LINK REL="up" HREF="cconfig.html">
<LINK REL="next" HREF="node18.html">
</HEAD>
<BODY >
<DIV CLASS="navigation"><!--Navigation Panel-->
<A NAME="tex2html256"
HREF="node18.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
<A NAME="tex2html252"
HREF="cconfig.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
<A NAME="tex2html246"
HREF="node16.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
<A NAME="tex2html254"
HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
<BR>
<B> Next:</B> <A NAME="tex2html257"
HREF="node18.html">Personal statement</A>
<B> Up:</B> <A NAME="tex2html253"
HREF="cconfig.html">cconfig 0.1</A>
<B> Previous:</B> <A NAME="tex2html247"
HREF="node16.html">init system (cinit)</A>
&nbsp; <B> <A NAME="tex2html255"
HREF="node1.html">Contents</A></B>
<BR>
<BR></DIV>
<!--End of Navigation Panel-->
<H1><A NAME="SECTION00060000000000000000">
Problems</A>
</H1>
cconfig is not a standard currently.
No tools exists to convert to other formats like XML.
There is no description language (like DTD or XSLT for XML).
The portability is ensured between most Unices, but Win32 will
most likely be broken as long as nobody writes a "`cconfigtar2win32fs"'
convert tool.
<BR><HR>
<ADDRESS>
Nico
2005-08-28
</ADDRESS>
</BODY>
</HTML>

View File

@ -1,77 +0,0 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!--Converted with LaTeX2HTML 2002-2-1 (1.71)
original version by: Nikos Drakos, CBLU, University of Leeds
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from:
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
<HTML>
<HEAD>
<TITLE>Personal statement</TITLE>
<META NAME="description" CONTENT="Personal statement">
<META NAME="keywords" CONTENT="cconfig">
<META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global">
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="cconfig.css">
<LINK REL="next" HREF="node19.html">
<LINK REL="previous" HREF="node17.html">
<LINK REL="up" HREF="cconfig.html">
<LINK REL="next" HREF="node19.html">
</HEAD>
<BODY >
<DIV CLASS="navigation"><!--Navigation Panel-->
<A NAME="tex2html268"
HREF="node19.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
<A NAME="tex2html264"
HREF="cconfig.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
<A NAME="tex2html258"
HREF="node17.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
<A NAME="tex2html266"
HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
<BR>
<B> Next:</B> <A NAME="tex2html269"
HREF="node19.html">Bibliography</A>
<B> Up:</B> <A NAME="tex2html265"
HREF="cconfig.html">cconfig 0.1</A>
<B> Previous:</B> <A NAME="tex2html259"
HREF="node17.html">Problems</A>
&nbsp; <B> <A NAME="tex2html267"
HREF="node1.html">Contents</A></B>
<BR>
<BR></DIV>
<!--End of Navigation Panel-->
<H1><A NAME="SECTION00070000000000000000">
Personal statement</A>
</H1>
I wrote this because I think configuring things this way is very logic
and helps to intuitively use your system. Furthermore it is really
easy to see what is configured (<code>find /the/cconfig/dir</code>). I implemented
variants of cconfig in cinit[<A
HREF="node19.html#cinit">2</A>] and mini-lpd[<A
HREF="node19.html#mini-lpd">4</A>].
Many people I know, who use xml[<A
HREF="node19.html#xml">8</A>] and have problems, because
the parser is too slow, were very happy when I told them about cconfig.
I hope you can also benefit from it. I would really like to hear some
feedback from you at nico-linux-cconfig ((at)) schottelius.org.
<BR><HR>
<ADDRESS>
Nico
2005-08-28
</ADDRESS>
</BODY>
</HTML>

View File

@ -1,88 +0,0 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!--Converted with LaTeX2HTML 2002-2-1 (1.71)
original version by: Nikos Drakos, CBLU, University of Leeds
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from:
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
<HTML>
<HEAD>
<TITLE>Bibliography</TITLE>
<META NAME="description" CONTENT="Bibliography">
<META NAME="keywords" CONTENT="cconfig">
<META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global">
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="cconfig.css">
<LINK REL="next" HREF="node20.html">
<LINK REL="previous" HREF="node18.html">
<LINK REL="up" HREF="cconfig.html">
<LINK REL="next" HREF="node20.html">
</HEAD>
<BODY >
<DIV CLASS="navigation"><!--Navigation Panel-->
<A NAME="tex2html280"
HREF="node20.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
<A NAME="tex2html276"
HREF="cconfig.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
<A NAME="tex2html270"
HREF="node18.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
<A NAME="tex2html278"
HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
<BR>
<B> Next:</B> <A NAME="tex2html281"
HREF="node20.html">About this document ...</A>
<B> Up:</B> <A NAME="tex2html277"
HREF="cconfig.html">cconfig 0.1</A>
<B> Previous:</B> <A NAME="tex2html271"
HREF="node18.html">Personal statement</A>
&nbsp; <B> <A NAME="tex2html279"
HREF="node1.html">Contents</A></B>
<BR><BR></DIV>
<!--End of Navigation Panel-->
<H2><A NAME="SECTION00080000000000000000">
Bibliography</A>
</H2><DL COMPACT><DD><P></P><DT><A NAME="posix">1</A>
<DD> Posix and SUS;
<BR><code>http://www.opengroup.org/platform/single_unix_specification/</code>
<P></P><DT><A NAME="cinit">2</A>
<DD> cinit;
<BR><code>http://linux.schottelius.org/cinit/</code>
<P></P><DT><A NAME="utf8">3</A>
<DD> UTF-8;
<BR><code>http://www.utf-8.com/</code>;
<BR><code>http://www.cl.cam.ac.uk/~mgk25/unicode.html</code>
<P></P><DT><A NAME="mini-lpd">4</A>
<DD> mini-lpd;
<BR><code>http://linux.schottelius.org/mini-lpd/</code>
<P></P><DT><A NAME="tar">5</A>
<DD> tar;
<BR><code>http%3A//www.gnu.org/software/tar/tar.html</code>
<P></P><DT><A NAME="bzip2">6</A>
<DD> bzip2;
<BR><code>http://www.bzip.org/</code>
<P></P><DT><A NAME="samba">7</A>
<DD> Samba;
<BR><code>http://www.samba.org/</code>
<P></P><DT><A NAME="xml">8</A>
<DD> XML;
<BR><code>http://www.w3.org/XML/</code>
</DL><BR><HR>
<ADDRESS>
Nico
2005-08-28
</ADDRESS>
</BODY>
</HTML>

View File

@ -1,84 +0,0 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!--Converted with LaTeX2HTML 2002-2-1 (1.71)
original version by: Nikos Drakos, CBLU, University of Leeds
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from:
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
<HTML>
<HEAD>
<TITLE>Introduction</TITLE>
<META NAME="description" CONTENT="Introduction">
<META NAME="keywords" CONTENT="cconfig">
<META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global">
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="cconfig.css">
<LINK REL="next" HREF="node3.html">
<LINK REL="previous" HREF="node1.html">
<LINK REL="up" HREF="cconfig.html">
<LINK REL="next" HREF="node3.html">
</HEAD>
<BODY >
<DIV CLASS="navigation"><!--Navigation Panel-->
<A NAME="tex2html71"
HREF="node3.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
<A NAME="tex2html67"
HREF="cconfig.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
<A NAME="tex2html61"
HREF="node1.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
<A NAME="tex2html69"
HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
<BR>
<B> Next:</B> <A NAME="tex2html72"
HREF="node3.html">Layout</A>
<B> Up:</B> <A NAME="tex2html68"
HREF="cconfig.html">cconfig 0.1</A>
<B> Previous:</B> <A NAME="tex2html62"
HREF="node1.html">Contents</A>
&nbsp; <B> <A NAME="tex2html70"
HREF="node1.html">Contents</A></B>
<BR>
<BR></DIV>
<!--End of Navigation Panel-->
<H1><A NAME="SECTION00020000000000000000">
Introduction</A>
</H1>
cconfig is a proposal for configurations on Unix-alike
systems<A NAME="tex2html1"
HREF="footnode.html#foot82"><SUP><SPAN CLASS="arabic">1</SPAN></SUP></A>. This includes, but is not limited to services, packages,
user settings or the system configuration. cconfig main idea is
<UL>
<LI>to simplify the layout of configurations
</LI>
<LI>to make it easier to configure
</LI>
<LI>to allow smooth editing from automatically running programs,
</LI>
<LI>thus to avoid parsing where possible,
</LI>
<LI>to use the available resources (libraries, functions, ...)
</LI>
<LI>and to prevent doubled implementations.
</LI>
</UL>
<BR><HR>
<ADDRESS>
Nico
2005-08-28
</ADDRESS>
</BODY>
</HTML>

View File

@ -1,75 +0,0 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!--Converted with LaTeX2HTML 2002-2-1 (1.71)
original version by: Nikos Drakos, CBLU, University of Leeds
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from:
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
<HTML>
<HEAD>
<TITLE>About this document ...</TITLE>
<META NAME="description" CONTENT="About this document ...">
<META NAME="keywords" CONTENT="cconfig">
<META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global">
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="cconfig.css">
<LINK REL="previous" HREF="node19.html">
<LINK REL="up" HREF="cconfig.html">
</HEAD>
<BODY >
<DIV CLASS="navigation"><!--Navigation Panel-->
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next_g.png">
<A NAME="tex2html286"
HREF="cconfig.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
<A NAME="tex2html282"
HREF="node19.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
<A NAME="tex2html288"
HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
<BR>
<B> Up:</B> <A NAME="tex2html287"
HREF="cconfig.html">cconfig 0.1</A>
<B> Previous:</B> <A NAME="tex2html283"
HREF="node19.html">Bibliography</A>
&nbsp; <B> <A NAME="tex2html289"
HREF="node1.html">Contents</A></B>
<BR>
<BR></DIV>
<!--End of Navigation Panel-->
<H1><A NAME="SECTION00090000000000000000">
About this document ...</A>
</H1>
<STRONG>cconfig 0.1</STRONG><P>
This document was generated using the
<A HREF="http://www.latex2html.org/"><STRONG>LaTeX</STRONG>2<tt>HTML</tt></A> translator Version 2002-2-1 (1.71)
<P>
Copyright &#169; 1993, 1994, 1995, 1996,
<A HREF="http://cbl.leeds.ac.uk/nikos/personal.html">Nikos Drakos</A>,
Computer Based Learning Unit, University of Leeds.
<BR>
Copyright &#169; 1997, 1998, 1999,
<A HREF="http://www.maths.mq.edu.au/~ross/">Ross Moore</A>,
Mathematics Department, Macquarie University, Sydney.
<P>
The command line arguments were: <BR>
<STRONG>latex2html</STRONG> <TT>-local_icons cconfig.tex</TT>
<P>
The translation was initiated by Nico on 2005-08-28
<BR><HR>
<ADDRESS>
Nico
2005-08-28
</ADDRESS>
</BODY>
</HTML>

View File

@ -1,83 +0,0 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!--Converted with LaTeX2HTML 2002-2-1 (1.71)
original version by: Nikos Drakos, CBLU, University of Leeds
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from:
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
<HTML>
<HEAD>
<TITLE>Layout</TITLE>
<META NAME="description" CONTENT="Layout">
<META NAME="keywords" CONTENT="cconfig">
<META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global">
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="cconfig.css">
<LINK REL="next" HREF="node7.html">
<LINK REL="previous" HREF="node2.html">
<LINK REL="up" HREF="cconfig.html">
<LINK REL="next" HREF="node4.html">
</HEAD>
<BODY >
<DIV CLASS="navigation"><!--Navigation Panel-->
<A NAME="tex2html83"
HREF="node4.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
<A NAME="tex2html79"
HREF="cconfig.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
<A NAME="tex2html73"
HREF="node2.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
<A NAME="tex2html81"
HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
<BR>
<B> Next:</B> <A NAME="tex2html84"
HREF="node4.html">Objects</A>
<B> Up:</B> <A NAME="tex2html80"
HREF="cconfig.html">cconfig 0.1</A>
<B> Previous:</B> <A NAME="tex2html74"
HREF="node2.html">Introduction</A>
&nbsp; <B> <A NAME="tex2html82"
HREF="node1.html">Contents</A></B>
<BR>
<BR></DIV>
<!--End of Navigation Panel-->
<H1><A NAME="SECTION00030000000000000000">
Layout</A>
</H1>
Every cconfig starts below a given directory. This directory
should be named after the process using the configuration
(auth, cinit, mini-lpd, yourutils) and be put under the
appropriate configuration directory (/etc, /usr/packages/yourutil/etc, ...).
A cconfig consists of objects and attributes.
<BR><HR>
<!--Table of Child-Links-->
<A NAME="CHILD_LINKS"><STRONG>Subsections</STRONG></A>
<UL CLASS="ChildLinks">
<LI><A NAME="tex2html85"
HREF="node4.html">Objects</A>
<LI><A NAME="tex2html86"
HREF="node5.html">Attributes</A>
<LI><A NAME="tex2html87"
HREF="node6.html">Links</A>
</UL>
<!--End of Table of Child-Links-->
<BR><HR>
<ADDRESS>
Nico
2005-08-28
</ADDRESS>
</BODY>
</HTML>

View File

@ -1,70 +0,0 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!--Converted with LaTeX2HTML 2002-2-1 (1.71)
original version by: Nikos Drakos, CBLU, University of Leeds
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from:
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
<HTML>
<HEAD>
<TITLE>Objects</TITLE>
<META NAME="description" CONTENT="Objects">
<META NAME="keywords" CONTENT="cconfig">
<META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global">
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="cconfig.css">
<LINK REL="next" HREF="node5.html">
<LINK REL="previous" HREF="node3.html">
<LINK REL="up" HREF="node3.html">
<LINK REL="next" HREF="node5.html">
</HEAD>
<BODY >
<DIV CLASS="navigation"><!--Navigation Panel-->
<A NAME="tex2html98"
HREF="node5.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
<A NAME="tex2html94"
HREF="node3.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
<A NAME="tex2html88"
HREF="node3.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
<A NAME="tex2html96"
HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
<BR>
<B> Next:</B> <A NAME="tex2html99"
HREF="node5.html">Attributes</A>
<B> Up:</B> <A NAME="tex2html95"
HREF="node3.html">Layout</A>
<B> Previous:</B> <A NAME="tex2html89"
HREF="node3.html">Layout</A>
&nbsp; <B> <A NAME="tex2html97"
HREF="node1.html">Contents</A></B>
<BR>
<BR></DIV>
<!--End of Navigation Panel-->
<H2><A NAME="SECTION00031000000000000000">
Objects</A>
</H2>
An object is a subdirectory below your configuration directory.
An object can also be a subobject, means a subdirectory of a
directory (this may be continued as deep as you
need<A NAME="tex2html2"
HREF="footnode.html#foot83"><SUP><SPAN CLASS="arabic">2</SPAN></SUP></A>.
<BR><HR>
<ADDRESS>
Nico
2005-08-28
</ADDRESS>
</BODY>
</HTML>

View File

@ -1,67 +0,0 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!--Converted with LaTeX2HTML 2002-2-1 (1.71)
original version by: Nikos Drakos, CBLU, University of Leeds
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from:
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
<HTML>
<HEAD>
<TITLE>Attributes</TITLE>
<META NAME="description" CONTENT="Attributes">
<META NAME="keywords" CONTENT="cconfig">
<META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global">
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="cconfig.css">
<LINK REL="next" HREF="node6.html">
<LINK REL="previous" HREF="node4.html">
<LINK REL="up" HREF="node3.html">
<LINK REL="next" HREF="node6.html">
</HEAD>
<BODY >
<DIV CLASS="navigation"><!--Navigation Panel-->
<A NAME="tex2html110"
HREF="node6.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
<A NAME="tex2html106"
HREF="node3.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
<A NAME="tex2html100"
HREF="node4.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
<A NAME="tex2html108"
HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
<BR>
<B> Next:</B> <A NAME="tex2html111"
HREF="node6.html">Links</A>
<B> Up:</B> <A NAME="tex2html107"
HREF="node3.html">Layout</A>
<B> Previous:</B> <A NAME="tex2html101"
HREF="node4.html">Objects</A>
&nbsp; <B> <A NAME="tex2html109"
HREF="node1.html">Contents</A></B>
<BR>
<BR></DIV>
<!--End of Navigation Panel-->
<H2><A NAME="SECTION00032000000000000000">
Attributes</A>
</H2>
Attributes describe a specific configuration option.
They may exist directly below the configuration directory or below objects.
<BR><HR>
<ADDRESS>
Nico
2005-08-28
</ADDRESS>
</BODY>
</HTML>

View File

@ -1,67 +0,0 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!--Converted with LaTeX2HTML 2002-2-1 (1.71)
original version by: Nikos Drakos, CBLU, University of Leeds
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from:
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
<HTML>
<HEAD>
<TITLE>Links</TITLE>
<META NAME="description" CONTENT="Links">
<META NAME="keywords" CONTENT="cconfig">
<META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global">
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="cconfig.css">
<LINK REL="previous" HREF="node5.html">
<LINK REL="up" HREF="node3.html">
<LINK REL="next" HREF="node7.html">
</HEAD>
<BODY >
<DIV CLASS="navigation"><!--Navigation Panel-->
<A NAME="tex2html120"
HREF="node7.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
<A NAME="tex2html116"
HREF="node3.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
<A NAME="tex2html112"
HREF="node5.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
<A NAME="tex2html118"
HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
<BR>
<B> Next:</B> <A NAME="tex2html121"
HREF="node7.html">Portability</A>
<B> Up:</B> <A NAME="tex2html117"
HREF="node3.html">Layout</A>
<B> Previous:</B> <A NAME="tex2html113"
HREF="node5.html">Attributes</A>
&nbsp; <B> <A NAME="tex2html119"
HREF="node1.html">Contents</A></B>
<BR>
<BR></DIV>
<!--End of Navigation Panel-->
<H2><A NAME="SECTION00033000000000000000">
Links</A>
</H2>
With links you can reuse attributes or objects under a different name
or at a different location<A NAME="tex2html3"
HREF="footnode.html#foot84"><SUP><SPAN CLASS="arabic">3</SPAN></SUP></A>.
<BR><HR>
<ADDRESS>
Nico
2005-08-28
</ADDRESS>
</BODY>
</HTML>

View File

@ -1,87 +0,0 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!--Converted with LaTeX2HTML 2002-2-1 (1.71)
original version by: Nikos Drakos, CBLU, University of Leeds
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from:
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
<HTML>
<HEAD>
<TITLE>Portability</TITLE>
<META NAME="description" CONTENT="Portability">
<META NAME="keywords" CONTENT="cconfig">
<META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global">
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="cconfig.css">
<LINK REL="next" HREF="node13.html">
<LINK REL="previous" HREF="node3.html">
<LINK REL="up" HREF="cconfig.html">
<LINK REL="next" HREF="node8.html">
</HEAD>
<BODY >
<DIV CLASS="navigation"><!--Navigation Panel-->
<A NAME="tex2html132"
HREF="node8.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
<A NAME="tex2html128"
HREF="cconfig.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
<A NAME="tex2html122"
HREF="node6.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
<A NAME="tex2html130"
HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
<BR>
<B> Next:</B> <A NAME="tex2html133"
HREF="node8.html">Exchanging</A>
<B> Up:</B> <A NAME="tex2html129"
HREF="cconfig.html">cconfig 0.1</A>
<B> Previous:</B> <A NAME="tex2html123"
HREF="node6.html">Links</A>
&nbsp; <B> <A NAME="tex2html131"
HREF="node1.html">Contents</A></B>
<BR>
<BR></DIV>
<!--End of Navigation Panel-->
<H1><A NAME="SECTION00040000000000000000"></A>
<A NAME="requirements"></A>
<BR>
Portability
</H1>
cconfig should in general be portable between Unix-systems, still
there <SPAN CLASS="textit">can</SPAN> be problems exchanging cconfig data. To prevent
them, take care of the following sections.
<BR><HR>
<!--Table of Child-Links-->
<A NAME="CHILD_LINKS"><STRONG>Subsections</STRONG></A>
<UL CLASS="ChildLinks">
<LI><A NAME="tex2html134"
HREF="node8.html">Exchanging</A>
<LI><A NAME="tex2html135"
HREF="node9.html">File names</A>
<LI><A NAME="tex2html136"
HREF="node10.html">File contents</A>
<LI><A NAME="tex2html137"
HREF="node11.html">Using (symbolic) links (absolute and relative)</A>
<LI><A NAME="tex2html138"
HREF="node12.html">Quantity of objects</A>
</UL>
<!--End of Table of Child-Links-->
<BR><HR>
<ADDRESS>
Nico
2005-08-28
</ADDRESS>
</BODY>
</HTML>

View File

@ -1,72 +0,0 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!--Converted with LaTeX2HTML 2002-2-1 (1.71)
original version by: Nikos Drakos, CBLU, University of Leeds
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from:
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
<HTML>
<HEAD>
<TITLE>Exchanging</TITLE>
<META NAME="description" CONTENT="Exchanging">
<META NAME="keywords" CONTENT="cconfig">
<META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global">
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="cconfig.css">
<LINK REL="next" HREF="node9.html">
<LINK REL="previous" HREF="node7.html">
<LINK REL="up" HREF="node7.html">
<LINK REL="next" HREF="node9.html">
</HEAD>
<BODY >
<DIV CLASS="navigation"><!--Navigation Panel-->
<A NAME="tex2html149"
HREF="node9.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
<A NAME="tex2html145"
HREF="node7.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
<A NAME="tex2html139"
HREF="node7.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
<A NAME="tex2html147"
HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
<BR>
<B> Next:</B> <A NAME="tex2html150"
HREF="node9.html">File names</A>
<B> Up:</B> <A NAME="tex2html146"
HREF="node7.html">Portability</A>
<B> Previous:</B> <A NAME="tex2html140"
HREF="node7.html">Portability</A>
&nbsp; <B> <A NAME="tex2html148"
HREF="node1.html">Contents</A></B>
<BR>
<BR></DIV>
<!--End of Navigation Panel-->
<H2><A NAME="SECTION00041000000000000000">
Exchanging</A>
</H2>
Transferring a cconfig should be done encapsulated in a tar[<A
HREF="node19.html#tar">5</A>] archive.
Tar saves the most important information (date, rights, names, ...)
and is available on every Unix-system<A NAME="tex2html4"
HREF="footnode.html#foot85"><SUP><SPAN CLASS="arabic">4</SPAN></SUP></A>.
If the configuration is very big, consider compressing it with bzip2[<A
HREF="node19.html#bzip2">6</A>].
<BR><HR>
<ADDRESS>
Nico
2005-08-28
</ADDRESS>
</BODY>
</HTML>

View File

@ -1,78 +0,0 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!--Converted with LaTeX2HTML 2002-2-1 (1.71)
original version by: Nikos Drakos, CBLU, University of Leeds
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from:
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
<HTML>
<HEAD>
<TITLE>File names</TITLE>
<META NAME="description" CONTENT="File names">
<META NAME="keywords" CONTENT="cconfig">
<META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global">
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="cconfig.css">
<LINK REL="next" HREF="node10.html">
<LINK REL="previous" HREF="node8.html">
<LINK REL="up" HREF="node7.html">
<LINK REL="next" HREF="node10.html">
</HEAD>
<BODY >
<DIV CLASS="navigation"><!--Navigation Panel-->
<A NAME="tex2html161"
HREF="node10.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
<A NAME="tex2html157"
HREF="node7.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
<A NAME="tex2html151"
HREF="node8.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
<A NAME="tex2html159"
HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
<BR>
<B> Next:</B> <A NAME="tex2html162"
HREF="node10.html">File contents</A>
<B> Up:</B> <A NAME="tex2html158"
HREF="node7.html">Portability</A>
<B> Previous:</B> <A NAME="tex2html152"
HREF="node8.html">Exchanging</A>
&nbsp; <B> <A NAME="tex2html160"
HREF="node1.html">Contents</A></B>
<BR>
<BR></DIV>
<!--End of Navigation Panel-->
<H2><A NAME="SECTION00042000000000000000">
File names</A>
</H2>
The file- and directory names and the content of the files should either be
<UL>
<LI>plain ASCII
</LI>
<LI>or UTF-8[<A
HREF="node19.html#utf8">3</A>]
</LI>
</UL>
Currently there is no specification, that specifies that a filesystem
must support UTF-8, but practically most modern systems do have
UTF-8 support<A NAME="tex2html5"
HREF="footnode.html#foot41"><SUP><SPAN CLASS="arabic">5</SPAN></SUP></A>.
<BR><HR>
<ADDRESS>
Nico
2005-08-28
</ADDRESS>
</BODY>
</HTML>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 279 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 327 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 211 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 231 B