summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2013-05-20 10:52:45 +0200
committerHans de Goede <hdegoede@redhat.com>2013-05-20 10:57:28 +0200
commit16911aa3006ec3bf007709a85ebbdcbc3ae880b8 (patch)
treef5cb8130a7e6c874ebe4a3b82b7b8979bd9656f5
parent35027989605ff062d7fba145cca6ff39d9c6fcb6 (diff)
downloadvd_agent-16911aa3006ec3bf007709a85ebbdcbc3ae880b8.tar.gz
vd_agent-16911aa3006ec3bf007709a85ebbdcbc3ae880b8.tar.xz
vd_agent-16911aa3006ec3bf007709a85ebbdcbc3ae880b8.zip
Drop the no longer needed modules-load.d/spice-vdagentd.conf
Now a days udev will create a /dev/uinput node without the module being loaded based on devname:uinput from the modinfo, allowing the module to be correctly auto-loaded when needed. https://bugzilla.redhat.com/show_bug.cgi?id=963201 Signed-off-by: Hans de Goede <hdegoede@redhat.com>
-rw-r--r--Makefile.am4
-rw-r--r--data/modules-load.d/spice-vdagentd.conf2
2 files changed, 0 insertions, 6 deletions
diff --git a/Makefile.am b/Makefile.am
index 208c286..fa2803a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -65,9 +65,6 @@ udevrules_DATA = $(top_srcdir)/data/70-spice-vdagentd.rules
tmpfilesdir = $(prefix)/lib/tmpfiles.d
tmpfiles_DATA = $(top_srcdir)/data/tmpfiles.d/spice-vdagentd.conf
-
-modulesdir = $(sysconfdir)/modules-load.d
-modules_DATA = $(top_srcdir)/data/modules-load.d/spice-vdagentd.conf
endif
manpagedir = $(mandir)/man1
@@ -77,7 +74,6 @@ manpage_DATA = data/spice-vdagent.1 \
EXTRA_DIST = \
README.RHEL-5 \
data/70-spice-vdagentd.rules \
- data/modules-load.d/spice-vdagentd.conf \
data/rsyslog.d/spice-vdagentd.conf \
data/spice-vdagent.desktop \
data/spice-vdagentd \
diff --git a/data/modules-load.d/spice-vdagentd.conf b/data/modules-load.d/spice-vdagentd.conf
deleted file mode 100644
index 51d1981..0000000
--- a/data/modules-load.d/spice-vdagentd.conf
+++ /dev/null
@@ -1,2 +0,0 @@
-# load uinput.ko for spice input
-uinput