summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-02-08 20:17:59 +0000
committerLennart Poettering <lennart@poettering.net>2004-02-08 20:17:59 +0000
commit67779aa2c1069e4fa9daa1a39750093c80afbb87 (patch)
treed376d075b6608aee07ad3c88c57cebbdfb551928
parent4dc176df00079270d164610dbe17b5e441c65c2b (diff)
minor fixes
git-svn-id: file:///home/lennart/svn/public/ifplugd/trunk@99 2bf48fe7-cfc1-0310-909f-d9042e1e0fef
-rw-r--r--Makefile.am5
-rwxr-xr-xconf/ifplugd.action2
-rw-r--r--configure.ac2
-rw-r--r--ifplugd.spec.in2
4 files changed, 5 insertions, 6 deletions
diff --git a/Makefile.am b/Makefile.am
index 1fa95d9..8209eda 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -16,7 +16,7 @@
# along with ifplugd; if not, write to the Free Software Foundation,
# Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
-EXTRA_DIST=bootstrap.sh README LICENSE ifplugd.spec
+EXTRA_DIST=bootstrap.sh README LICENSE ifplugd.spec ifplugd.spec.in
SUBDIRS=src man conf doc patches
MAINTAINERCLEANFILES = README ifplugd.spec
@@ -25,7 +25,7 @@ noinst_DATA = README ifplugd.spec
README:
rm -f README
$(MAKE) -C doc README
- ln -s doc/README README
+ cd $(srcdir) && ln -s doc/README README
homepage: all dist
test -d $$HOME/homepage/lennart
@@ -34,7 +34,6 @@ homepage: all dist
cp man/ifplugd.8.xml man/ifplugstatus.8.xml man/ifplugd.conf.5.xml man/xmltoman.css man/xmltoman.xsl man/xmltoman.dtd doc/README.html doc/style.css doc/NEWS $$HOME/homepage/lennart/projects/ifplugd
cp $$HOME/homepage/lennart/projects/ifplugd/README.html $$HOME/homepage/lennart/projects/ifplugd/index.html
-
distcleancheck:
@:
diff --git a/conf/ifplugd.action b/conf/ifplugd.action
index 463fc0b..0fc381c 100755
--- a/conf/ifplugd.action
+++ b/conf/ifplugd.action
@@ -1,5 +1,5 @@
#!/bin/sh
-# $Id: ifplugd.action 1.4 Wed, 23 Oct 2002 20:49:08 +0200 lennart $
+# $Id$
# This file is part of ifplugd.
#
diff --git a/configure.ac b/configure.ac
index c04ee40..8aaf5d4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -65,7 +65,7 @@ AC_TYPE_SIGNAL
AC_FUNC_VPRINTF
AC_CHECK_FUNCS([alarm dup2 memset select setenv socket strchr strdup strerror strrchr strspn])
-PKG_CHECK_MODULES(LIBDAEMON, [ libdaemon >= 0.4 ])
+PKG_CHECK_MODULES(LIBDAEMON, [ libdaemon >= 0.5 ])
AC_SUBST(LIBDAEMON_CFLAGS)
AC_SUBST(LIBDAEMON_LIBS)
diff --git a/ifplugd.spec.in b/ifplugd.spec.in
index d0533be..8dfad17 100644
--- a/ifplugd.spec.in
+++ b/ifplugd.spec.in
@@ -6,7 +6,7 @@ Version: @PACKAGE_VERSION@
Release: 1
Copyright: GPL
Group: Networking/Daemons
-URL: http://www.stud.uni-hamburg.de/users/lennart/projects/ifplugd/
+URL: http://0pointer.de/lennart/projects/ifplugd/
Source: %{name}-%{version}.tar.gz
Packager: Diego Santa Cruz <Diego.SantaCruz@epfl.ch>
BuildRoot: %{_tmppath}/%{name}-%{version}-root