* multipath-tools/kpartx Makefile kpartx.conf
@ 2007-10-22 18:44 bmarzins
0 siblings, 0 replies; only message in thread
From: bmarzins @ 2007-10-22 18:44 UTC (permalink / raw)
To: dm-cvs, dm-devel
CVSROOT: /cvs/dm
Module name: multipath-tools
Branch: RHEL4_FC5
Changes by: bmarzins@sourceware.org 2007-10-22 18:44:31
Modified files:
kpartx : Makefile
Added files:
kpartx : kpartx.conf
Log message:
add default kpartx.conf.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/multipath-tools/kpartx/kpartx.conf.diff?cvsroot=dm&only_with_tag=RHEL4_FC5&r1=NONE&r2=1.1.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/multipath-tools/kpartx/Makefile.diff?cvsroot=dm&only_with_tag=RHEL4_FC5&r1=1.5.2.1&r2=1.5.2.2
--- multipath-tools/kpartx/Makefile 2006/09/19 21:06:40 1.5.2.1
+++ multipath-tools/kpartx/Makefile 2007/10/22 18:44:31 1.5.2.2
@@ -43,6 +43,9 @@
install -m 755 $(EXEC).static $(DESTDIR)$(bindir)
install -d $(DESTDIR)$(mandir)
install -m 644 $(EXEC).8 $(DESTDIR)$(mandir)
+ @if [ ! -e $(DESTDIR)/etc/kpartx.conf ]; then \
+ install -m 644 kpartx.conf $(DESTDIR)/etc/kpartx.conf; \
+ fi
uninstall:
rm -f $(DESTDIR)$(bindir)/$(EXEC)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-10-22 18:44 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-22 18:44 multipath-tools/kpartx Makefile kpartx.conf bmarzins
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.