From dcb6d396e7ad11f0b7a34de9d84826127d683307 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sat, 13 Sep 2003 00:09:39 +0000 Subject: build fixes git-svn-id: file:///home/lennart/svn/public/ifplugd/trunk@39 2bf48fe7-cfc1-0310-909f-d9042e1e0fef --- doc/NEWS | 8 +++++++- doc/README.html.in | 2 ++ doc/style.css | 19 +++++++++++++++++++ 3 files changed, 28 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/NEWS b/doc/NEWS index a3f4274..5c6192e 100644 --- a/doc/NEWS +++ b/doc/NEWS @@ -1,6 +1,12 @@ -0.16 :: ... :: SVN ... +0.17 :: 13 Sep 2003 :: SVN + Init script update + compativility fix for gcc 2.95 + +0.16 :: 13. Aug 2003 :: SVN 31 Spec file update Build fixes + monitor mode + init script update 0.15 :: 10. Jul 2003 :: SVN 16 umask fix diff --git a/doc/README.html.in b/doc/README.html.in index 61aa8a7..730d256 100644 --- a/doc/README.html.in +++ b/doc/README.html.in @@ -260,6 +260,8 @@ manpage

The current release is @PACKAGE_VERSION@

+

Get ifplugd's development sources from the Subversion repository.

+

You may find a mostly up to date Debian package of ifplugd on the Debian package repository.

Packages for Mandrake Linux may be found in the Cooker distribution; Gentoo packages are available as well

diff --git a/doc/style.css b/doc/style.css index 71ccfe0..85c060c 100644 --- a/doc/style.css +++ b/doc/style.css @@ -1,4 +1,23 @@ /* $Id: style.css 8 2003-07-05 15:14:33Z lennart $ */ + +/*** + * This file is part of ifplugd. + * + * ifplugd is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * ifplugd is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with ifplugd; if not, write to the Free Software Foundation, + * Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + ***/ + body { color: black; background-color: white; margin: 0.5cm; } a:link, a:visited { color: #900000; } p { margin-left: 0.5cm; margin-right: 0.5cm; } -- cgit