From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg KH Date: Wed, 17 Aug 2005 23:48:44 +0000 Subject: Re: udev-067 and 2.6.12? Message-Id: <20050817234844.GA25708@kroah.com> List-Id: References: <200508162349.01610.s0348365@sms.ed.ac.uk> In-Reply-To: <200508162349.01610.s0348365@sms.ed.ac.uk> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable To: linux-hotplug@vger.kernel.org On Tue, Aug 16, 2005 at 04:31:48PM -0700, David Brown wrote: > Okay you can disable syslog or I had to make an extra C file and patch > the makefile to get it to work. >=20 > to disable syslog `make USE_LOG=FAlse` I don't understand the need for this patch. Care to provide more details? > =3D=3D begin Makefile.patch =3D> --- Makefile.old 2005-07-23 09:27:02.000= 000000 -0700 > +++ Makefile 2005-07-24 22:52:21.000000000 -0700 > @@ -145,7 +145,8 @@ > udev_db.o \ > udev_rules.o \ > udev_rules_parse.o \ > - udev_libc_wrapper.o > + udev_libc_wrapper.o \ > + udev_logger.o > =20 > OBJS =3D \ > udev.a \ > @@ -377,11 +378,6 @@ > $(INSTALL_PROGRAM) -D $(INFO) $(DESTDIR)$(usrbindir)/$(INFO) > $(INSTALL_PROGRAM) -D $(TESTER) $(DESTDIR)$(usrbindir)/$(TESTER) > $(INSTALL_PROGRAM) -D $(STARTER) $(DESTDIR)$(sbindir)/$(STARTER) > -ifndef DESTDIR > - - killall $(DAEMON) > - - rm -rf $(udevdb) > - - $(sbindir)/$(DAEMON) --daemon > -endif Why did you comment this out? thanks, greg k-h ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net Linux-hotplug-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel