diff options
author | patmans@us.ibm.com <patmans@us.ibm.com> | 2005-02-11 18:30:01 -0800 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 23:35:15 -0700 |
commit | 07544a93d6c75361b4906d90945755e34fd07565 (patch) | |
tree | 6524fbd4b341503bdbfd357d2ea8466398d5b7aa /extras/scsi_id/Makefile | |
parent | 20da7623c7a2e0571e268c7b169f0b2aa958dbc9 (diff) |
[PATCH] scsi_id changes for use with udev %N and %p
Changes to scsi_id to support the udev %N and %p substitutions:
- Update version from .7 to .8
- change TMP_DIR back to /tmp
- if DEVPATH is set assume hotplug_mode (use syslog for logging, and does
not output some warnings)
- Always output a newline after the id is printed
- Allow command line options to override settings when hotplug_mode is set
- update man page
- update generator script to use the %N and %p substitutions.
Diffstat (limited to 'extras/scsi_id/Makefile')
-rw-r--r-- | extras/scsi_id/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/scsi_id/Makefile b/extras/scsi_id/Makefile index 610faac4b7..e832102e30 100644 --- a/extras/scsi_id/Makefile +++ b/extras/scsi_id/Makefile @@ -14,7 +14,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -SCSI_ID_VERSION=0.7 +SCSI_ID_VERSION=0.8 prefix = etcdir = ${prefix}/etc |