linux-hotplug.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Proposal: expose vol_id utility
@ 2007-05-18  8:57 Hai Zaar
  2007-05-18  9:40 ` Marco d'Itri
  2007-05-18 16:08 ` Kay Sievers
  0 siblings, 2 replies; 3+ messages in thread
From: Hai Zaar @ 2007-05-18  8:57 UTC (permalink / raw)
  To: linux-hotplug

[-- Attachment #1: Type: text/plain, Size: 229 bytes --]

Once upon a time vol_id was installed in /sbin. Now it goes to
/lib/udev/, but I'm already using it my various scripts. So I suggest
exposing it to /sbin again in the same manner as you do with scsi_id.
Attached patch.

-- 
Zaar

[-- Attachment #2: udev-1.1.1-expose-vol_id.patch --]
[-- Type: application/octet-stream, Size: 472 bytes --]

Exposes vol_id utility (to make it available in standard path).

Author: Hai Zaar <haizaar@gmail.com>

--- udev-1.1.1/extras/volume_id/Makefile.orig	2007-05-18 11:44:51.268767693 +0300
+++ udev-1.1.1/extras/volume_id/Makefile	2007-05-18 11:45:07.909018707 +0300
@@ -61,6 +61,7 @@
 
 install-bin: all
 	$(INSTALL_PROGRAM) -D $(PROG) $(DESTDIR)$(libudevdir)/$(PROG)
+	ln -sf $(libudevdir)/$(PROG) $(DESTDIR)$(sbindir)/$(PROG)
 	$(MAKE) -C lib install
 .PHONY: install-bin
 

[-- Attachment #3: Type: text/plain, Size: 286 bytes --]

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/

[-- Attachment #4: Type: text/plain, Size: 226 bytes --]

_______________________________________________
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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-05-18 16:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-18  8:57 Proposal: expose vol_id utility Hai Zaar
2007-05-18  9:40 ` Marco d'Itri
2007-05-18 16:08 ` Kay Sievers

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).