hal/tools Makefile.am,1.12,1.13
David Zeuthen
david at freedesktop.org
Thu Feb 24 09:57:50 PST 2005
Update of /cvs/hal/hal/tools
In directory gabe:/tmp/cvs-serv11214/tools
Modified Files:
Makefile.am
Log Message:
2005-02-24 David Zeuthen <davidz at redhat.com>
* tools/Makefile.am: Don't install the 50-fstab-sync.hal symlink
as we do callouts in a different way now!
* hald/haldaemon.in: Until privilege separation is complete, run
with --retain-privileges. Also export LIBEXECDIR as our addons
and probers will be installed there
Index: Makefile.am
===================================================================
RCS file: /cvs/hal/hal/tools/Makefile.am,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- Makefile.am 7 Jan 2005 19:21:14 -0000 1.12
+++ Makefile.am 24 Feb 2005 17:57:48 -0000 1.13
@@ -28,13 +28,6 @@
fstab_sync_SOURCES = fstab-sync.c
fstab_sync_LDADD = -lpopt $(top_builddir)/libhal/libhal.la $(top_builddir)/libhal-storage/libhal-storage.la
-install-data-local :
- $(mkinstalldirs) $(DESTDIR)$(SYSCONFDIR)/hal/device.d
- - cd $(DESTDIR)$(SYSCONFDIR)/hal/device.d && $(LN_S) $(sbindir)/fstab-sync 50-fstab-sync.hal
-
-uninstall-local :
- - rm -f $(DESTDIR)$(SYSCONFDIR)/hal/device.d/50-fstab-sync.hal
-
MAN_IN_FILES = fstab-sync.8.in
man_MANS = fstab-sync.8
More information about the hal-commit
mailing list