From aa46415fc482e7b77ca08233445b6b9a0a5bdbfa Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sat, 15 Nov 2003 01:02:10 +0000 Subject: add link to suse packages add minor build fixes git-svn-id: file:///home/lennart/svn/public/ifplugd/trunk@74 2bf48fe7-cfc1-0310-909f-d9042e1e0fef --- bootstrap.sh | 2 +- conf/Makefile.am | 10 +++++----- doc/README.html.in | 4 ++-- man/ifplugd.8.xml.in | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/bootstrap.sh b/bootstrap.sh index 6344bd3..a56c95e 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # $Id$ # This file is part of ifplugd. diff --git a/conf/Makefile.am b/conf/Makefile.am index 743aa41..475b998 100644 --- a/conf/Makefile.am +++ b/conf/Makefile.am @@ -1,4 +1,4 @@ -# $Id: Makefile.am 22 2003-06-15 16:36:33Z lennart $ +# $Id$ # This file is part of ifplugd. # @@ -27,9 +27,9 @@ ifplugd.init: ifplugd.init.in Makefile chmod 755 $@ install-data-local: ifplugd.init - $(INSTALL) -b -D -m755 ifplugd.init ${DESTDIR}/${sysconfdir}/init.d/ifplugd - $(INSTALL) -b -D -m755 $(srcdir)/ifplugd.action ${DESTDIR}/${sysconfdir}/ifplugd/ifplugd.action - $(INSTALL) -b -D -m644 $(srcdir)/ifplugd.conf ${DESTDIR}/${sysconfdir}/ifplugd/ifplugd.conf + $(INSTALL) -b -D -m755 ifplugd.init ${DESTDIR}${sysconfdir}/init.d/ifplugd + $(INSTALL) -b -D -m755 $(srcdir)/ifplugd.action ${DESTDIR}${sysconfdir}/ifplugd/ifplugd.action + $(INSTALL) -b -D -m644 $(srcdir)/ifplugd.conf ${DESTDIR}${sysconfdir}/ifplugd/ifplugd.conf uninstall-local: - rm -f ${DESTDIR}/${sysconfdir}/ifplugd/ifplugd.action ${DESTDIR}/${sysconfdir}/ifplugd/ifplugd.conf ${DESTDIR}/${sysconfdir}/init.d/ifplugd + rm -f ${DESTDIR}${sysconfdir}/ifplugd/ifplugd.action ${DESTDIR}${sysconfdir}/ifplugd/ifplugd.conf ${DESTDIR}${sysconfdir}/init.d/ifplugd diff --git a/doc/README.html.in b/doc/README.html.in index 072b453..cf0b4cc 100644 --- a/doc/README.html.in +++ b/doc/README.html.in @@ -44,7 +44,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.

Sun Nov 9 2003:

Version -0.20 released, changes include: fix wrong message, build fix

+0.20 released, changes include: fix wrong message, build fix

Mon Oct 20 2003:

Version @@ -297,7 +297,7 @@ manpage

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

+

Packages for Mandrake Linux may be found in the Cooker distribution; Gentoo packages are available as well; SuSE packages are available courtesy of Herbert Graeber.


Lennart Poettering <@PACKAGE_BUGREPORT@>, October 2003
diff --git a/man/ifplugd.8.xml.in b/man/ifplugd.8.xml.in index cd47bd1..eabe489 100644 --- a/man/ifplugd.8.xml.in +++ b/man/ifplugd.8.xml.in @@ -108,7 +108,7 @@ -- cgit