hal ChangeLog,1.759,1.760 configure.in,1.112,1.113

David Zeuthen david at freedesktop.org
Sat Jan 21 09:59:49 PST 2006


Update of /cvs/hal/hal
In directory gabe:/tmp/cvs-serv26706

Modified Files:
	ChangeLog configure.in 
Log Message:
2006-01-21  David Zeuthen  <davidz at redhat.com>

        Remove fstab-sync.

        * tools/fstab-sync.c: Remove

        * tools/fstab-sync.8.in: Remove

        * tools/Makefile.am: Remove fstab-sync build rules

        * tools/linux/add_selinux.c: Remove

        * tools/linux/Makefile.am: Remove build rules for
        hald-add-selinux-mount-option

        * fdi/policy/10osvendor/Makefile.am: Remove fstab-sync build rules

        * fdi/policy/10osvendor/90-fstab-sync.fdi: Remove

        * fdi/policy/10osvendor/20-storage-add-selinux.fdi: Remove



Index: ChangeLog
===================================================================
RCS file: /cvs/hal/hal/ChangeLog,v
retrieving revision 1.759
retrieving revision 1.760
diff -u -d -r1.759 -r1.760
--- ChangeLog	21 Jan 2006 16:54:03 -0000	1.759
+++ ChangeLog	21 Jan 2006 17:59:46 -0000	1.760
@@ -1,5 +1,26 @@
 2006-01-21  David Zeuthen  <davidz at redhat.com>
 
+	Remove fstab-sync.
+
+	* tools/fstab-sync.c: Remove
+
+	* tools/fstab-sync.8.in: Remove
+	
+	* tools/Makefile.am: Remove fstab-sync build rules
+
+	* tools/linux/add_selinux.c: Remove
+
+	* tools/linux/Makefile.am: Remove build rules for 
+	hald-add-selinux-mount-option
+
+	* fdi/policy/10osvendor/Makefile.am: Remove fstab-sync build rules
+
+	* fdi/policy/10osvendor/90-fstab-sync.fdi: Remove
+
+	* fdi/policy/10osvendor/20-storage-add-selinux.fdi: Remove
+
+2006-01-21  David Zeuthen  <davidz at redhat.com>
+
 	* hald-runner/runner.c (find_program): Simply use glib convience
 	g_find_program_in_path() on the basename of the desired helper since
 	our allowed paths are now in $PATH

Index: configure.in
===================================================================
RCS file: /cvs/hal/hal/configure.in,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -d -r1.112 -r1.113
--- configure.in	21 Jan 2006 02:45:26 -0000	1.112
+++ configure.in	21 Jan 2006 17:59:46 -0000	1.113
@@ -82,18 +82,6 @@
     AC_DEFINE(ENABLE_VERBOSE_MODE,1,[Support a verbose mode])
 fi
 
-AC_ARG_ENABLE(fstab-sync,         [  --enable-fstab-sync     Install fstab-sync callout],enable_fstab_sync=yes,enable_fstab_sync=no)
-if test "x$enable_fstab_sync" = "xyes" ; then
-   # fstab-sync needs popt, so check for it here
-   AC_CHECK_HEADERS(popt.h,, [AC_MSG_ERROR([You need popt to build fstab-sync])])
-   AC_CHECK_LIB(popt, poptGetContext,, [AC_MSG_ERROR([You need popt to build fstab-sync])])
-
-   AC_DEFINE(FSTAB_SYNC_ENABLED,1,[Whether fstab-sync callout should be installed])
-fi
-AC_SUBST(FSTAB_SYNC_ENABLED)
-AM_CONDITIONAL(FSTAB_SYNC_ENABLED, test x$enable_fstab_sync = xyes)
-
-
 AC_ARG_ENABLE(pcmcia-support,         [  --enable-pcmcia-support Extended PCMCIA card support],enable_pcmcia_support=yes,enable_pcmcia_support=no)
 if test "x$enable_pcmcia_support" = "xyes" ; then
    AC_DEFINE(PCMCIA_SUPPORT_ENABLE,1,[Whether PCMCIA card workarounds should be used (for kernels that don't have a sysfsized PCMCIA layer)])
@@ -490,7 +478,6 @@
 libhal/Makefile
 libhal-storage/Makefile
 tools/Makefile
-tools/fstab-sync.8
 tools/linux/Makefile
 tools/device-manager/hal-device-manager
 tools/device-manager/Makefile
@@ -554,7 +541,6 @@
         acpi proc support:        ${acpi_proc}
         acpi daemon support:      ${acpi_acpid}
 
-        install fstab-sync:       ${enable_fstab_sync}
         Extended PCMCIA support:  ${enable_pcmcia_support}
         PCMCIA stab file:         ${PCMCIA_STAB_FILE}
         use libusb (for usb-csr): ${USE_LIBUSB}




More information about the hal-commit mailing list