102dae9b1d
RANCID monitors a router's (or more generally a device's) configuration, including software and hardware (cards, serial numbers, etc) and uses CVS (Concurrent Version System) to maintain history of changes. With help and advices from okan@ (thanks very much !) ok okan@ ajacoutot@
22 lines
799 B
Plaintext
22 lines
799 B
Plaintext
$OpenBSD: patch-Makefile_in,v 1.1.1.1 2008/12/16 21:07:55 pea Exp $
|
|
--- Makefile.in.orig Sun Jun 6 06:12:08 2004
|
|
+++ Makefile.in Tue Dec 9 16:18:57 2008
|
|
@@ -17,7 +17,7 @@
|
|
srcdir = @srcdir@
|
|
top_srcdir = @top_srcdir@
|
|
VPATH = @srcdir@
|
|
-pkgdatadir = $(datadir)/@PACKAGE@
|
|
+pkgdatadir = $(datadir)/doc/@PACKAGE@
|
|
pkglibdir = $(libdir)/@PACKAGE@
|
|
pkgincludedir = $(includedir)/@PACKAGE@
|
|
top_builddir = .
|
|
@@ -176,7 +176,7 @@ sharedstatedir = @sharedstatedir@
|
|
sysconfdir = @sysconfdir@
|
|
target_alias = @target_alias@
|
|
AUTOMAKE_OPTIONS = foreign no-dependencies
|
|
-pkgdata_DATA = COPYING CHANGES FAQ README README.lg UPGRADING cloginrc.sample
|
|
+pkgdata_DATA = COPYING CHANGES FAQ README README.lg UPGRADING
|
|
EXTRA_DIST = BUGS Todo configure install-sh \
|
|
mkinstalldirs Makefile.in Todo $(pkgdata_DATA)
|
|
|