summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-01-16 16:08:55 +0000
committerLennart Poettering <lennart@poettering.net>2004-01-16 16:08:55 +0000
commitc7aa850073c9f415a14f622be097ccb59fde60d2 (patch)
tree51ac2704c81883b9fd2e259451cd5596d5edfbdc
parent4e3a25d7cceabcb9f3c33a3359924206bb98b9c3 (diff)
ifplugd changes
git-svn-id: file:///home/lennart/svn/public/ifplugd/trunk@84 2bf48fe7-cfc1-0310-909f-d9042e1e0fef
-rw-r--r--doc/README.html.in4
-rw-r--r--doc/style.css7
-rw-r--r--src/ifplugd.c1
3 files changed, 7 insertions, 5 deletions
diff --git a/doc/README.html.in b/doc/README.html.in
index cf0b4cc..a341030 100644
--- a/doc/README.html.in
+++ b/doc/README.html.in
@@ -300,8 +300,8 @@ manpage</p>
<p>Packages for Mandrake Linux may be found in the Cooker distribution; Gentoo packages are available as well; <a href="http://packman.links2linux.de/">SuSE packages</a> are available courtesy of Herbert Graeber.</p>
<hr/>
-<address>Lennart Poettering &lt;@PACKAGE_BUGREPORT@&gt;, October 2003</address>
-<div><i>$Id$</i></div>
+<address class="grey">Lennart Poettering &lt;@PACKAGE_BUGREPORT@&gt;, October 2003</address>
+<div class="grey"><i>$Id$</i></div>
</body>
</html>
diff --git a/doc/style.css b/doc/style.css
index 85c060c..8f30b98 100644
--- a/doc/style.css
+++ b/doc/style.css
@@ -1,4 +1,4 @@
-/* $Id: style.css 8 2003-07-05 15:14:33Z lennart $ */
+/* $Id$ */
/***
* This file is part of ifplugd.
@@ -23,7 +23,10 @@ a:link, a:visited { color: #900000; }
p { margin-left: 0.5cm; margin-right: 0.5cm; }
div.news-date { margin-left: 0.5cm; font-size: 80%; color: #4f0000; }
p.news-text { margin-left: 1cm; }
-ul { margin-left: 0.5cm; }
h1 { color: #00009F; }
h2 { color: #00009F; }
h3 { color: #00004F; margin-left: 0.5cm; }
+ul { margin-left: .5cm; }
+ol { margin-left: .5cm; }
+pre { margin-left: .5cm; background-color: #f0f0f0; padding: 0.4cm;}
+.grey { color: #afafaf; }
diff --git a/src/ifplugd.c b/src/ifplugd.c
index ce79047..943b3fd 100644
--- a/src/ifplugd.c
+++ b/src/ifplugd.c
@@ -804,7 +804,6 @@ void parse_args(int argc, char *argv[]) {
if (!interface)
interface = strdup("eth0");
-
if (!use_syslog)
daemon_log_use = DAEMON_LOG_STDERR;